document.write( "Question 439999: Piggy6 bank with 53 coins..some are quarter, the rest are half dollars. The total value of all the coins is $18.25. How many of each denomination is in the piggy bank? \n" ); document.write( "
Algebra.Com's Answer #321985 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! q+hd=53 \n" ); document.write( "25q+50hd=1825 \n" ); document.write( "25q+25hd=1325 \n" ); document.write( "25hd=500 \n" ); document.write( "hd=20 \n" ); document.write( "q=33 \n" ); document.write( "The piggy bank has 33 quarters, and 20 half-dollars.. \n" ); document.write( " |