document.write( "Question 629035: the perimeter of a rectangle is 100cm, and its diagonal has length x. express the area of the rectangle as a function of x. \n" ); document.write( "
Algebra.Com's Answer #395991 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the perimeter of a rectangle is 100cm, and its diagonal has length x. express the area of the rectangle as a function of x. \n" ); document.write( "----- \n" ); document.write( "Perimeter = 2(length + width) = 100 cm \n" ); document.write( "length + width = 50 cm \n" ); document.write( "--- \n" ); document.write( "L^2 + W^2 = x^2 \n" ); document.write( "--- \n" ); document.write( "length = sqrt[x^2-width^2] \n" ); document.write( "width = sqrt[x^2-length^2] \n" ); document.write( "---------- \n" ); document.write( "Area = length*width = sqrt[(x^2-W^2)(x^2-L^2)] \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |