document.write( "Question 193731: Translate the following into a quadratic equation, and solve it: The length of a rectangular garden is four times its width; if the area of the garden is 196 square meters, what are its dimensions \n" ); document.write( "
Algebra.Com's Answer #145430 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Area=Length * Width \n" ); document.write( "but L=4w \n" ); document.write( "a=4w*w=4w^2 \n" ); document.write( "given A=196 \n" ); document.write( "196=4w^2 \n" ); document.write( "49=w^2 \n" ); document.write( "w= +/- 7,, but (-7) in not realistic \n" ); document.write( ", \n" ); document.write( "w = 7 \n" ); document.write( "and l=4w=28 \n" ); document.write( ", \n" ); document.write( "checking \n" ); document.write( "a=lxw=28*7=196,,,ok \n" ); document.write( " |