document.write( "Question 1133865: One side of a triangle is half the longest side. The third side is 12 meters less than the longest side. The perimeter is 58 meters. Find all three sides. \n" ); document.write( "
Algebra.Com's Answer #751117 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "z, the longest side\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ONE side             (1/2)z\r\n" );
document.write( "THIRD side           z-12\r\n" );
document.write( "LONGEST side         z\r\n" );
document.write( "PERIMETER              58\r\n" );
document.write( "\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "ALTERNATIVE VARIABLES ASSIGN
\n" ); document.write( "
\r\n" );
document.write( "v, \"ONE side\"\r\n" );
document.write( "\r\n" );
document.write( "ONE side               v\r\n" );
document.write( "THIRD side             2v-12\r\n" );
document.write( "LONGEST side          2v\r\n" );
document.write( "PERIMETER              58\r\n" );
document.write( "

\n" ); document.write( "Perimeter sum using the alternative variables is \"v%2B%282v-12%29%2B2v=58\".
\n" ); document.write( "Solving should be no trouble.
\n" ); document.write( "
\n" );