document.write( "Question 567303: the length of a rectangle is 6cm and the width 3 cm. if both are increased by the same amount the area is increased by 70 cm^2 find the length and width of the larger rectangle? \n" ); document.write( "
Algebra.Com's Answer #366509 by Horlaye(27)\"\" \"About 
You can put this solution on YOUR website!
Let the number increased be represented by x. Area of a rectangle = l * w. Therefore : l = 6 + x, w = 3 + x. Hence ( 6 + x ) ( 3 + x ) = 70, then we will expand.
\n" ); document.write( " 18 + 6x + 3x + x^2 = 70 then,we
\n" ); document.write( "change it to quadratic equation
\n" ); document.write( "x^2+9x+18-70=0
\n" ); document.write( "x^2+9x-52=0
\n" ); document.write( "x^2-4x+13x-52=0
\n" ); document.write( "x(x-4)13(x-4)=0
\n" ); document.write( "(x+13)(x-4)=0
\n" ); document.write( "x+13=0 or x-4=0
\n" ); document.write( " x = -13 or x = 4
\n" ); document.write( " since the length can't take the negative. Therefore the increased number = 4 and the larger rectangle's length is 10cm and the width is 7cm.
\n" ); document.write( "
\n" );