document.write( "Question 509055: One side of a triangle is half the longest side. The third side is 12 feet less than the longest side. The perimeter is 53 feet. Find all three sides! \n" ); document.write( "
Algebra.Com's Answer #341234 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! One side of a triangle is half the longest side. The third side is 13 feet less than the longest side. The perimeter is 62 feet. Find all three sides \n" ); document.write( "** \n" ); document.write( "let x=longest side \n" ); document.write( "x/2=one of the sides \n" ); document.write( "x-13=3rd side \n" ); document.write( ".. \n" ); document.write( "x+x/2+x-13=62 \n" ); document.write( "2.5x=75 \n" ); document.write( "x=30 \n" ); document.write( ".. \n" ); document.write( "Ans: \n" ); document.write( "longest side=30 ft \n" ); document.write( "one other side=15 ft \n" ); document.write( "3rd side=17ft \n" ); document.write( " |