document.write( "Question 25618: the perimeter of a triangle measures 62cm. the 2nd side is 2 times longer than the fist, and the 3rd side is 12cm larger than the second. What is the length of the longest side. \n" ); document.write( "
Algebra.Com's Answer #13812 by pwac(253)![]() ![]() ![]() You can put this solution on YOUR website! Ok \n" ); document.write( "Let first side = x \n" ); document.write( "so second side is 2x \n" ); document.write( "and third side is 2x+12 \n" ); document.write( "so now we have x+2x+2x+12=62 sum the x-terms \n" ); document.write( "5x+12=62 now subtract 12 from both sides of the equation \n" ); document.write( "5x+12-12=62-12 \n" ); document.write( "5x=50 divide both sides by 5 to get \n" ); document.write( "x=10 this is length of first side \n" ); document.write( "second side is 2x which =20 \n" ); document.write( "third side is 2x+12 which =32 \n" ); document.write( "so 10+20+32 = 62cm \n" ); document.write( "Pete \n" ); document.write( " |