document.write( "Question 217605: Two sides of a triangle are 3 feet and 6 feet longer than the third side of the triangle, respectively. If the perimeter of the triangle is 36 feet, find the length of each side. \n" ); document.write( "
Algebra.Com's Answer #164057 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
x+(x+3)+(x+6)=36
\n" ); document.write( "3x+9=36
\n" ); document.write( "3x=27
\n" ); document.write( "x=9
\n" ); document.write( "x+3=12
\n" ); document.write( "x+6=15
\n" ); document.write( "
\n" );