<span>For this IF function, look at cell A1. The logical test asks if the value in A1 is less than 100,000: in this case, the value of 90,000 would be less. If the value in A1 is under 100,000, the value is to be multiplied by 0.05 (5%), and multiplied by 0.075 if it is 100,000 or greater (7.5%). For a value of 90,000 * 0.05, the value that would be displayed in the cell with the IF function would be 4,500.</span>
Answer:
a) 615
b) 715
c) 344
Step-by-step explanation:
According to the Question,
- Given that, A study conducted by the Center for Population Economics at the University of Chicago studied the birth weights of 732 babies born in New York. The mean weight was 3311 grams with a standard deviation of 860 grams
- Since the distribution is approximately bell-shaped, we can use the normal distribution and calculate the Z scores for each scenario.
Z = (x - mean)/standard deviation
Now,
For x = 4171, Z = (4171 - 3311)/860 = 1
- P(Z < 1) using Z table for areas for the standard normal distribution, you will get 0.8413.
Next, multiply that by the sample size of 732.
- Therefore 732(0.8413) = 615.8316, so approximately 615 will weigh less than 4171
- For part b, use the same method except x is now 1591.
Z = (1581 - 3311)/860 = -2
- P(Z > -2) , using the Z table is 1 - 0.0228 = 0.9772 . Now 732(0.9772) = 715.3104, so approximately 715 will weigh more than 1591.
- For part c, we now need to get two Z scores, one for 3311 and another for 5031.
Z1 = (3311 - 3311)/860 = 0
Z2 = (5031 - 3311)/860= 2
P(0 ≤ Z ≤ 2) = 0.9772 - 0.5000 = 0.4772
approximately 47% fall between 0 and 1 standard deviation, so take 0.47 times 732 ⇒ 732×0.47 = 344.
Answer:
212 children, and 265 adults
Step-by-step explanation:
To find the number of children and adults, we can set up a systems of equations.
x= number of children
y= number of adults
Equation 1: Price
1.50x+2.25y=914.25
Equation 2: Total number of people
x+y=477
Now, let's solve the equation using substitution.
Rearrange the second equation to solve for one variable.
x+y=477
x=477-y
Now plug x equals into the first equation, and solve for y.
1.50x+2.25y=914.25
1.50(477-y)+2.25y=914.25
715.5-1.50y+2.25y=914.25
715.5+0.75y=914.25
0.75y=198.75
y=265
We just solved for the number of adults. Now let's plug y equals into the second equation to find the number of children.
x+y=477
x+265=477
x=212