document.write( "Question 115170: Allen bought 20 stamps at the post in 37 cents and 20 cents denominations. If the total cost of the stamps was $7.06, how many 37 cents did Allen buy? \n" ); document.write( "
Algebra.Com's Answer #83896 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! Allen bought 20 stamps at the post in 37 cents and 20 cents denominations. If the total cost of the stamps was $7.06, how many 37 cents did Allen buy? \n" ); document.write( "========================================================================== \n" ); document.write( "x+y=20 \n" ); document.write( ".37x+.20y=7.06 \n" ); document.write( "------------------- \n" ); document.write( "y=20-x \n" ); document.write( ".37x+.20(20-x)=7.06 \n" ); document.write( ".37x+4-.20x=7.06 \n" ); document.write( ".37x-.2x=7.06-4 \n" ); document.write( ".17x=3.06 \n" ); document.write( "x=18 \n" ); document.write( "18+y=20 \n" ); document.write( "y=20-18 \n" ); document.write( "y=2 \n" ); document.write( "Allen bought 18 37 cent stamps \n" ); document.write( ":) \n" ); document.write( " |