document.write( "Question 1163816: A triangle has a perimeter of 23
\n" ); document.write( " inches. The medium side is 5
\n" ); document.write( " more than the short side, and the longest side is 4
\n" ); document.write( " times the length of the shortest side. Find the shortest side.
\n" ); document.write( "

Algebra.Com's Answer #788030 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "short           x\r\n" );
document.write( "medium          x+5\r\n" );
document.write( "long            4x\r\n" );
document.write( "SUM              23\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Recheck against Triangle Inequality Theorem.
\n" ); document.write( "
\n" );