document.write( "Question 1012193: find the length of the shortest side of a triangle whose perimeter is 66 and the sides are marked as x+5, 3X-1 AND 4X-2 what is the shortest side \n" ); document.write( "
Algebra.Com's Answer #628060 by ikleyn(52803)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "find the length of the shortest side of a triangle whose perimeter is 66 and the sides are marked as x+5, 3X-1 AND 4X-2 what is the shortest side \n" ); document.write( "---------------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Your equation is \r\n" ); document.write( "\r\n" ); document.write( "(x+5) + (3x-1) + (4x-2) = 66.\r\n" ); document.write( "\r\n" ); document.write( "8x + (5-1-2) = 66,\r\n" ); document.write( "\r\n" ); document.write( "8x + 2 = 66,\r\n" ); document.write( "\r\n" ); document.write( "8x = 66 - 2 = 64,\r\n" ); document.write( "\r\n" ); document.write( "x = 8.\r\n" ); document.write( "\r\n" ); document.write( "The sides of the triangle are:\r\n" ); document.write( "\r\n" ); document.write( "side 1: x + 5 = 8+5 = 13;\r\n" ); document.write( "side 2: 3x-1 = 3*8-1 = 23;\r\n" ); document.write( "side 3: 4x - 2 = 4*8 - 2 = 30,\r\n" ); document.write( "\r\n" ); document.write( "The shortest side is 13.\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |