document.write( "Question 825846: The area of a rectangular ping pong table is \"45+feet%5E2\". The length is 4 feet longer than the width. Let x = the width. Find the length in feet.\r
\n" ); document.write( "\n" ); document.write( "So far I have \"45x%5E2%2B4x=0\"
\n" ); document.write( "

Algebra.Com's Answer #497632 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The area of a rectangle is length*width
\n" ); document.write( "Given: width = x, length, l = x+4
\n" ); document.write( "The area = x*(x+4) = 45
\n" ); document.write( "x^2+4x-45 = 0
\n" ); document.write( "This can be factored as (x-5)(x+9) = 0
\n" ); document.write( "Taking the positive solution, we have x = 5
\n" ); document.write( "Therefore, the length = 5+4 = 9 ft.
\n" ); document.write( "
\n" );