document.write( "Question 242180: Denise bought 50 postage stamps for which she paid $13.00. Some were 20-cent stamps and some were 40-cent stamps. How many of each did she buy? \n" ); document.write( "
Algebra.Com's Answer #177302 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! X+Y=50 OR X=50-Y \n" ); document.write( ".20X+.40Y=13 \n" ); document.write( ".20(50-Y)+.40Y=13 \n" ); document.write( "10-.20Y+.40Y=13 \n" ); document.write( ".20Y=13-10 \n" ); document.write( ".20Y=3 \n" ); document.write( "Y=3/.20 \n" ); document.write( "Y=15 40 CENT STAMPS WERE BOUGHT. \n" ); document.write( "50-15=35 20 CENT STAMPS WERE BOUGHT. \n" ); document.write( "PROOF: \n" ); document.write( ".20*35+.40*15=13 \n" ); document.write( "7+6=13 \n" ); document.write( "13=13 \n" ); document.write( " |