document.write( "Question 174473: A stamp collection consists of 3, 8 and 15 cent stamps. The number of 8 cent stamps is one less than triple the number of 3 cent stamps. The number of 15 cent stamps is six less than the number of 8 cent stamps. The total value of all the stamps is $2.47. Find the number of 8 cent stamps.\r
\n" );
document.write( "\n" );
document.write( "I can not figure out the formula to work this problem. Can you please explain.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #129458 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A stamp collection consists of 3, 8 and 15 cent stamps. \n" ); document.write( "The number of 8 cent stamps is one less than triple the number of 3 cent stamps. \n" ); document.write( "e = 3t-1 \n" ); document.write( "--------------- \n" ); document.write( "The number of 15 cent stamps is six less than the number of 8 cent stamps. \n" ); document.write( "f = e - 6 \n" ); document.write( "--------------- \n" ); document.write( "The total value of all the stamps is $2.47 \n" ); document.write( "3t+8e+15f = 247 \n" ); document.write( "--------------- \n" ); document.write( "Find the number of 8 cent stamps. \n" ); document.write( "EQUATIONS: \n" ); document.write( "t = (e+1)/3 \n" ); document.write( "f = e - 6 \n" ); document.write( "8e = 247-3t-15f \n" ); document.write( "------------------ \n" ); document.write( "Substitute for t and for f to solve for e: \n" ); document.write( "8e = 247 -3(e+1)/3 - 15(e-6) \n" ); document.write( "8e = 247 -e - 1 -15e + 90 \n" ); document.write( "8e = 336 - 16e \n" ); document.write( "24e = 336 \n" ); document.write( "e = 14 (number of eight cent stamps) \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |