Area of a triangle
A/12 = 12/12bh
solve for b ​

Answers

Answer 1

Step-by-step explanation:

I hope this works for ya.


Related Questions

The director of research and development is testing a new medicine. She wants to know if there is evidence at the 0.02 level that the medicine relieves pain in more than 384 seconds. For a sample of 41 patients, the mean time in which the medicine relieved pain was 387 seconds. Assume the population standard deviation is 23. Find the P-value of the test statistic.

Answers

Answer:

The p-value of the test statistic is 0.2019.

Step-by-step explanation:

Test if there is evidence at the 0.02 level that the medicine relieves pain in more than 384 seconds.

At the null hypothesis, we test if it relieves pain in at most 384 seconds, that is:

[tex]H_0: \mu \leq 384[/tex]

At the alternative hypothesis, we test if it relieves pain in more than 384 seconds, that is:

[tex]H_1: \mu > 384[/tex]

The test statistic is:

[tex]z = \frac{X - \mu}{\frac{\sigma}{\sqrt{n}}}[/tex]

In which X is the sample mean, [tex]\mu[/tex] is the value tested at the null hypothesis, [tex]\sigma[/tex] is the standard deviation and n is the size of the sample.

384 is tested at the null hypothesis:

This means that [tex]\mu = 384[/tex]

For a sample of 41 patients, the mean time in which the medicine relieved pain was 387 seconds. Assume the population standard deviation is 23.

This means that [tex]n = 41, X = 387, \sigma = 23[/tex]

Value of the test statistic:

[tex]z = \frac{X - \mu}{\frac{\sigma}{\sqrt{n}}}[/tex]

[tex]z = \frac{387 - 384}{\frac{23}{\sqrt{41}}}[/tex]

[tex]z = 0.835[/tex]

P-value of the test:

The p-value of the test is the probability of finding a sample mean above 387, which is 1 subtracted by the p-value of z = 0.835.

Looking at the z-table, z = 0.835 has a p-value of 0.7981.

1 - 0.7981 = 0.2019

The p-value of the test statistic is 0.2019.



Suppose 50.7 liters of water came out of a faucet today. If 2.6 liters of water come out each minute, for how many minutes was the faucet on?

Answers

I believe the answer is 19.5 (or 19m 30s), 50.7/2.6=19.5, 2.6x19.5=50.7

Select the correct statement about what data scientists do during the Data Preparation stage.

a. During the Data Preparation stage, data scientists define the variables to be used in the model.
b. During the Data Preparation stage, data scientists determine the timing of events.
c. During the Data Preparation stage, data scientists aggregate the data and merge them from different sources.
d. During the Data Preparation stage, data scientists identify missing data.
e. All of the above statements are correct.

Answers

Answer:

e. All of the above statements are correct.

Option e is correct. All of the above statements are correct.

What is Data science?

Data science is an interdisciplinary academic field that uses statistics, scientific computing, scientific methods, processes, algorithms and systems to extract or extrapolate knowledge and insights from noisy, structured and unstructured data

Data Scientist makes value out of data, he is expert in various tools and technologies like machine learning, deep learning, artificial intelligence and he solve business problems by presenting a model to predict business future.

During data preparation, data scientists and DBAs aggregate the data and merge them from different sources. During data preparation, data scientists and DBAs define the variables to be used in the model.

Hence, All of the above statements are correct, Option e is correct.

To learn more on Data science click:

https://brainly.com/question/20815848

#SPJ5

A random sample of n1 = 296 voters registered in the state of California showed that 146 voted in the last general election. A random sample of n2 = 215 registered voters in the state of Colorado showed that 127 voted in the most recent general election. Do these data indicate that the population proportion of voter turnout in Colorado is higher than that in California? Use a 5% level of significance.

Answers

Answer:

The p-value of the test is 0.0139 < 0.05, which means that these data indicates that the population proportion of voter turnout in Colorado is higher than that in California.

Step-by-step explanation:

Before testing the hypothesis, we need to understand the central limit theorem and subtraction of normal variables.

Central Limit Theorem

The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

For a proportion p in a sample of size n, the sampling distribution of the sample proportion will be approximately normal with mean [tex]\mu = p[/tex] and standard deviation [tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]

Subtraction between normal variables:

When two normal variables are subtracted, the mean is the difference of the means, while the standard deviation is the square root of the sum of the variances.

California:

Sample of 296 voters, 146 voted. This means that:

[tex]p_{Ca} = \frac{146}{296} = 0.4932[/tex]

[tex]s_{Ca} = \sqrt{\frac{0.4932*0.5068}{296}} = 0.0291[/tex]

Colorado:

Sample of 215 voters, 127 voted. This means that:

[tex]p_{Co} = \frac{127}{215} = 0.5907[/tex]

[tex]s_{Co} = \sqrt{\frac{0.5907*0.4093}{215}} = 0.0335[/tex]

Test if the population proportion of voter turnout in Colorado is higher than that in California:

At the null hypothesis, we test if it is not higher, that is, the subtraction of the proportions is at most 0. So

[tex]H_0: p_{Co} - p_{Ca} \leq 0[/tex]

At the alternative hypothesis, we test if it is higher, that is, the subtraction of the proportions is greater than 0. So

[tex]H_1: p_{Co} - p_{Ca} > 0[/tex]

The test statistic is:

[tex]z = \frac{X - \mu}{s}[/tex]

In which X is the sample mean, [tex]\mu[/tex] is the value tested at the null hypothesis, and s is the standard error.

0 is tested at the null hypothesis:

This means that [tex]\mu = 0[/tex]

From the two samples:

[tex]X = p_{Co} - p_{Ca} = 0.5907 - 0.4932 =  0.0975[/tex]

[tex]s = \sqrt{s_{Co}^2+s_{Ca}^2} = \sqrt{0.0291^2+0.0335^2} = 0.0444[/tex]

Value of the test statistic:

[tex]z = \frac{X - \mu}{s}[/tex]

[tex]z = \frac{0.0975 - 0}{0.0444}[/tex]

[tex]z = 2.2[/tex]

P-value of the test and decision:

The p-value of the test is the probability of finding a difference above 0.0975, which is 1 subtracted by the p-value of z = 2.2.

Looking at the z-table, z = 2.2 has a p-value of 0.9861.

1 - 0.9861 = 0.0139.

The p-value of the test is 0.0139 < 0.05, which means that these data indicates that the population proportion of voter turnout in Colorado is higher than that in California.

Draw clearly the graph of the linear equation. y=1/2x, where x= (-4 -2, 0, 2, 4)​

Answers

Answer:

(in attachment)

Step-by-step explanation:

you can find the points by inputting the x-values into the equation to solve for the y-values, then connecting the plotted points to create the line.

When x=-4

y=1/2(-4)

y=-2

(-4,-2)

Repeat for all values.

Which of the following tables represent valid functions?​

Answers

Answer:

Step-by-step explanation:

A relation may or may not represent a function.

Table (a), (c) and (d) represent a function

The tables represent a relation

For a relation to be a function, then:

The y values must have unique (or distinct) x-values.

From the list of tables, we have the following observations

All y values in table (a), have different corresponding x valuesy values 3 and 6 in table (b), point to the same x value (2)All y values in table (c), have different corresponding x valuesAll y values in table (d), have different corresponding x values

Hence, all the tables represent a valid function, except table (b)

Read more about functions and relations at:

https://brainly.com/question/6241820

i’ll make brainliest
look at the photo and check my work?
also tell me the answer to the ones i didn’t do
thanks :)

Answers

First of all, your work all seems to be correct.

2. =, this is because in decimals 100% and 1 are the same.

3. Measure of center is the mean, median, and mode, as they are all ways to interpret the center of the data.

5. The lines do not appear to be congruent as they are of different lengths.


Hope this helps! Please make me the brainliest, it’s not necessary but appreciated, I put a lot of effort and research into my answers. Have a good day, stay safe and stay healthy.
The person above is correct but gives me Brainliest because I’m want it mores then they can, but I don’t want too do wrk

Given a set of data that is skewed-left, there is at least _____ % of the data within 2 standard deviations.

Answers

Answer:

75

Step-by-step explanation:

For non-normal distributions, we use Chebyshev's Theorem.

Chebyshev Theorem

The Chebyshev Theorem states that:

At least 75% of the measures are within 2 standard deviations of the mean.

At least 89% of the measures are within 3 standard deviations of the mean.

An in general terms, the percentage of measures within k standard deviations of the mean is given by [tex]100(1 - \frac{1}{k^{2}})[/tex].

In this question:

Within 2 standard deviations of the mean, so 75%.

A teacher calculates for the test grades in
Class A, mean = 32 and sd = 4
Class B, mean = 32 and sd = 8
a. If the teacher was going to guess what any student in his/her class would earn, what is the best score
to guess?
b. Which of the classes has more consistency in their scores? Why?

Answers

Answer:

a. best score to guess would be 33

b. Standard deviation simplifies the square root of the mean so makes it closer to 1 has more consistency as the mean of 32 when squared is sqrt 32  is Class A as class a = 4 and is closer to 5.65685425

as 5.65685425^2 = 32

Step-by-step explanation:

If you are comparing two normally-distributed variables on the same measurement scale then yes, you can regard the standard deviation as an indicator of how reliable the mean is--the smaller the standard deviation, the better able you are to "zero in" on the actual population mean.

a. proofs;

We find  32/6 = 5.333 and 32/5 = 6.4 and 6.4 is closer to both sd 4 and 8 than 5.33 is. As 6.4 it is closer to 6

But when we use 33/6 = 5.5 and therefore shows close range 6

therefore the two sd  proves it is slightly high 32 score average for both classes A + B when joined and high 32 = 33 mean when classes A+B are joined or you could say 32/8 = 4 is class B becomes lower tests scores as 32/4 = 8 of class A that has higher test scores.

In this exercise we have to use probability and statistics to organize the students' grades, so we have:

A) best score is  33

B) Class A

In the first part of the exercise we have to analyze the grades of each class, like this:

A)Class A: 32/4

Class B: 32/8

Dividing each of them we have:

[tex]32/4=8 \\32/8=4[/tex]

B) With the information given above, we can say that the best class is A.

See more about statistics at  brainly.com/question/10951564

An industrial psychologist consulting with a chain of music stores knows that the average number of complaints management receives each month throughout the industry is 4, but the variance is unknown. Nine of the chain's stores were randomly selected to record complaints for one month; they received 2, 4, 3, 5, 0, 2, 5, 1, and 5 complaints. Using the .05 significance level, is the number of complaints received by the chain different from the number of complaints received by music stores in general?
1. Use the five steps of hypothesis testing.
2. Sketch the distributions involved
3. Explain the logic of what you did to a person who is familiar with hypothesis testing, but knows nothing about t tests of any kind. Be sure to explain how this problem differs from a problem with a known population variance and a single sample.

Answers

Answer: See explanation

Step-by-step explanation:

1. Use the five steps of hypothesis testing.

Step 1: The aim of the research is to conduct the five steps of hypothesis testing.

Step 2:

Null hypothesis: H0 u= 4

Population mean: H1 u = 4

Alternate hypothesis: u ≠ 4

Population mean: u ≠ 4

Step 3 and step 4 are attached.

Step 5: Based on the calculation, the calculated value of t is less than the t critical value, therefore, the null hypothesis will be failed to be rejected.

2. Sketch the distributions involved

This has been attached.

3. Explain the logic of what you did to a person who is familiar with hypothesis testing, but knows nothing about t tests of any kind.

The distribution is "t".

The means is tested by using T-test.

Chi-square is used to test the single variance.

A manufacturer of potato chips would like to know whether its bag filling machine works correctly at the 444 gram setting. It is believed that the machine is underfilling the bags. A 41 bag sample had a mean of 440 grams with a variance of 441. Assume the population is normally distributed. A level of significance of 0.05 will be used. Specify the type of hypothesis test.

Answers

Answer:

The null hypothesis is [tex]H_0: \mu = 444[/tex]

The alternative hypothesis is [tex]H_1: \mu < 444[/tex]

The p-value of the test is 0.1148 > 0.05, which means that the sample does not give enough evidence to conclude that the machine is underfilling the bags.

Step-by-step explanation:

A manufacturer of potato chips would like to know whether its bag filling machine works correctly at the 444 gram setting.

At the null hypothesis, we test if the machine works correctly, that is, the mean is of 444. So

[tex]H_0: \mu = 444[/tex]

At the alternative hypothesis, we test if they are underfilling, that is, if the mean is of less than 444. So

[tex]H_1: \mu < 444[/tex]

The test statistic is:

[tex]t = \frac{X - \mu}{\frac{s}{\sqrt{n}}}[/tex]

In which X is the sample mean, [tex]\mu[/tex] is the value tested at the null hypothesis, s is the standard deviation and n is the size of the sample.

444 is tested at the null hypothesis:

This means that [tex]\mu = 444[/tex]

A 41 bag sample had a mean of 440 grams with a variance of 441.

This means that [tex]n = 41, X = 440, s = \sqrt{441} = 21[/tex]

Value of the test statistic:

[tex]t = \frac{X - \mu}{\frac{s}{\sqrt{n}}}[/tex]

[tex]t = \frac{440 - 444}{\frac{21}{\sqrt{41}}}[/tex]

[tex]t = -1.22[/tex]

P-value of the test:

Right-tailed test(test if the mean is less than a value), with 41 - 1 = 40 df and t = -1.22.

Using a t-distribution calculator, this p-value is of 0.1148

The p-value of the test is 0.1148 > 0.05, which means that the sample does not give enough evidence to conclude that the machine is underfilling the bags.

A game consists of tossing three coins. If all three coins land on heads, then the player wins $75. If all three coins land on tails, then the player wins $45. Otherwise, the player wins nothing. On average, how much should a player expect to win each game

Answers

Answer:

On average, a player should expect to win $15.

Step-by-step explanation:

The expected value in an event with outcomes:

x₁, x₂, ..., xₙ

Each with probability:

p₁, ..., pₙ

is given by:

Ev = x₁*p₁ + ... +xₙ*pₙ

In this case we have 3 outcomes:

player wins $75 = x₁

player wins $45 = x₂

player does not win = x₃

Let's find the probabilities of these events.

player wins $75)

Here we must have the 3 coins landing on heads, so there is only one possible outcome to win $75

While the total number of outcomes for tossing 3 coins, is the product between the number of outcomes for each individual event (where the individual events are tossing each individual coin, each one with 2 outcomes)

Then the number total of outcomes is:

C = 2*2*2 = 8

Then the probability of winning $75 is the quotient between the number of outcomes to win (only one) and the total number of outcomes (8)

p₁ = 1/8

Win $45:

This happens if the 3 coins land on tails, so is exactly equal to the case above, and the probability is the same:

p₂ = 1/8

Not wining:

Remember that:

p₁ + p₂ + ... + pₙ = 1

Then for this case, we must have:

p₁ + p₂ + p₃ = 1

1/8 + 1/8 + p₃ = 1

p₃ = 1 - 1/8 - 1/8

p₃ = 6/8

Then the expected value will be:

Ev = $75*1/8 + $45*1/8 + $0*6/8 = $15

On average, a player should expect to win $15.

An isosceles right triangle has a hypotenuse that measures 4√2 cm. What is the area of the triangle?

Answers

Answer:

It would be B. 16 centimeters^2

Step-by-step explanation:

Find the missing length on this triangle

Answers

Answer:

Step-by-step explanation:

This is a geometric means problem where 60, the side common to both the triangles, is the geometric mean. Set it up like this:

[tex]\frac{36}{60}=\frac{60}{x}[/tex] and cross multiply to get

36x = 3600 so

x = 100

What is 2/11 as a decimal rounded to 3 decimal places?

Answers

Answer: The answer is 0.182

Hope this help :)

Rudy Banks has won $5000 to attend university. If he invests the money in an
account at 12% per annum, compounded monthly, how much can he draw monthly
for the next 3 years?

Answers

Answer:

$7153.84

General Formulas and Concepts:

Pre-Algebra

Order of Operations: BPEMDAS

Brackets Parenthesis Exponents Multiplication Division Addition Subtraction Left to Right

Algebra I

Compounded Interest Rate Formula: [tex]\displaystyle A = P(1 + \frac{r}{n})^{nt}[/tex]

P is principle amountr is raten is compound ratet is time

Step-by-step explanation:

Step 1: Define

Identify variables

P = 5000

r = 12% = 0.12

n = 12

t = 3

Step 2: Find Interest

Substitute in variables [Compounded Interest Rate Formula]:                     [tex]\displaystyle A = 5000(1 + \frac{0.12}{12})^{12(3)}[/tex][Exponents] Multiply:                                                                                        [tex]\displaystyle A = 5000(1 + \frac{0.12}{12})^{36}[/tex](Parenthesis) Add:                                                                                            [tex]\displaystyle A = 5000(1.01)^{36}[/tex]Evaluate exponents:                                                                                         [tex]\displaystyle A = 5000(1.43077)[/tex]Multiply:                                                                                                             [tex]\displaystyle A = 7153.84[/tex]

Write an expression (or equation) that represents the number of square feet
of wallpaper you will need if the height of the family room is x feet, with a
length and width that are each 3 times the height of the room. The family
room has 1 door, which is 3 feet wide and 7 feet tall.

Answers

Answer: Given

room height is x feet

room length is 3x feet

room width is 3x feet

a door 3 ft wide by 7 ft tall

Find

The net area of the wall, excluding the door

Solution

The area of the wall, including the door, is the room perimeter multiplied by the height of the room. The room perimeter is the sum of the lengths of the four walls.

... gross wall area = (3x +3x +3x +3x)·x = 12x²

The area of the door is the product of its height and width.

... door area = (7 t)×(3 ft) = 21 ft²

Then the net wall area, exclusive of the door is ...

... net wall area = gross wall area - door area

... net wall area = 12x² -21 . . . . square feet

Help please:))

2. When shipping ice cream, melting is understandably a big concern. You will notice that ice cream is not generally packaged in a cube-shaped container. A standard container of ice cream contains 1 L, or 1000 cm3 of ice cream,

a. What would be the optimal dimensions (radius and height) to minimize surface area?

b. What would the surface area be?

C. Suggest at least two reasons why this is different from the ice cream packaging that you see in the stores.​

Answers

Answer:

a) Because this asks about the radius and height, I assume that we are talking about a cylinder shape.

Remember that for a cylinder of radius R and height H the volume is:

V = pi*R^2*H

And the surface will be:

S = 2*pi*R*H + pi*R^2

where pi = 3.14

Here we know that the volume is 1000cm^3, then:

1000cm^3 = pi*R^2*H

We can rewrite this as:

(1000cm^3)/pi = R^2*H

Now we can isolate H to get:

H = (1000cm^3)/(pi*R^2)

Replacing that in the surface equation, we get:

S = 2*pi*R*H + pi*R^2

S = 2*pi*R*(1000cm^3)/(pi*R^2) + pi*R^2

S = 2*(1000cm^3)/R + pi*R^2

So we want to minimize this.

Then we need to find the zeros of S'

S' = dS/dR = -(2000cm^3)/R^2 + 2*pi*R = 0

So we want to find R such that:

2*pi*R = (2000cm^3)/R^2

2*pi*R^3 = 2000cm^3

R^3 = (2000cm^3/2*3.14)

R = ∛(2000cm^3/2*3.14) = 6.83 cm

The radius that minimizes the surface is R = 6.83 cm

With the equation:

H = (1000cm^3)/(pi*R^2)

We can find the height:

H = (1000cm^3)/(3.14*(6.83 cm)^2) =  6.83 cm

(so the height is equal to the radius)

b) The surface equation is:

S = 2*pi*R*H + pi*R^2

replacing the values of H and R we get:

S = 2*3.14*(6.83 cm)*(6.83 cm) + 3.14*(6.83 cm)^2 = 439.43 cm^2

c) Because if we pack cylinders, there is a lot of space between the cylinders, so when you store it, there will be a lot of space that is not used and that can't be used for other things.

Similarly for transport problems, for that dead space, you would need more trucks to transport your ice cream packages.

al calls every 3 days, lee every 4 days, and pat every 6 day. Once every ? days, all three will call on the same day

Answers

Answer:

12

Step-by-step explanation:

Find the LCM (Least Common Multiple) of the three numbers.

We could multiply 3 x 4 x 6 to get 72, but there is a smaller multiple, 12.

6 x 2 = 12

4 x 3 = 12

3 x 4 = 12

Hope this helps!

wrote the terms below.

–8, –4, 0, 4, 8, 12

What do these terms represent?
an arithmetic series
an arithmetic sequence
a geometric series
a geometric sequence

Answers

Answer:

an arithmetic sequence

Step-by-step explanation:

an arithmetic series is wrong also heres an example i found of an arithmetic sequence

The terms in the given sequence represents an arithmetic sequence.

What is Arithmetic Sequence?

Arithmetic sequence is a sequence of numbers where the numbers are arranged ion a definite order such that the difference of two consecutive numbers is a constant. This constant of difference is called common difference which is commonly denoted by the letter 'd'.

Given sequence of numbers is,

-8, -4, 0, 4, 8, 12, ......

We have to find which sequence does it represent.

This is not a series since they are not represented as the sum.

If the sequence is a geometric sequence, then the ratio of consecutive numbers will be same.

If it is arithmetic sequence, then the difference of consecutive numbers will be same.

Here, ratio is not same.

Difference are same.

-4 - -8 = 4, 0 - -4 = 4, 4 - 0 = 4, 8 - 4 = 4, ........

Common difference is 4.

Hence it is an arithmetic sequence.

Learn more about arithmetic Sequence here :

https://brainly.com/question/15412619

#SPJ3

Rubin grew 9 tomatoes with 6 seed packs. How many seed packs does Rubin need to have a total of 21 tomatoes in his garden?

Answers

Answer: 14 seed packs

Step-by-step explanation:

You'd divide the 9 tomatoes by the 6 seed packs that were necessary to grow them, resulting in 1.5 tomatoes per seed pack. Divide 21 by this 1.5 to find the number of seed packs needed to grow 21 tomatoes, which would be 14.

A solid oblique pyramid has a square base with edges measuring x cm. The height of the pyramid is (x + 2) cm.

A solid oblique pyramid has a square base with edges measuring x centimeters. The height is (x + 2) centimeters.

Which expression represents the volume of the pyramid?

StartFraction x cubed + 2 x squared Over 3 EndFraction cm3
StartFraction x squared + 2 x squared Over 2 EndFraction cm3
StartFraction x cubed Over 3 EndFraction cm3
StartFraction x cubed + 2 x squared Over 2 EndFraction cm3

Answers

Answer:

Hello,

Answer A StartFraction x cubed + 2 x squared Over 3 EndFraction cm3

Step-by-step explanation:

[tex]V=x^2*\dfrac{x+2}{3} \\\\\boxed{V=\dfrac{x^3+2x^2}{3} }\\[/tex]

the third of the sum of the cube of x and double of the square of x ( cm³)

The Volume of pyramid with a square base of side x cm and height of (x + 2) cm is (x³ + 2x²) / 3

What is volume?

Volume is the amount of space occupied by a three dimensional shape or object.

Area of the square base = x * x = x² cm²

Volume of pyramid = (1/3) * area of base * height = (1/3) * x² * (x + 2)

Volume of pyramid = (x³ + 2x²) / 3

The Volume of pyramid with a square base of side x cm and height of (x + 2) cm is (x³ + 2x²) / 3

Find out more on volume at: https://brainly.com/question/12410983

Answer this please~!!!!

Answers

Answer:

12

Step-by-step explanation:

113.04=3.14 x 3^2 x h/3

Given the exchange rate as K1: HK$1.353, calculate Hong Kong dollar equivalent of K70

Answers

Answer:

The Hong Kong dollar equivalent of K70 is HK $ 94.71.

Step-by-step explanation:

Given the exchange rate as K1: HK $ 1,353, to calculate Hong Kong dollar equivalent of K70 the following calculation must be performed:

1,353 x 70 = X

94.71 = X

Therefore, the Hong Kong dollar equivalent of K70 is HK $ 94.71.

WILL MAKE BRAINLIEST

Answers

Answer:

x=3

Step-by-step explanation:

The ratios need to be the same

AB             CB

---------- = ----------

AD             ED

3           x

-----  = ---------

3+9       12

3           x

-----  = ---------

12          12

X must equal 3

HELP PLZ<3

An international company has 28,300 employees in one country. If this represents 34.1% of the company's employees, how many employees does it have in
total?
Round your answer to the nearest whole number.

Answers

Answer:

82991 employees

Step-by-step explanation:

One way to solve this would be to solve for 1% of the company's employees and use that value to solve for 100% (100%=the whole part, or the total). We know that

28300 = 34.1%

If we divide a number by itself, it turns into 1. Dividing both sides by 34.1, we get

829.912 = 1%

Then, we know that anything multiplied by 1 is equal to itself. We want to figure out 100%, or the whole part, so we can multiply both sides by 100 to get

100% = 82991

For a standard normal distribution, find:

P(z > -1.6)
Express the probability as a decimal rounded to 4 decimal places.

Answers

Answer:

P(z > -1.76) = 1 - P(z < -1.76) = 1 - 0.0392 = 0.960

What is the common difference in this sequence: 3, 11, 19, 27,35?
1
ОА.1/8
O B. 3
O C. 8
O D. 12

Answers

Answer:

8

Step-by-step explanation:

To determine the common difference, take the second term and subtract the first term

11-3 = 8

Check with the other terms in the sequence

19-11= 8

27-19 = 8

35-27=8

The common difference is 8

Answer:

C. 8

Step-by-step explanation:

There is a common difference between them and that’s 8.

3 + 8 = 11

11 + 8 = 19

19 + 8 = 27

27 + 8 = 35

Assume that in the absence of immigration and emigration, the growth of a country's population P(t) satisfies dP/dt = kP for some constant k > 0.

a. Determine a differential equation governing the growing population P(t) of the country when individuals are allowed to immigrate into the country at a constant rate r > 0.
b. What is the differential equation for the population P(t) of the country when individuals are allowed to emigrate at a constant rate r > 0?

Answers

Answer:

[tex](a)\ \frac{dP}{dt} = kP + r[/tex]

[tex](b)\ \frac{dP}{dt} = kP - r[/tex]

Step-by-step explanation:

Given

[tex]\frac{dP}{dt} = kP[/tex]

Solving (a): Differential equation for immigration where [tex]r > 0[/tex]

We have:

[tex]\frac{dP}{dt} = kP[/tex]

Make dP the subject

[tex]dP =kP \cdot dt[/tex]

From the question, we understand that: [tex]r > 0[/tex]. This means that

[tex]dP =kP \cdot dt + r \cdot dt[/tex] --- i.e. the population will increase with time

Divide both sides by dt

[tex]\frac{dP}{dt} = kP + r[/tex]

Solving (b): Differential equation for emigration where [tex]r > 0[/tex]

We have:

[tex]\frac{dP}{dt} = kP[/tex]

Make dP the subject

[tex]dP =kP \cdot dt[/tex]

From the question, we understand that: [tex]r > 0[/tex]. This means that

[tex]dP =kP \cdot dt - r \cdot dt[/tex] --- i.e. the population will decrease with time

Divide both sides by dt

[tex]\frac{dP}{dt} = kP - r[/tex]

f(x) = 2x2 + 4x - 5
g(x) = 6x3 – 2x2 + 3
Find (f + g)(x).

Answers

Answer:

4x-5=4x-5

(f+g) (x)=6x³+3

Step-by-step explanation:

Other Questions
If you apply the changes below to the cube root parent function, F(x) = 3/xwhat is the equation of the new function? Translate 1 unit right. Translate 1 unit up.A. G(x) = 3/x-1+1B. G(x) = 3/x +1-1C. G(x) =3/ x - 1-1D. G(x) = 3/x+1+1 What job does Columbus think the American Indians would be well suited for? Sage is 7 years older than Jonathan. If Jonathan is x years old, how old was Sage 10 years ago? Can someone help me with this math homework please! What is the connotation of engulf?positive; implies an embracenegative; implies something that is all-consumingnegative; implies something that is slowly taking over A standard deck of 52 cards has 13 ranks (Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King) and 4 suits ($\spadesuit$, $\heartsuit$, $\diamondsuit$, and $\clubsuit$), such that there is exactly one card for any given rank and suit. Two of the suits ($\spadesuit$ and $\clubsuit$) are black and the other two suits ($\heartsuit$ and $\diamondsuit$) are red. The deck is randomly arranged. What is the probability that the top card is a 3 and the second card is an eight A 34-m length of wire is stretched horizontally between two vertical posts. The wire carries a current of 68 A and experiences a magnetic force of 0.16 N. Find the magnitude of the earth's magnetic field at the location of the wire, assuming the field makes an angle of 72.0 with respect to the wire. Humans are diploid; every individual carries only two alleles.a. Trueb. False please help me!!!!!!!!!!!! What is the mass of a piece of iron if its density is 1.98 g/mL and its volume is 2.45 mL?0.80 g4.8581.2485.9982.71 g Which are characteristics of a video with a higherbit rate? Choose all that apply.fewer frames per secondmore frames per secondlower qualityhigher qualitylarger file sizesmaller file size distance of distinct vision.is placed at a distance less than the distance of near point, its image owill be blurred. Hence human eye can not see such object clearly.ADDITIONAL INFORMATIONdistance of distinct vision for a normal eye of different age groupsBabies = 7 cmAdults = 25 cmerson of age 55 years and above = 100 cmever, in our discussion we are concerned with a normal eye of an adult so leastThe foulart position of an ahiect from a human eve so that the sh a)What are the expected returns and standard deviations of a portfolio consisting of:1.100 percent in stock A If a mutation occurs in the coding sequence of a gene, what types ofissues might happen?Select one:A) All of these answers.B) The gene could be expressed in the wrong cell.C) The gene could be unaffected.D) The gene could be permanently broken. Geographically India is a________ Which provides the best example of someone negatively affecting their own time management?A. Anita welcomes unscheduled visits throughout the day and enjoys them as surprise breaks.B. Brix sets specific personal goals for each week that are separate from the "to do" list.C. Oden sets aside a few hours each month to document how long tasks usually take to complete.D. Samir thinks the term paper is going to take 10 hours but budgets for 12 instead. How much work does the electric field do in moving a proton from a point with a potential of 170 V to a point where it is -50 V Suppose you buy some stock in the Alpha Corporation at a price of $45.95 per share. 410 days later you sell the stock for $48.27. During this period you received a per share dividend of $1.20. What is your annualized return on this investment Describe weighted average 6. Show how to simplify the expression 8x + 3 + 4x - 2 without using algebra tiles. Describe each step of the process.