document.write( "Question 58153: The lenght of a rectangle is 3 inches more than its width.If th area of the rectangle is 238 square inches,what is its lenght? \n" ); document.write( "
Algebra.Com's Answer #39848 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! L=W+3 \n" ); document.write( "L*W=238( \n" ); document.write( "(W+3)W=238 \n" ); document.write( "W^2+3W-238=0 \n" ); document.write( "(W+17)(W-14)=0 \n" ); document.write( "W=17=0 \n" ); document.write( "W=-17 NOT A SOLUTION \n" ); document.write( "W-14=0 \n" ); document.write( "W=14 \n" ); document.write( "L=14+3 \n" ); document.write( "L=17 \n" ); document.write( "PROOF \n" ); document.write( "14*17=238 \n" ); document.write( "238=238 \n" ); document.write( " |