document.write( "Question 984419: The area of a garden is 160 m2. Suppose the length of the length of the garden is 3 m more than twice its width. What is the length of the garden?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #605237 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! Hi dear, \n" ); document.write( "Let L=lengh \n" ); document.write( " w=width \n" ); document.write( "If L*w=160----(1) \n" ); document.write( "and L=3+2w---(2) \n" ); document.write( "put (2) in (1) \n" ); document.write( "(3+2w)w=160 \n" ); document.write( "2w²+3w-160=0 \n" ); document.write( "solving quadratic equation, \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since w=8 aproximately, \n" ); document.write( "put w=8 in in equ 2 \n" ); document.write( "there L=3+2*8 \n" ); document.write( " L=19m \n" ); document.write( "the lenght is 19m \n" ); document.write( "hope this helps; \n" ); document.write( " |