document.write( "Question 775415: You have 100 stamps that have a total value of $31.02. Some of the stamps are worth 24 cents each and the others are worth 37 cents each. How many stamps of each type do you have? \n" ); document.write( "
Algebra.Com's Answer #472931 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! 24c stamps = x \n" ); document.write( "37c stamps = y \n" ); document.write( "x + y = 100...1 \n" ); document.write( "24x + 37y = 3102...2 \n" ); document.write( "Multiply (1) by 37 \n" ); document.write( "37x + 37y = 3700...3 \n" ); document.write( "24x + 37y = 3102...2 \n" ); document.write( "Subtract (2) from (3) \n" ); document.write( "13x = 598 \n" ); document.write( "x = 46 \n" ); document.write( "Substitute x = 46 in (1) \n" ); document.write( "x + y = 100 \n" ); document.write( "46 + y = 100 \n" ); document.write( "y = 100 - 46 \n" ); document.write( "y = 54 \n" ); document.write( "There are 46x24c and 54x37c stamps \n" ); document.write( "Hope this helps. \n" ); document.write( ";-) \n" ); document.write( " |