document.write( "Question 22983: A postal clerk sold 75 stamps for $19.95. Some were 20-cent and some were 33-cent. How many of each kind did he sell. \n" ); document.write( "
Algebra.Com's Answer #11375 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
let $0.20 stamps be x and let the other be y
\n" ); document.write( "x+y=75
\n" ); document.write( "y=75-x
\n" ); document.write( "20x+33y=1995
\n" ); document.write( "20x+33(75-x)=1995
\n" ); document.write( "20x+2475-33x=1995
\n" ); document.write( "-13x=-480 (divide both sides by -15)
\n" ); document.write( "x=36
\n" ); document.write( "y=75-36
\n" ); document.write( "y=39
\n" ); document.write( "Hence, the number of $0.20 were 36 stamps and for $0.33 there were 39 stamps.
\n" ); document.write( "
\n" ); document.write( "
\n" );