document.write( "Question 929554: The length of a rectangle is 6 more than two times a number. The width is the number plus three and the area is 32. What is the width of the rectangle? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #564349 by sunny1992(35)![]() ![]() You can put this solution on YOUR website! let, \n" ); document.write( "number = X \n" ); document.write( "length = 2x+6 \n" ); document.write( "width = x+3\r \n" ); document.write( "\n" ); document.write( "formula of rectangle's area = LxW\r \n" ); document.write( "\n" ); document.write( "given \n" ); document.write( "area= 32 \n" ); document.write( "equation \n" ); document.write( "(2x+6)(X+6)=32\r \n" ); document.write( "\n" ); document.write( "solve the equation you will get the answer. \n" ); document.write( " |