document.write( "Question 544604: if the length of a rectangle is 5 ft more than twice its width and the area is 42 ft^2? \n" ); document.write( "
Algebra.Com's Answer #355164 by friesr(113)\"\" \"About 
You can put this solution on YOUR website!
Width = x
\n" ); document.write( "lenght = 2x+5
\n" ); document.write( "---
\n" ); document.write( "solve for x
\n" ); document.write( "x * (2x+5) = 42
\n" ); document.write( "---
\n" ); document.write( "2x^2 + 5x = 42
\n" ); document.write( "---
\n" ); document.write( "2x^2 + 5x -42 = 0
\n" ); document.write( "---
\n" ); document.write( "(x+6)(2x-7)
\n" ); document.write( "x=-6 or x = 7/2
\n" ); document.write( "since a lenght cannot be a negative value
\n" ); document.write( "x = 7/2
\n" ); document.write( "now sub back in to 2x+5 for your lenght.
\n" ); document.write( "===
\n" ); document.write( "
\n" );