It’s 40 degrees
I subtracted 180 minus the 150 and got 30 then addd 110 and 30 and got 140 then substractef that from 180 and got 40
Answer:
A. 18 sit-ups in one minute
B. 30 doors per hour
D. 18 words per minute
F. $30 per night
C. 3.5 miles per hour
E. $10.50 per pair of pants
Step-by-step explanation:
A. 36/2 = 18
B. 15 * 2 = 30
D. 72/4 = 18
F. 150/5 = 30
C. 10.5/3 = 3.5
E. 31.50/3 = 10.50
All of them are wrong its 91 but if you want click or circle 90
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)