document.write( "Question 92914: The first side of a triangle is 40cm shorter than twice the second. The third side is 2cm longer than the second. The perimeter is 70 cm. Find the length of each side. \n" ); document.write( "
Algebra.Com's Answer #67605 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Let the length of second side = x cm. \n" ); document.write( "The first side is 40 cm shorter than twice the second side; hence its length = \n" ); document.write( "(2x - 40) cm. \n" ); document.write( "The third side is 2 cm longer than the second side; hence its length = (x + 2) cm.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Perimeter = sum of lengths of all sides \n" ); document.write( "70 = x + (2x - 40) + (x + 2) \n" ); document.write( "4x - 38 = 70 \n" ); document.write( "4x = 70 + 38 = 108 \n" ); document.write( "x = 108/4 = 27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Ans: \n" ); document.write( "1st side is (2*27 - 40 =) 14 cm, \n" ); document.write( "2nd side is 27 cm and \n" ); document.write( "3rd side is (27 + 2 =) 29 cm. \n" ); document.write( " |