document.write( "Question 416916: In a rectangle, the length is 2 times the width. If the length and the width both increase by 3 cm, the area will increase by 54 cm2. How long are the length and the width? from Michael(5th grade) \n" ); document.write( "
Algebra.Com's Answer #291993 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "let width =x, length = 2x\r \n" ); document.write( "\n" ); document.write( "area = 2x * x = 2x^2\r \n" ); document.write( "\n" ); document.write( "after increasing length and width, area = (x+3)(2x+3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+3)*(2x+3) = 54 + 2x^2\r \n" ); document.write( "\n" ); document.write( "=> 2x^2 + 9x + 9 = 54 + 2x^2\r \n" ); document.write( "\n" ); document.write( "=> 9x = 54-9 = 45\r \n" ); document.write( "\n" ); document.write( "=> x = 5\r \n" ); document.write( "\n" ); document.write( "so, width = 5 cm , length = 10 cm\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |