document.write( "Question 661486: one side of the triangle is 2 meters shorter than the base, the other side is 3 meters longer than twice the base. IF the perimeter is 37 meters, find the length of the base \n" ); document.write( "
Algebra.Com's Answer #411689 by ReadingBoosters(3246)\"\" \"About 
You can put this solution on YOUR website!
x = one side
\n" ); document.write( "y = other side
\n" ); document.write( "z = base
\n" ); document.write( "x+y+z=37
\n" ); document.write( "x = z-2
\n" ); document.write( "y = 3+2z
\n" ); document.write( "Substitute x and y in the equation
\n" ); document.write( "(z-2)+(3+2z)+z=37
\n" ); document.write( "4z +1 = 37
\n" ); document.write( "4z = 36
\n" ); document.write( "z = 9 m is the base
\n" ); document.write( "
\n" );