document.write( "Question 490498: the length of a rectangle is one unit more than it's width. if the area is 30 square units, find the demnsions of the rectangle. translate the problem into an equation. \n" ); document.write( "
Algebra.Com's Answer #334112 by supriyo_bol(1)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be = L unit \n" ); document.write( "Length = (L+1) unit \n" ); document.write( "Area= L(L+1) \n" ); document.write( "Therefore \n" ); document.write( "L(L+1)=30 \n" ); document.write( "L2+L-30=0 \n" ); document.write( " |