Answer:
3
Step-by-step explanation:
This is a cube root so think what times what times what is 27?
3 x 3 x 3 = 27 so the answer is 3
Same problem explained
https://www.mathsisfun.com/numbers/cube-root.html < in detail.
Very helpful website check it out
(It's not a random download link or whatever, look at my profile- i dont do that, its completely safe and legit.)
The equation would be y = 60x + 20
Answer:
p^2 + q^2 = 22/9.
Step-by-step explanation:
For a quadratic function ax^2 + bx + c if the zeroes are A and B then
A + B = -b/a and AB = c/a.
2x^2 - 7x + 3
Now p and q are the zeroes of the above function so
p + q = 7/3 and pq = 3/2.
Now p^2 + q^2 = (p + q)^2 - 2pq
= (7/3)^2 - 2* 3/2
= 49/9 - 3
= 49/4 - 27/9
= 22/9.
64 cubic feet is the answer you’re lookin for!
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)