Question 238718
In a piggy bank, there are twice as many dimes as quarters, five times as many nickels as quarters, and twice as many pennies as all other coins combined. It is equally likely that any one of the coins will fall out when the piggy bank is turned upside down. Calculate the probability that either a nickel or a quarter will fall out. Express your solution as a fraction in lowest terms.
------------------------------
Equations:
d = 2q
n = 5q
p = 2(n + d + q)
----------------------
Substitute to get:
p = 2(5q + 2q + q)
p = 2(8q)
p = 16q
-------------------
Total # of coins = p + n + d + q = 16q + 5q + 2q + q = 24q
--------------------------
P(nickel or quarter) = P(nickel) + P(quarter)
=(5q/24q) + (q/24q)
= (5/24) + (1/24)
= 6/24
= 1/4
=========================
Cheers,
Stan H.