document.write( "Question 609642: John bought 75 stamps for 19.94. Some were 20 cent stamps and some were 33 cent stamps. How many of each kind did he buy? \n" ); document.write( "
Algebra.Com's Answer #383853 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x be the number of 20 cent stamps bought. \n" ); document.write( ".20x+.33(75-x)=19.94 \n" ); document.write( ".2x+24.75-.33x=19.94 \n" ); document.write( "-.13x+24.75=19.94 \n" ); document.write( "-.13x=-4.81 \n" ); document.write( "x=37 \n" ); document.write( "75-37=38 (33 cent stamps) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |