document.write( "Question 259504: the length of a rectangle is 3 cm more than the width. the area is 70cm^2. find the demensions of the rectangle \n" ); document.write( "
Algebra.Com's Answer #191002 by mathbath(13)\"\" \"About 
You can put this solution on YOUR website!
Let the length of the rectangle be \"L\" and Width be \"B\".\r
\n" ); document.write( "\n" ); document.write( "From the problem we know that L is 3cm more than B. So if we put it in the form of an equation,\r
\n" ); document.write( "\n" ); document.write( "L = B + 3 --> (1)\r
\n" ); document.write( "\n" ); document.write( "The formula to calculate the area of a rectangle is..
\n" ); document.write( "A = L * B
\n" ); document.write( "where A = Area of the rectangle
\n" ); document.write( "L = Length of the rectangle
\n" ); document.write( "B = Breadth of the rectangle
\n" ); document.write( "Now from the problem we have the following values..
\n" ); document.write( "A = 70
\n" ); document.write( "L = B + 3 -->(From (1) above )
\n" ); document.write( "Substituting these values in the above formula..
\n" ); document.write( "70 = (B + 3) * B
\n" ); document.write( "70 = B*B + 3*B
\n" ); document.write( "70 - 70 = B^2 + 3B - 70 -->(Subtracting 70 from both sides)
\n" ); document.write( "0 = B^2 + 3B - 70
\n" ); document.write( "0 = B*B + (10B - 7B) - (10 * 7) --->(Since 10B - 7B = 3B and 10*7 = 70)
\n" ); document.write( "0 = B(B + 10) - 7(B + 10) --> (Taking out the common figures which are \"B\" and \"-7\" )\r
\n" ); document.write( "\n" ); document.write( "0 = (B + 10)(B - 7) -->(Since (B + 10) is common )\r
\n" ); document.write( "\n" ); document.write( "So we have the following conclusions from above,\r
\n" ); document.write( "\n" ); document.write( "B + 10 = 0 OR B - 7 =0
\n" ); document.write( "B = -10 OR B = 7\r
\n" ); document.write( "\n" ); document.write( "Now since B represents the width of the rectangle it cannot be negative. So the correct answer would be B = 7\r
\n" ); document.write( "\n" ); document.write( "So the breadth of the rectangle is 7cm\r
\n" ); document.write( "\n" ); document.write( "From (1) above we know that,
\n" ); document.write( "L = B + 3\r
\n" ); document.write( "\n" ); document.write( "Substituting the value for B..
\n" ); document.write( "L = 7 + 3
\n" ); document.write( "L = 10\r
\n" ); document.write( "\n" ); document.write( "So the length of the rectangle is 10cm
\n" ); document.write( "
\n" );