document.write( "Question 910410: One side of triangle is half the longest side. The third side is 7 feet less than the longest side. The perimeter is 78. Find all three sides. \n" ); document.write( "
Algebra.Com's Answer #552482 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the longest side \n" ); document.write( " \n" ); document.write( "x + 2x + 2(x-7) = 156 \n" ); document.write( "x + 2x + 2x - 14= 156 \n" ); document.write( "5x = 170 \n" ); document.write( "x = 34 \n" ); document.write( "Sides: 17, 34, 27 \n" ); document.write( "and checking.. \n" ); document.write( "17 + 34 + 27 = 78 \n" ); document.write( " |