document.write( "Question 23849: PlEASE help! A postal clerk sold some fifteen-cent stamps and some twenty-five cent stamps. Altogether, 10 stamps were sold for a total cost of $1.70. How many of each type of stamp were sold? \n" ); document.write( "
Algebra.Com's Answer #12579 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the $0.15 stamps be x \n" ); document.write( "Let the $0.20 stamps be y \n" ); document.write( "x+y=10 \n" ); document.write( "y=10-x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "SInce I do not like working with demicals I'll convert them to integers by multiplying the numbers by 100. \n" ); document.write( "So: \n" ); document.write( "15x+20y=170 (subsituite the known value) \n" ); document.write( "15x+20(10-x)=170 \n" ); document.write( "15x+200-20x=170 \n" ); document.write( "-5x=-30 \n" ); document.write( "x=6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=10-6 \n" ); document.write( "y=4 \n" ); document.write( "Hence for $0.15 about 6 stamps were sold and for $0.20 about 4 stamps were sold. \n" ); document.write( " |