document.write( "Question 1051457: One side of triangle is one-fourth the longest side. The third side is
\n" );
document.write( "13 feet less than the longest side. The perimeter is
\n" );
document.write( "113. Find all three sides.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #666943 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! X THE LENGTH OF THE LONGEST SIDE: \n" ); document.write( "x/4 + (x-13) + x = 113' \n" ); document.write( "x +4x - 52+ 4x = 452' \n" ); document.write( "9x = 504' \n" ); document.write( "x = 56' \n" ); document.write( "14', 43', 56' the three sides \n" ); document.write( "Checking: \n" ); document.write( "14 + 43 + 56 = 113 CHECKS! \n" ); document.write( " |