document.write( "Question 744803: Hey, I have an issue.\r
\n" ); document.write( "\n" ); document.write( "I had a rectangle with the area of 255m squared, the length= 17m, the width=15m
\n" ); document.write( "I needed to extend this area by 3.226 so it became 822.63m squared. My problem is that how do I figure out the dimensions of length and width once I have this new area? I have tried things like simply multiplying the lengths and widths by 3.226 but they were incorrect and am stuck to how to complete this.
\n" ); document.write( "

Algebra.Com's Answer #453566 by savvyhush23(50)\"\" \"About 
You can put this solution on YOUR website!
let x be the extension of the sides of rectangle after it extend the area by 3.226
\n" ); document.write( "thus, \"L2=x%2B17\" & \"W2=x%2B15\"\r
\n" ); document.write( "\n" ); document.write( "The ratio of the extended area to the original area is: \"A2%2FA1+=+3.226\"\r
\n" ); document.write( "\n" ); document.write( "\"%28%28x%2B17%29%28x%2B15%29%29%2F255=3.226\"
\n" ); document.write( "\"x%5E2%2B32x-567.63=0\"
\n" ); document.write( "solving quadratic equation yields
\n" ); document.write( "\"x=12.699\"
\n" ); document.write( "Thus, \"L2=x%2B17=29.699\" & \"W2=x%2B15=27.699\"\r
\n" ); document.write( "\n" ); document.write( "Checking: \"A2=29.699%2A27.699=822.633\"
\n" ); document.write( "
\n" );