document.write( "Question 1034763: Hailie bought 30 stamps for $41.94. Some of them were $3.00 stamps and the rest were 33-cent stamps. How many of each kind did she buy? \n" ); document.write( "
Algebra.Com's Answer #649432 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let the $3 stamps be x and $0.33 stamps be y \n" ); document.write( "x+y = 30 subtract y from both sides: \n" ); document.write( "x = 30-y \n" ); document.write( "We also have the following: \n" ); document.write( "3x+0.33y = 41.94 substitute for x: \n" ); document.write( "3(30-y)+0.33y = 41.94 \n" ); document.write( "90-3y+0.33y = 41.94 \n" ); document.write( "-2.67y = -48.06 Divide both sides by -2.67 and remember -/- = + \n" ); document.write( "y = 18 stamps of 33 cents and \n" ); document.write( "30-18 = 12 stamps of $3 \n" ); document.write( "````````````````````````````` \n" ); document.write( "Check: \n" ); document.write( "18*0.33 = 5.94 \n" ); document.write( "12*3 = 36 \n" ); document.write( "5.94+36 = 41.94 Correct \n" ); document.write( " |