document.write( "Question 971689: John spends $ 8.40 in buying 100 postage stamps. If x of them are 7 cents stamps & y are 9 cents stamps, find no. of each type of stamps? \n" ); document.write( "
Algebra.Com's Answer #594347 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+y=100 \n" ); document.write( "x=100-y \n" ); document.write( "------------ \n" ); document.write( "0.07x+0.09y=8.40 \n" ); document.write( "0.07(100-y)+0.09y=8.40 \n" ); document.write( "7-0.07y+0.09y=8.40 \n" ); document.write( "0.02y=8.40-7 \n" ); document.write( "y=1.40/0.02 \n" ); document.write( "y=70 \n" ); document.write( "x=100-70 \n" ); document.write( "x=30 \n" ); document.write( " |