document.write( "Question 124934: Allen bought 30 stamps at the post office in 39¢ and 24¢ denominations. If the total cost of the stamps was $9.90, how many 39¢ stamps did Allen buy? \n" ); document.write( "
Algebra.Com's Answer #91595 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
.39X+.24(30-X)=9.90
\n" ); document.write( ".39X+7.20-.24X=9.90
\n" ); document.write( ".15X=9.90-7.20
\n" ); document.write( ".15X=2.70
\n" ); document.write( "X-2.70/.15
\n" ); document.write( "X=18 THE NUMBER OF $.39 STAMPS BOUGHT.
\n" ); document.write( "30-18=12 IS THE NUMBER OF $.24 STAMPS BOUGHT.
\n" ); document.write( "PROOF
\n" ); document.write( ".39*18+.24*12=9.90
\n" ); document.write( "7.02+2.88=9.90
\n" ); document.write( "9.90=9.90
\n" ); document.write( "
\n" );