document.write( "Question 177083: Jim's nephew owns a triangular plot of land. The perimeter fence that surounds the land measures 121 feet. The shortest side is 15 feet longer than one half of the longest side. The second longest side is 4 feet shorter than the longest side. What is the length of each side. \n" ); document.write( "
Algebra.Com's Answer #132120 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! Let the longest side = l \n" ); document.write( "Then shortest side = 15 + .5l \n" ); document.write( "And, second longest side = l - 4\r \n" ); document.write( "\n" ); document.write( "Since the perimeter is 121,” then l + 15 + .5l + l - 4 = 121\r \n" ); document.write( "\n" ); document.write( "2.5l = 110 \n" ); document.write( "l = 44\r \n" ); document.write( "\n" ); document.write( "Therefore, longest side = 44 feet \n" ); document.write( "Second longest = 44 - 4 = 40 feet \n" ); document.write( "Shortest side = 15 + .5(44) = 37 feet \n" ); document.write( " \n" ); document.write( " |