document.write( "Question 548536: the length of a rectangle is three inches more than the width. The area of the rectangle is 418 inches. find the width of the rectangle \n" ); document.write( "
Algebra.Com's Answer #357070 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
width = w
\n" ); document.write( "length = w+3\r
\n" ); document.write( "\n" ); document.write( "Area = L*W\r
\n" ); document.write( "\n" ); document.write( "w(w+3)=418\r
\n" ); document.write( "\n" ); document.write( "w^2+3w=418
\n" ); document.write( "w^2+3w-418=0
\n" ); document.write( "w^2+22w-19w-416=0
\n" ); document.write( "w(w+22)-19(w+22)=0
\n" ); document.write( "(w+22)(w-19)=0\r
\n" ); document.write( "\n" ); document.write( "w=19 inches which is positive
\n" ); document.write( "Length = 19+3=22 inches
\n" ); document.write( "
\n" ); document.write( "
\n" );