document.write( "Question 223193: Beth bought $0.40 stamps and $0.03 stamps at the post office. If she purchased 92 stamps at a total cost of $22, how many of each kind did she buy? \n" ); document.write( "
Algebra.Com's Answer #166927 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! .40x+.03(92-x)=22 \n" ); document.write( ".40x+2.76-.03x=22 \n" ); document.write( ".37x=22-2.76 \n" ); document.write( ".37x=19.24 \n" ); document.write( "x=19.24/.37 \n" ); document.write( "x=52 40 cent stamps were bought. \n" ); document.write( "92-52=40 3 cent stamps were bought. \n" ); document.write( "Proof: \n" ); document.write( ".40*52+.03*40=22 \n" ); document.write( "20.8+1.20=22 \n" ); document.write( "22=22 \n" ); document.write( " |