document.write( "Question 992859: Two sides of a triangle are 3ft and 6ft longer then the third side. If the perimeter of the triangle is 36ft find the lenght of each side \n" ); document.write( "
Algebra.Com's Answer #612324 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two sides of a triangle are 3ft and 6ft longer then the third side. If the perimeter of the triangle is 36ft find the lenght of each side \n" ); document.write( "let x= length of3rd side \n" ); document.write( "x+3=2nd side \n" ); document.write( "x+6 =1st side \n" ); document.write( "2(x+3+x+6)=36 \n" ); document.write( "4x+18=36 \n" ); document.write( "4x=18 \n" ); document.write( "x=4.5 \n" ); document.write( "x+3=7.5 \n" ); document.write( "3rd side=4.5 ft \n" ); document.write( "1st side=7.5 ft \n" ); document.write( "2nd side= 10.5 ft \n" ); document.write( " |