document.write( "Question 940077: Am I writing this right? For the written problem. If not can you please correct thank you
\n" );
document.write( "The length a rectangle is twice that of its width. If the area of the rectangle is 72 square inches, then find the length and width.
\n" );
document.write( "-----
\n" );
document.write( "width = w=6
\n" );
document.write( "length =X^2
\n" );
document.write( "Area = length*width
\n" );
document.write( "12=w*L or 2x6=12
\n" );
document.write( "72 = 2x*w or 12x36=72
\n" );
document.write( "36 = w^2 or 6x6=36
\n" );
document.write( "W = 6 inches (width)
\n" );
document.write( "2x = 12 inches (length)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #572882 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width = w=6 \n" ); document.write( "length =2x \n" ); document.write( "Area = length*width \n" ); document.write( "12=w*L or 2x6=12 \n" ); document.write( "72 = 2x*w or 12x36=72 \n" ); document.write( "36 = w^2 or 6x6=36 \n" ); document.write( "W = 6 inches (width) \n" ); document.write( "2x = 12 inches (length) \n" ); document.write( " \n" ); document.write( " |