document.write( "Question 996452: The perimeter of an isoceles right angled triangle is 2p unit. The area of the same triangle is ? \n" ); document.write( "
Algebra.Com's Answer #614919 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the length of the leg of that triangle x. \n" ); document.write( "Thus the perimeter is \n" ); document.write( "P = x + x + x(sqrt(2)) = 2p \n" ); document.write( "The area would be \n" ); document.write( "A = (1/2)bh = 1/2 (x^2) \n" ); document.write( "so we need to solve for x above and plug it in here. \n" ); document.write( "2x + x(sqrt(2)) = 2p \n" ); document.write( "Factor out x and divide by what's left and get \n" ); document.write( "x(2 + sqrt(2)) = 2p \n" ); document.write( "x = 2p / (2 + sqrt(2)) \n" ); document.write( "Now plug in and get \n" ); document.write( "A = (1/2)[2p / (2 + sqrt(2))]^2 \n" ); document.write( "A = (1/2)(4p^2 / (2 + sqrt(2))^2) \n" ); document.write( "A = 2p^2 / (2 + sqrt(2))^2 \n" ); document.write( "or if you have to simplify further \n" ); document.write( "A = 2p^2 / (6 + 4sqrt(2)) = p^2 / (3 + 2sqrt(2)) \n" ); document.write( "You may still have to rationalize the denominator. \n" ); document.write( " |