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)
Answer:
37
Step-by-step explanation:
59 percent times 63 in total marbles is 37
Complete question :
It is estimated 28% of all adults in United States invest in stocks and that 85% of U.S. adults have investments in fixed income instruments (savings accounts, bonds, etc.). It is also estimated that 26% of U.S. adults have investments in both stocks and fixed income instruments. (a) What is the probability that a randomly chosen stock investor also invests in fixed income instruments? Round your answer to decimal places. (b) What is the probability that a randomly chosen U.S. adult invests in stocks, given that s/he invests in fixed income instruments?
Answer:
0.929 ; 0.306
Step-by-step explanation:
Using the information:
P(stock) = P(s) = 28% = 0.28
P(fixed income) = P(f) = 0.85
P(stock and fixed income) = p(SnF) = 26%
a) What is the probability that a randomly chosen stock investor also invests in fixed income instruments? Round your answer to decimal places.
P(F|S) = p(FnS) / p(s)
= 0.26 / 0.28
= 0.9285
= 0.929
(b) What is the probability that a randomly chosen U.S. adult invests in stocks, given that s/he invests in fixed income instruments?
P(s|f) = p(SnF) / p(f)
P(S|F) = 0.26 / 0.85 = 0.3058823
P(S¦F) = 0.306 (to 3 decimal places)