document.write( "Question 212168: The engines on the Great Eastern Railway all have six axles and the cars (tankers and hoppers) all have four axles. If a recent train consisted of 43 units and had 178 axles, how many engines and how many cars were in the train? Note: an axle is a rod that holds a pair of wheels in place.\r
\n" );
document.write( "\n" );
document.write( "When it came time to discuss the problem, students were first asked to simply tell the strategy they used to approach it. As a teacher, try to put yourself in the place of the students and work the problem in the manner that you anticipate the student has worked it.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #160224 by Theo(13342)![]() ![]() You can put this solution on YOUR website! engines have 6 axles each. \n" ); document.write( "cars have 4 axles each. \n" ); document.write( "----- \n" ); document.write( "train consists of 43 units and 178 axles. \n" ); document.write( "----- \n" ); document.write( "let x = number of engines and let y = number of cars (tankers and hoppers). \n" ); document.write( "----- \n" ); document.write( "you have: \n" ); document.write( "x + y = 43 \n" ); document.write( "----- \n" ); document.write( "that would be one equation. \n" ); document.write( "----- \n" ); document.write( "each engine has 6 axles and each car has 4 axles. \n" ); document.write( "6x + 4y = 178 \n" ); document.write( "----- \n" ); document.write( "you cannot solve these equations separately but you can solve them jointly. \n" ); document.write( "----- \n" ); document.write( "you have 2 equations that need to be solved simultaneously. \n" ); document.write( "----- \n" ); document.write( "the equations are: \n" ); document.write( "x + y = 43 \n" ); document.write( "6x + 4y = 178 \n" ); document.write( "----- \n" ); document.write( "you can solve these by substitution. \n" ); document.write( "you solve for one of the variables in one of the equations and then you replace that variable in the other equation. \n" ); document.write( "----- \n" ); document.write( "we'll solve for y in the first equation. \n" ); document.write( "we get y = 43 - x \n" ); document.write( "----- \n" ); document.write( "we'll replace y in the second equation with 43 - x \n" ); document.write( "we get: \n" ); document.write( "6x + 4 * (43-x) = 178 \n" ); document.write( "----- \n" ); document.write( "we expand this equation to get: \n" ); document.write( "6x + 4*43 - 4x = 178 \n" ); document.write( "this becomes: \n" ); document.write( "6x + 172 - 4x = 178 \n" ); document.write( "we combine like terms to get: \n" ); document.write( "2x + 172 = 178 \n" ); document.write( "we subtract 172 from both sides of equation to get: \n" ); document.write( "2x = 178 - 172 = 6 \n" ); document.write( "we divide both sides by 2 to get: \n" ); document.write( "x = 3 \n" ); document.write( "----- \n" ); document.write( "the train has 3 engines and 40 cars. \n" ); document.write( "----- \n" ); document.write( "3*6 = 18 \n" ); document.write( "40*4 = 160 \n" ); document.write( "160 + 18 = 178 \n" ); document.write( "----- \n" ); document.write( "x = 3 and y = 40 looks good. \n" ); document.write( "----- \n" ); document.write( "3 + 40 = 43 \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |