document.write( "Question 222512: If the length of a rectangle is 3 feet longer than the width and the diagonal is 5 feet, then what are the length and width? \n" ); document.write( "
Algebra.Com's Answer #166707 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If the length of a rectangle is 3 feet longer than the width and the diagonal \n" ); document.write( "is 5 feet, then what are the length and width? \n" ); document.write( ": \n" ); document.write( "Using a^2 + b^2 = c^2 \n" ); document.write( "where \n" ); document.write( "let x = width (a) \n" ); document.write( "then \n" ); document.write( "(x+3) = the length (b) \n" ); document.write( "and \n" ); document.write( "c = 5 \n" ); document.write( ": \n" ); document.write( "x^2 + (x+3)^2 = 5^2 \n" ); document.write( "FOIL \n" ); document.write( "x^2 + x^2 + 6x + 9 = 25 \n" ); document.write( "; \n" ); document.write( "2x^2 + 6x = 9 - 25 = 0 \n" ); document.write( ": \n" ); document.write( "2x^2 + 6x - 16 = 0 \n" ); document.write( "Simplify, divide by 2 \n" ); document.write( "x^2 + 3x - 8 = 0 \n" ); document.write( "Use the quadratic formula to find x \n" ); document.write( " \n" ); document.write( "in this problem: a=1; b=3; c=8 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Do the math and you should get a positive solution: x=1.7 is the width \n" ); document.write( "and \n" ); document.write( "4.7 is the length \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "Check on a calc enter |