document.write( "Question 525641: In a triangle, the longest side is double the shortest side and the third side is 3 cm less than the longest side. If the perimeter of the triangle is 57 cm, find all sides of the triangle \n" ); document.write( "
Algebra.Com's Answer #348171 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "Shortest side = x cm \n" ); document.write( "Longest side = 2x cm \n" ); document.write( "Third side = 2x-3 cm \n" ); document.write( "Given \n" ); document.write( "Perimeter = 57cm\r \n" ); document.write( "\n" ); document.write( "Longest side + Shortest side + Third side = Perimeter of Triangle \n" ); document.write( "2x+x+(2x-3)=57 \n" ); document.write( "3x+2x-3=57 \n" ); document.write( "5x=57+3 \n" ); document.write( "5x=60 \n" ); document.write( "x=60/5 \n" ); document.write( "x=12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Shortest side = x = 12 cm \n" ); document.write( "Longest side = 2x = 12*2= 24 cm \n" ); document.write( "Third side = 2x-3 cm = 24 - 3 = 21 cm \n" ); document.write( " \n" ); document.write( " |