document.write( "Question 243200: A triangle has sides with lengths in centimeters that are consecutive even integers. Find the
\n" );
document.write( "lengths if the perimeter is 186 cm. \n" );
document.write( "
Algebra.Com's Answer #178189 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Always start with the facts and mathematical properties you know. \n" ); document.write( "Perimeter of a triangle = sum of sides = a + b + c = 186 (given). \n" ); document.write( "The lengths of the sides are consecutive EVEN integers: x, y, z. \n" ); document.write( "But that creates a problem with too many unknowns. \n" ); document.write( "However, there is a better way to depict three consecutive even integers: \n" ); document.write( "a = x \n" ); document.write( "b = x + 2 \n" ); document.write( "c = x + 4 \n" ); document.write( "Then when we solve the equation we can determine if x is even. If not, there's no solution. \n" ); document.write( "... \n" ); document.write( "Substituting for the 3 sides in the perimeter equation, we have: \n" ); document.write( "x + x+2 + x+4 = 186 \n" ); document.write( "... \n" ); document.write( "Collecting like terms, we have: \n" ); document.write( "3x + 6 = 186 \n" ); document.write( "... \n" ); document.write( "Subtracting 6 from both sides: \n" ); document.write( "3x = 180 \n" ); document.write( "... \n" ); document.write( "Dividing both sides by 3: \n" ); document.write( "x = 60 \n" ); document.write( "So, a = 60. \n" ); document.write( "... \n" ); document.write( "x + 2 = 60 + 2 = 62 \n" ); document.write( "So, b = 62 \n" ); document.write( "... \n" ); document.write( "x + 4 = 60 + 4 = 64 \n" ); document.write( "So, c = 64 \n" ); document.write( "... \n" ); document.write( "Our proposition is that the 3 sides that are consecutive integers are: 60, 62 & 64. \n" ); document.write( "We can check by substituting back into the givens. \n" ); document.write( "Do 60 + 62 + 64 qualify as consecutive even integers. Yes. \n" ); document.write( "Does 60 + 62 + 64 = 186? Yes. \n" ); document.write( "Done. \n" ); document.write( " |