<h3>Answer: independent </h3>
Reason:
Each cube doesn't affect the other one, which means that the probabilities are not altered. This is assuming that the cubes don't bump into each other when rolling on the table. So either there's enough space on the table, or they take turns one at a time.
Answer:
X = 1h15mins
Step-by-step explanation:
Rate Time Distance
Morgan 20 X 20X
Corona 25 X – ¼ 25(X – ¼)
If they meet each other, they need to travle the same distance, mean :
20X = 25(X – ¼)
X = 1.25
1 hour and 15 minutes
<span>2t+8>-4(t+1)
2t + 8 > -4t - 4
2t + 4t > -4 - 8
6t > -12
t > -2
answer
</span> t > -2
Answer:
See explanation.
Step-by-step explanation:
We are looking at a geometric distribution.
The probability of selecting a brown peanut is .12 = p
The probability of not selecting a brown peanut is .88 = q
The probability mass function is p(y) = (.88)^(y-1) * (.12)
a) p(7) = (.88)^6 * .12 = .0557
b) p(7 <= y <= 8) = p(7) + p(8)
= .0557 + (.88)^7 * .12 = .1048
c) p(y <= 7) = p(0) + p(1) + ... + p(7)
= .12 + (.88)^1 * .12 + (.88)^2 * .12 + ... + (.88)^6 * .12 = .4713
d) The expect value is 1/p. So, 1/(.12) = 8.33 M&M's
Write a program that uses while loops<span> to perform the following steps: a. ... </span>d. Output all<span> the </span>numbers and their squares between 1 and 10<span>. e.</span>