document.write( "Question 1040265: A triangle has a perimeter of
\n" );
document.write( "24 inches. The medium side is
\n" );
document.write( "3 more than the short side, and the longest side is
\n" );
document.write( "5 times the length of the shortest side. Find the shortest side. \n" );
document.write( "
Algebra.Com's Answer #655051 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "A triangle has a perimeter of 24 inches. The medium side is \n" ); document.write( "3 more than the short side, and the longest side is \n" ); document.write( "5 times the length of the shortest side. Find the shortest side. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the shortest side length, in inches.\r\n" ); document.write( "Then the medium side is (x + 3) inches,\r\n" ); document.write( "while the longest side is 5x inches long.\r\n" ); document.write( "\r\n" ); document.write( "The perimeter is the sum x + (x+3) + 5x, so your equation is\r\n" ); document.write( "\r\n" ); document.write( "x + (x+3) + 5x = 24.\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve it\r\n" ); document.write( "\r\n" ); document.write( "7x + 3 = 24 ---> 7x = 24-3 ---> 7x = 21 ---> x = \n" ); document.write( " \n" ); document.write( " |