document.write( "Question 1012240: Elf #1 has made 20 toy trains today and can make 5 more per hour. Elf #2 has made 28 trains today and can make 3 more per hour. How many hours until both elves have made the same number of trains and how many trains will that be? \n" ); document.write( "
Algebra.Com's Answer #628109 by Theo(13342)![]() ![]() You can put this solution on YOUR website! equation for elf 1 is 20 + 5x. \n" ); document.write( "equation for elf 2 is 28 + 3x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is the number of hours. \n" ); document.write( "5x is the number of additional trains elf 1 can make in x hours. \n" ); document.write( "3x is the number of additional trains elf 2 can make in x hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you want to know how many hours are required for each to make the same number of trains.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "20 + 5x is the total number of trains elf 1 can make in x hours. \n" ); document.write( "28 + 3x is the total number of trains elf 2 can make in x hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you want the total number of trains each makes to be the same, then set 20 + 5x equal to 28 + 3x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your equation is 20 + 5x = 28 + 3x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x in this equaiton and you should have your answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with 20 + 5x = 28 + 3x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 20 from both sides of this equation and subtract 3x from both sides of this equation to get 5x - 3x = 28 - 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get 2x = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this equation by 2 to get x = 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they should have built a total of the same number of trains in 4 houjrs.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "elf 1 will have built a total of 20 + 5*4 = 40 trains. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "elf2 will have built a total of 28 + 3*4 = 40 trains.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solution is good.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it will take 4 additional hours and they both will have made a total of 40 trains each.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |