document.write( "Question 1205954: In a triangle, the shortest side is 3 meters less than the longest side. The length of the third side is 11 meters less than twice the length of the longest side. If the perimeter is 22 meters, find the lengths of the three sides of the triangle. \n" ); document.write( "
Algebra.Com's Answer #843070 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "SHORT                 g-3\r\n" );
document.write( "LONG                  g\r\n" );
document.write( "THIRD                 2g-11\r\n" );
document.write( "PERIMETER            22\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"4g-14=22\"
\n" ); document.write( "\"4g=22%2B14\"
\n" ); document.write( "\"4g=36\"
\n" ); document.write( "\"g=9\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The sides length are then
\n" ); document.write( "Short, 6
\n" ); document.write( "Long, 9
\n" ); document.write( "the third side, 7.
\n" ); document.write( "
\n" );