document.write( "Question 837433: The length of a rectangle is 10cm and breadth is 8cm. When the length and breadth are increased by the same amount, the Area becomes 99cm squared. Find the increase in the length and breadth. \n" ); document.write( "
Algebra.Com's Answer #504593 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
The length of a rectangle is 10cm and breadth is 8cm. When the length and breadth are increased by the same amount, the Area becomes 99cm squared. Find the increase in the length and breadth.
\n" ); document.write( "***
\n" ); document.write( "let x=increase in the length and breadth.
\n" ); document.write( "10+x=new length
\n" ); document.write( "8+x=new width
\n" ); document.write( "Area=length*width
\n" ); document.write( "..
\n" ); document.write( "(10+x)(8+x)=99
\n" ); document.write( "80+18x+x^2=99
\n" ); document.write( "x^2+18x-19=0
\n" ); document.write( "(x+19)(x-1)=0
\n" ); document.write( "x=-19 (reject, x>0)
\n" ); document.write( "or
\n" ); document.write( "x=1
\n" ); document.write( "increase in the length and breadth=1cm
\n" ); document.write( "
\n" );