document.write( "Question 667806: a piggy-bank contains a certain number of coins. of which, 53 are dimes and 19 are nickels. the remainder of the coins are quarters. if the probability of selecting a quarter from this bank is 1/4, how many quarters does the bank contain? \n" ); document.write( "
Algebra.Com's Answer #415218 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a piggy-bank contains a certain number of coins. of which, 53 are dimes and 19 are nickels. the remainder of the coins are quarters. if the probability of selecting a quarter from this bank is 1/4, how many quarters does the bank contain? \n" ); document.write( "---- \n" ); document.write( "Let \"q\" be the number of quarters. \n" ); document.write( "P(pick a quarter) = q/(53+19+q) = 1/4 \n" ); document.write( "----- \n" ); document.write( "q/(72+q) = 1/4 \n" ); document.write( "----- \n" ); document.write( "72+q = 4q \n" ); document.write( "3q = 72 \n" ); document.write( "q = 24 (# of quarters) \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |