document.write( "Question 188885: A postal clerk sold some 13 cent stamps and some 20 cent stamps. Altogether, 60 stamps were sold sold for a total cost of $10.25. How many 13 cent stamps were sold? \n" ); document.write( "
Algebra.Com's Answer #141648 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
.13x+.20(60-x)=10.25
\n" ); document.write( ".13x+12-.20x=10.25
\n" ); document.write( "-.07x=10.25-12
\n" ); document.write( "-.07x=-1.75
\n" ); document.write( "x=-1.75/.07
\n" ); document.write( "x=25 $.13 stamps were sold.
\n" ); document.write( "60-25=35 $.20 stamps were sold.
\n" ); document.write( "Proof:
\n" ); document.write( ".13*25+.20*35=10.25
\n" ); document.write( "3.25+7=10.25
\n" ); document.write( "10.25=10.25
\n" ); document.write( "
\n" );