document.write( "Question 1039070: if the length of a rectangle is 3 more than its width and the area of the rectangle is 154 square inches, then what are the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #653808 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
L=w+3
\n" ); document.write( "w(w+3)=154
\n" ); document.write( "w^2+3w-154=0
\n" ); document.write( "(w+14)(w-11)=0
\n" ); document.write( "w=11,-14
\n" ); document.write( "The rectangle is 14x11 inches!!!!!!!!!!!!!!!!
\n" ); document.write( "
\n" );