document.write( "Question 982518: A rectangular garden has an area of 84 sq meters and a perimeter of 38 meters. Find its length. \n" ); document.write( "
Algebra.Com's Answer #603371 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "L=length; W=width; A=Area; P=perimeter \n" ); document.write( ". \n" ); document.write( "P=2(L+W) \n" ); document.write( "38m=2(L+W) \n" ); document.write( "19m=L+W \n" ); document.write( "19m-L=W \n" ); document.write( ". \n" ); document.write( "A=LW \n" ); document.write( "84m^2=LW \n" ); document.write( "84m^2=L(19m-L) \n" ); document.write( "84m^2=19Lm-L^2 \n" ); document.write( "0=-L^2+19Lm-84m^2 \n" ); document.write( "0=L^2-19Lm+84m^2
\n" ); document.write( "\n" ); document.write( "Length is 12 meters or 7 meters \n" ); document.write( "(If length is 12m, width is 7m, if length is 7m width is 12m) \n" ); document.write( " |