document.write( "Question 1164323: One side of triangle is 7 more than
\n" ); document.write( "2\r
\n" ); document.write( "\n" ); document.write( " times the shortest side. The third side is
\n" ); document.write( "16\r
\n" ); document.write( "\n" ); document.write( " feet more than the shortest side. The perimeter is
\n" ); document.write( "79
\n" ); document.write( ". Find all three sides.
\n" ); document.write( "

Algebra.Com's Answer #788655 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "SIDES            MEASURE\r\n" );
document.write( "\"one\"              2x+7\r\n" );
document.write( "shortest            x\r\n" );
document.write( "\"third\"            x+16\r\n" );
document.write( "PERIMETER           79\r\n" );
document.write( "

\n" ); document.write( "What to do is clear enough. Remember to check if consistent with Triangle Inequality Theorem.
\n" ); document.write( "
\n" );