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 #628059 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Perimeter is the sum of the sides. \n" ); document.write( ". \n" ); document.write( "(x+5)+(3x-1)+(4x-2)=66 \n" ); document.write( "8x+2=66 \n" ); document.write( "8x=64 \n" ); document.write( "x=8 \n" ); document.write( ". \n" ); document.write( "x+5=8+5=13 \n" ); document.write( "The x+5 side is 13 \n" ); document.write( ". \n" ); document.write( "3x-1=3(8)-1=24-1=23 \n" ); document.write( "The 3x-1 side is 23 \n" ); document.write( ". \n" ); document.write( "4x-2=4(8)-2=32-2=30 \n" ); document.write( "The 4x-2 side is 30 \n" ); document.write( ". \n" ); document.write( "ANSWER: The shortest side is x+5=13 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |