document.write( "Question 982044: The area of the garden is 160 square meters. If the length is three metera more than twice the width. What is the width? \n" ); document.write( "
Algebra.Com's Answer #602919 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let l = length
\n" ); document.write( "w=width
\n" ); document.write( "l*w = area=160\r
\n" ); document.write( "\n" ); document.write( "l=2w+3\r
\n" ); document.write( "\n" ); document.write( "substitute l \r
\n" ); document.write( "\n" ); document.write( "(2w+3)*w = 160\r
\n" ); document.write( "\n" ); document.write( "\"2w%5E2%2B3w=160\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"2w%5E2%2B3w-160=0\"\r
\n" ); document.write( "\n" ); document.write( "solve the quadratic by formula method we get w=8.23m
\n" ); document.write( "l=16.46m\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );