document.write( "Question 176649: 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 in the collection. \n" ); document.write( "
Algebra.Com's Answer #131731 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
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 in the collection.
\n" ); document.write( ";
\n" ); document.write( "let x = no. of 3 ct stamps
\n" ); document.write( "let y = no. of 8 ct
\n" ); document.write( "let z = no. of 15 ct
\n" ); document.write( ":
\n" ); document.write( "write an equation for each statement:
\n" ); document.write( ";
\n" ); document.write( "\" The number of 8 cent stamps is one less than triple the number of 3 cent stamps.\"
\n" ); document.write( "y = 3x - 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( "z = y - 6
\n" ); document.write( "put z in terms of x also; substitute (3x-1) for y
\n" ); document.write( "z = (3x-1) - 6
\n" ); document.write( "z = 3x - 7
\n" ); document.write( ":
\n" ); document.write( "The total value of all the stamps is $2.47.
\n" ); document.write( ".03x + .08y + .15z = 2.47
\n" ); document.write( "substitute for y & z
\n" ); document.write( ".03x + .08(3x-1) + .15(3x-7) = 2.47
\n" ); document.write( ":
\n" ); document.write( ".03x + .25x - .08 + .45x - 1.05 = 2.47
\n" ); document.write( ":
\n" ); document.write( ".03x + .25x - .45x - .08 - 1.05 = 2.47
\n" ); document.write( ":
\n" ); document.write( ".72x - 1.13 = 2,47
\n" ); document.write( ":
\n" ); document.write( ".72x = 1.13 + 2.47
\n" ); document.write( ":
\n" ); document.write( ".72x = 3.60
\n" ); document.write( "x = \"3.60%2F.72\"
\n" ); document.write( "x = 5 ea 3 ct stamps
\n" ); document.write( ":
\n" ); document.write( "Find the number of 8 cent stamps in the collection.
\n" ); document.write( "y = 3x -1
\n" ); document.write( "y = 3(5) - 1
\n" ); document.write( "y = 14 ea 8 ct stamps
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "check solution
\n" ); document.write( "z = 14-6 = 8 ea 15 ct stamps
\n" ); document.write( ".03(5) + .08(14) + .15(8) = 2.47
\n" ); document.write( ".15 + 1.12 + 1.20 = 2.47; confirms our solutions
\n" ); document.write( "
\n" );