document.write( "Question 936543: Smith purchased 10 dollar stamp, 15 dollar stamps and 20 dollars with a total value of 840 dollars. If the number of 15 dollars stamps is 8 more than 10 dollar stamps and there are 10 more of the 20 dollar stamps than of the 15 dollar stamps, how many of each does she
\n" );
document.write( "receive?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #569980 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Smith purchased 10 dollar stamp, 15 dollar stamps and 20 dollars with a total value of 840 dollars. If the number of 15 dollars stamps is 8 more than 10 dollar stamps and there are 10 more of the 20 dollar stamps than of the 15 dollar stamps, how many of each does she \n" ); document.write( "receive? \n" ); document.write( "----- \n" ); document.write( "Equations \n" ); document.write( "10t + 15f + 20w = 840 dollars \n" ); document.write( "---- \n" ); document.write( "f = t + 8 \n" ); document.write( "w = f + 10 \n" ); document.write( "------ \n" ); document.write( "Substitute for t and w and solve for \"f\":: \n" ); document.write( "10(f-8) + 15f + 20(f+10) = 840 \n" ); document.write( "45f + 120 = 840 \n" ); document.write( "45f = 720 \n" ); document.write( "f = 16 (# of 15 dollar bills) \n" ); document.write( "----- \n" ); document.write( "t = f-8 = 8(# of ten dollar bills) \n" ); document.write( "----- \n" ); document.write( "w = f + 10 = 26 (# of twenty dollar bills) \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " \n" ); document.write( " |