I’m pretty sure the answer is u<19
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)
No
Given 3 sides of a triangle, the sum of any 2 sides must be greater than the third side.
Consider the 3 given sides 1, 7 and 11
7 + 11 = 18 > 1
1 + 11 = 12 > 7
1 + 7 < 11 ⇒ not valid
Hence these sides do not form a triangle
Answer: x^2 + 9x + 20
Step-by-step explanation:
Foil Method: (a + b) (c + d) = ac + ad + bc + bd
Lets say:
a = x
b = 5
c = x
d = 4
Plugging in the numbers: xx + 4x + 5x + 5*4
Combine like terms:
xx = x^2
4x + 5x = 9x
5 * 4 = 20
You're then left with: x^2 + 9x + 20
0.380952 then the numbers repeat