document.write( "Question 1053024: The sides of the right triangular lot has a dimensions of (5x-11), (x) and (3x+4) meters respectively. What is the area of the lot? \n" ); document.write( "
Algebra.Com's Answer #668316 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sides of the right triangular lot has a dimensions of (5x-11), (x) and (3x+4) meters respectively. What is the area of the lot? \n" ); document.write( "----------- \n" ); document.write( "For all sides to be >0, 5x-11>0 --> x>2.2 \n" ); document.write( "----- \n" ); document.write( "3x+4 > x for x>2.2, so x is not the hypotenuse. \n" ); document.write( "---- \n" ); document.write( "Either (3x+4)^2 + x^2 = (5x-11)^2 \n" ); document.write( "or \n" ); document.write( "(3x+4)^2 = (5x-11)^2 + x^2 \n" ); document.write( "================================ \n" ); document.write( "Case 1: 5x-11 is the hypotenuse \n" ); document.write( "--- \n" ); document.write( "(3x+4)^2 + x^2 = (5x-11)^2 \n" ); document.write( "10x^2 + 24x + 16 = 25x^2 - 110x + 121 \n" ); document.write( "15x^2 - 134x + 105 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "======== \n" ); document.write( "x =~ 8.065 \n" ); document.write( "x1 is rejected, it's less than 2.2 \n" ); document.write( "==================== \n" ); document.write( "Case 2: 3x+4 is the hypotenuse \n" ); document.write( "--- \n" ); document.write( "(3x+4)^2 - x^2 = (5x-11)^2 \n" ); document.write( "8x^2 + 24x + 16 = 25x^2 - 110x + 121 \n" ); document.write( "17x^2 - 134x + 105 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=========== \n" ); document.write( "x = 7 ****** (the other solution is less then 2.2 and rejected) \n" ); document.write( "-------------- \n" ); document.write( "Use the 2 values of x to find the lengths of the 2 short sides, a & b \n" ); document.write( "Area = a*b/2 \n" ); document.write( " \n" ); document.write( " |