document.write( "Question 837682: an isosceles right-angled triangle has one side length of (x+2) cm and the length of the hypotenuse is 12 cm. find the perimeter of the triangle? \n" ); document.write( "
Algebra.Com's Answer #504709 by Theo(13342)![]() ![]() You can put this solution on YOUR website! this is an isosceles right triangle. \n" ); document.write( "the legs are of equal length. \n" ); document.write( "the length of 1 leg is equal to x + 2. \n" ); document.write( "in a right triangle, a^2 + b^2 = c^2 \n" ); document.write( "let a = x + 2 \n" ); document.write( "let b = x + 2 \n" ); document.write( "let c = 12 \n" ); document.write( "the formula becomes: \n" ); document.write( "(x+2)^2 + (x+2)^2 = 12^2 \n" ); document.write( "this can be simplified to: \n" ); document.write( "2 * (x+2)^2 = 144 which can be further simplified to: \n" ); document.write( "(x+2)^2 = 72 \n" ); document.write( "take the square root of both sides of this equation to get: \n" ); document.write( "sqrt((x+2)^2) = sqrt(72) \n" ); document.write( "simplify to get: \n" ); document.write( "x+2 = +/- sqrt(72) \n" ); document.write( "subtract 2 from both sides of this equation to get: \n" ); document.write( "x = -2 +/- sqrt(72) \n" ); document.write( "you get 2 possible values of x. \n" ); document.write( "they are: \n" ); document.write( "x = -10.48528137 or: \n" ); document.write( "x = 6.485281374\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since x can't be negative, the only possible solution is x = 6.485281374. \n" ); document.write( "this means that (x+2) is equal to 8.485281374 \n" ); document.write( "to confirm this solution is good, 2 * (8.485281374)^2 to see what it gets you. \n" ); document.write( "it gets you 144 which is the hypotenuse squared, as it should, so the solution is good. \n" ); document.write( "each leg of the triangle is equal to 8.485281374 and the hypotenuse is equal to 12. \n" ); document.write( "the perimeters is equal to 2 * the legs plus the hypotenuse which makes the perimeter of the triangle equal to 28.97056275 cm which you can round as much as you like.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |