document.write( "Question 201380: A stamp collector has some 15 cent stamps and some 20 cent stamps. The number of 15 cent stamps is eight less than three time the number of 20 cent stamps. The total value is $4. Find the number of each type of stamp in the collection. \n" ); document.write( "
Algebra.Com's Answer #151631 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=number of 20 cent stamps \n" ); document.write( "Then 3x-8=number of 15 cent stamps\r \n" ); document.write( "\n" ); document.write( "we'll deal in pennies \n" ); document.write( "20x+15(3x-8)=400 get rid of parens \n" ); document.write( "20x+45x-120=400 add 120 to each side \n" ); document.write( "20x+45x-120+120=400+120 collect like terms \n" ); document.write( "65x=520 divide each side by 65 \n" ); document.write( "x=8--------------------number of 20 cent stamps \n" ); document.write( "3x-8=3*8-8=24-8=16 number of 15 cent stamps\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "8*20+16*15=400 \n" ); document.write( "160+240=400 \n" ); document.write( "400=400\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |