document.write( "Question 767919: The length of a rectangle exceeds it width by 17 inches and the area 18 square inches. What are the length and width of the of the rectangle \n" ); document.write( "
Algebra.Com's Answer #467952 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle exceeds it width by 17 inches and the area 18 square inches. What are the length and width of the of the rectangle \n" ); document.write( "-------------------- \n" ); document.write( "Let width be \"x\" \n" ); document.write( "Then length is \"x+17\" \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "x(x+17) = 18 \n" ); document.write( "x^2 + 17x - 18 = 0 \n" ); document.write( "---- \n" ); document.write( "Factor: \n" ); document.write( "(x+18)(x-1) = 0 \n" ); document.write( "--- \n" ); document.write( "Positive solution: \n" ); document.write( "x = 1 inch (width) \n" ); document.write( "x+17 = 18 inches (length) \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |