document.write( "Question 176382: The width of a rectangle is 2 meters larger than its height. The diagonal brace measures sqrt 6m. Find the width and height. \n" ); document.write( "
Algebra.Com's Answer #131482 by stanbon(75887) ![]() You can put this solution on YOUR website! The width of a rectangle is 2 meters larger than its height. The diagonal brace measures sqrt 6m. Find the width and height. \n" ); document.write( "---------------- \n" ); document.write( "Let height be \"x\". \n" ); document.write( "Then width is \"x+2\" \n" ); document.write( "---------- \n" ); document.write( "Pythagoras says x^2 + (x+2)^2 = (sqrt(6))^2 \n" ); document.write( "x^2 + x^2 + 4x + 4 = 6 \n" ); document.write( "2x^2 + 4x -2 = 0 \n" ); document.write( "x^2 + 2x -1 = 0 \n" ); document.write( "x = [-2 +- sqrt(4 - 4*1*-1)]/2 \n" ); document.write( "x = [-2 +- sqrt(8)]/2 \n" ); document.write( "x = [-1 +- sqrt(2)] \n" ); document.write( "Positive solution: \n" ); document.write( "x = -1 + 1.414 = 0.414 meters (height) \n" ); document.write( "x+2 = 2.414 meters (width) \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |