Answer:
.6
Step-by-step explanation:
have a nice day
<u>Answer:</u>
The amount of butter, sugar and flour does Clifford need is 2.5 cups flour, 3.75 cups sugar and 1.25 butter
<u>Explanation</u>:
Consider the number of cup of flour used to be x
According to question,
Recipe calls for 1.5 times as much flour as sugar
Sugar =
Sugar = 1.5x
Butter = ½ x = 0.5x
According to question,
Flour + Sugar + Butter = 7.5
x + 1.5x + 0.5x = 7.5
3x = 7.5
x = 2.5
Sugar = 1.5x = 1.5(2.5) = 3.75
Butter = 0.5(2.5) = 1.25
Clifford need is 2.5 cups flour, 3.75 cups sugar and 1.25 cups butter
Answer:
A sample of 997 is needed.
Step-by-step explanation:
In a sample with a number n of people surveyed with a probability of a success of
, and a confidence level of
, we have the following confidence interval of proportions.
In which
z is the z-score that has a p-value of
.
The margin of error is of:

A previous study indicates that the proportion of left-handed golfers is 8%.
This means that 
98% confidence level
So
, z is the value of Z that has a p-value of
, so
.
How large a sample is needed in order to be 98% confident that the sample proportion will not differ from the true proportion by more than 2%?
This is n for which M = 0.02. So






Rounding up:
A sample of 997 is needed.
Step-by-step explanation:
There are 12 games in the population. You need to use a random number generator to choose 2 of these games.
RandomSample[{1,2,3,4,5,6,7,8,9,10,11,12},2]
Let's say the first sample you get is {1,5}. That corresponds to game times of 8 minutes and 7 minutes. The mean game time for that sample is 7.5 minutes. So the first row in your table would be:
![\left[\begin{array}{ccc}Sample&List\ of\ Game\ Times&Mean\ Game\ Time\\1&8,7&7.5\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7DSample%26List%5C%20of%5C%20Game%5C%20Times%26Mean%5C%20Game%5C%20Time%5C%5C1%268%2C7%267.5%5Cend%7Barray%7D%5Cright%5D)
It would be: 63 / 28 = 9 / 4
So, your answer is 9/4
Hope it helped.