document.write( "Question 236052: A student makes a $10.25 purchase at the bookstore with a $20 bill. The store has no bills and gives the change in quarters and fifty-cent pieces. there are 30 coins in all. how many of each kind are there? \n" ); document.write( "
Algebra.Com's Answer #173812 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Q+H=30 OR Q=30-H \n" ); document.write( ".25Q+.50H=20-10.25 \n" ); document.write( ".25(30-H)+.50H=9.75 \n" ); document.write( "7.5-.25H+.50H=9.75 \n" ); document.write( ".25H=9.75-7.50 \n" ); document.write( ".25H=2.25 \n" ); document.write( "H=2.25/.25 \n" ); document.write( "H=9 HALF DOLLARS WERE PART OF THE CHANGE. \n" ); document.write( "Q=30-9=21 QUARTERS WERE PART OF THE CHANGE. \n" ); document.write( "PROOF: \n" ); document.write( ".25*21+.50*9=9.75 \n" ); document.write( "5.25+4.50=9.75 \n" ); document.write( "9.75=9.75 \n" ); document.write( " \n" ); document.write( " |