document.write( "Question 292147: A stamp collection consists of 3, 8, and 15 cent stamps. The number of 8 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 stamps is $2.47. Find the number of 8 cent stamps in the collection \n" ); document.write( "
Algebra.Com's Answer #211124 by ankor@dixie-net.com(22740)![]() ![]() 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 stamps is one less than triple the number of 3 cent stamps. \n" ); document.write( "The number of 15 cent stamps is six less than the number of 8 cent stamps. \n" ); document.write( " The total value of all stamps is $2.47. \n" ); document.write( " Find the number of 8 cent stamps in the collection \n" ); document.write( ": \n" ); document.write( "Let x, y, z = the number of 3, 8, 15 cent stamps respectively \n" ); document.write( ": \n" ); document.write( "\"The number of 8 stamps is one less than triple the number of 3 cent stamps.\" \n" ); document.write( "y = 3x - 1 \n" ); document.write( "or \n" ); document.write( "3x = y + 1 \n" ); document.write( "x = \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( ": \n" ); document.write( "\"The total value of all stamps is $2.47.\" \n" ); document.write( ".03x + .08y+ .15z = 2.47 \n" ); document.write( "Replace x and z \n" ); document.write( ".03( \n" ); document.write( "Multiply by 3 to get rid of that denominator, results \n" ); document.write( ".03(y+1) + .24y + .45(y-6) = 3(2.47) \n" ); document.write( ": \n" ); document.write( ".03y + .03 + .24y + .45y - 2.7 = 7.41 \n" ); document.write( ": \n" ); document.write( ".72y - 2.67 = 7.41 \n" ); document.write( ": \n" ); document.write( ".72y = 7.41 + 2.67 \n" ); document.write( ": \n" ); document.write( ".72y = 10.08 \n" ); document.write( "y = \n" ); document.write( "y = 14 ea 8 cent stamps \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check our solution: \n" ); document.write( "Find the no. 3 and 15 cent stamps \n" ); document.write( "x = \n" ); document.write( "x = 5 ea 3 cent stamps \n" ); document.write( ": \n" ); document.write( "z = 14 - 6 \n" ); document.write( "z = 8 ea 15 cent stamps \n" ); document.write( "; \n" ); document.write( ".03(5) + .08(14) + .15(8) = \n" ); document.write( ".15 + 1.12 + 1.20 = 2.47\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |