document.write( "Question 885731: a triangle has a perimeter of 53 in . the shortest side of triangleis two more than one-third of the longest side . the other side is five less then the longest side . find the dimension
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #535389 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a triangle has a perimeter of 53 in . the shortest side of triangleis two more than one-third of the longest side . the other side is five less then the longest side . find the dimension \n" ); document.write( "*** \n" ); document.write( "let x=longest side \n" ); document.write( "x/3+2=shortest side \n" ); document.write( "x-5=3rd side \n" ); document.write( " \n" ); document.write( "lcd:3 \n" ); document.write( "3x+x+6+3x-15=159 \n" ); document.write( "7x=168 \n" ); document.write( "x=24 \n" ); document.write( "x/3+2=10 \n" ); document.write( "x-5=19 \n" ); document.write( "longest side=24 inches \n" ); document.write( "shortest side=10 inches \n" ); document.write( "3rd side=19 inches \n" ); document.write( " |