document.write( "Question 156349: A stamp collection consist 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 in the collection. \n" ); document.write( "
Algebra.Com's Answer #115154 by kdr(11)\"\" \"About 
You can put this solution on YOUR website!
Let t = number of three cent stamps, e = number of eight cent stamps, and f = number of fifteen cent stamps.\r
\n" ); document.write( "\n" ); document.write( "Since the number of 8 cent stamps is one less than triple the number of 3 cent stamps, we can write this equation:
\n" ); document.write( "e = 3t - 1\r
\n" ); document.write( "\n" ); document.write( "Since the number of 15 cent stamps is six less than the number of 8 cent stamps, we can write this equaation:
\n" ); document.write( "f = e - 6\r
\n" ); document.write( "\n" ); document.write( "Let's substitute 3t-1 for e:\r
\n" ); document.write( "\n" ); document.write( "f = 3t-1-6
\n" ); document.write( "f =3t-7\r
\n" ); document.write( "\n" ); document.write( "We can write an equation showing the total value of the stamps like this:\r
\n" ); document.write( "\n" ); document.write( ".03t + .08e + .15f = 2.47\r
\n" ); document.write( "\n" ); document.write( "Now, since we have e and f in terms of t, let's substitute those expressions in the total equation:\r
\n" ); document.write( "\n" ); document.write( ".03t + .08(3t-1) + .15(3t-7) = 2.47\r
\n" ); document.write( "\n" ); document.write( "Expanding we get:\r
\n" ); document.write( "\n" ); document.write( ".03t + .24t - .08 + .45t - 1.05 = 2.47\r
\n" ); document.write( "\n" ); document.write( "Combining like terms we now have:\r
\n" ); document.write( "\n" ); document.write( "(.03 + .24 + .45)t - 1.13 = 2.47\r
\n" ); document.write( "\n" ); document.write( ".72t - 1.13 = 2.47\r
\n" ); document.write( "\n" ); document.write( "Adding 1.13 to both sides, we now have:
\n" ); document.write( ".72t = 3.60\r
\n" ); document.write( "\n" ); document.write( "Dividing both sides by .72, we get:
\n" ); document.write( ".72t/.72 = 3.6/.72
\n" ); document.write( "t = 5\r
\n" ); document.write( "\n" ); document.write( "Putting t into the first equation we had, we get:
\n" ); document.write( "e = 3(5) - 1, so e = 14
\n" ); document.write( "and putting 14 for e in the second equations, we get:
\n" ); document.write( "f = 14 - 6, so f = 8\r
\n" ); document.write( "\n" ); document.write( "Finally, we have 5 three cent stamps, 14 eight cent stamps, and 8 fifteen cent stamps.\r
\n" ); document.write( "\n" ); document.write( "Checking the result:
\n" ); document.write( "5(.03) + 14(.08) + 8(.15) = 2.47
\n" ); document.write( ".15 + 1.12 + 1.20 = 2.47
\n" ); document.write( "2.47 = 2.47\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );