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)\"\" \"About 
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 = \"21%2F7\" = 3.\r\n" );
document.write( "\r\n" );
document.write( "Hence, the shortest side length is 3 in.\r\n" );
document.write( "Then the medium side is x + 3 = 3 + 3 = 6 in\r\n" );
document.write( "and the longst side is 5x = 5*3 = 15 in.\r\n" );
document.write( "\r\n" );
document.write( "Now check if such a triangle does exist.\r\n" );
document.write( "The sum of the lengths of the shortest and the medium sides is 3 + 6 in = 9 in.\r\n" );
document.write( "\r\n" );
document.write( "It is less than the length 15 in of the longest side.\r\n" );
document.write( "\r\n" );
document.write( "Hence, the triangle (3,6,15) actually doesn't exist.\r\n" );
document.write( "\r\n" );
document.write( "It implies that the problem HAS NO solution.\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The problem HAS NO solution.  Such a triangle doesn't exist.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );