document.write( "Question 950670: the length of a rectangle is 2 more than twice its width. if the area of the rectangle is 24 square meters, find its dimension \n" ); document.write( "
Algebra.Com's Answer #580537 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
W=width; L=length=2W+2; A=area=L*W=24 sq m
\n" ); document.write( "A=L*W Substitute for L
\n" ); document.write( "24 sq m=(2W+2)(W)
\n" ); document.write( "\"24+sq+m=2W%5E2%2B2W\" Subtract 24 sq m from each side
\n" ); document.write( "\"0=2W%5E2%2B2W-24+sq+m\"\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation \"aW%5E2%2BbW%2Bc=0\" (in our case \"2W%5E2%2B2W%2B-24+=+0\") has the following solutons:
\n" ); document.write( "
\n" ); document.write( " \"W%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca\"
\n" ); document.write( "
\n" ); document.write( " For these solutions to exist, the discriminant \"b%5E2-4ac\" should not be a negative number.
\n" ); document.write( "
\n" ); document.write( " First, we need to compute the discriminant \"b%5E2-4ac\": \"b%5E2-4ac=%282%29%5E2-4%2A2%2A-24=196\".
\n" ); document.write( "
\n" ); document.write( " Discriminant d=196 is greater than zero. That means that there are two solutions: \"+x%5B12%5D+=+%28-2%2B-sqrt%28+196+%29%29%2F2%5Ca\".
\n" ); document.write( "
\n" ); document.write( " \"W%5B1%5D+=+%28-%282%29%2Bsqrt%28+196+%29%29%2F2%5C2+=+3\"
\n" ); document.write( " \"W%5B2%5D+=+%28-%282%29-sqrt%28+196+%29%29%2F2%5C2+=+-4\"
\n" ); document.write( "
\n" ); document.write( " Quadratic expression \"2W%5E2%2B2W%2B-24\" can be factored:
\n" ); document.write( " \"2W%5E2%2B2W%2B-24+=+2%28W-3%29%2A%28W--4%29\"
\n" ); document.write( " Again, the answer is: 3, -4.\n" ); document.write( "Here's your graph:
\n" ); document.write( "\"graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+2%2Ax%5E2%2B2%2Ax%2B-24+%29\"

\n" ); document.write( "\n" ); document.write( "W=3 ANSWER 1: The width is 3 meters.
\n" ); document.write( "L=2W+2=2(3m)+2=6m+2m=8m ANSWER 2: Length is 2 meters.
\n" ); document.write( "CHECK:
\n" ); document.write( "Area=L*W=24 sq m
\n" ); document.write( "8m*3m=24 sq m
\n" ); document.write( "24 sq m=24 sq m
\n" ); document.write( "
\n" ); document.write( "
\n" );