document.write( "Question 660475: the length of a rectangle is 3 feet more than twice the width. the area is 90 square feet. what are the dimensions of the rectangle?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #411228 by ReadingBoosters(3246)\"\" \"About 
You can put this solution on YOUR website!
a = lw
\n" ); document.write( "Equations
\n" ); document.write( "l = 3 + 2w
\n" ); document.write( "90 = lw\r
\n" ); document.write( "\n" ); document.write( "Substitute the first into the second equation
\n" ); document.write( "90 = (3+2w)w
\n" ); document.write( "90 = 3w + 2w^2
\n" ); document.write( "2w^2 + 3w - 90 = 0
\n" ); document.write( "Multiples of 90: 30,3; 45,2; 18,5; 6,15
\n" ); document.write( "Looking for combination where 2 x one of the pair will subtract from the other to yield 3
\n" ); document.write( "(2w + 15)(w - 6) Mixed signs due to - 90
\n" ); document.write( "2w + 15 = 0; w = -15/2 NO
\n" ); document.write( "w - 6 = 0; w = 6\r
\n" ); document.write( "\n" ); document.write( "width = 6
\n" ); document.write( "length = 3 + 2(6) = 15
\n" ); document.write( "
\n" );