document.write( "Question 191521: The length of a rectangular garden is 9 feet longer than its width. If the garden's perimeter is 206 feet, what is the area of the garden in square feet? \r
\n" ); document.write( "\n" ); document.write( "A factory is to be built on a lot measuring 180 ft by 240 ft. A local building code specifies that a lawn of uniform width and equal in area to the factory must surround the factory.
\n" ); document.write( "What must the width of the lawn be?
\n" ); document.write( "

Algebra.Com's Answer #143788 by RAY100(1637)\"\" \"About 
You can put this solution on YOUR website!
first problem\r
\n" ); document.write( "\n" ); document.write( "per = 206 = (2*l) + (2*w) = 2( w + 9) + 2(w) = 2w + 18 + 2w = 4w +18\r
\n" ); document.write( "\n" ); document.write( "substr 18 from both sides\r
\n" ); document.write( "\n" ); document.write( "188 = 4w\r
\n" ); document.write( "\n" ); document.write( "divide each side by 4\r
\n" ); document.write( "\n" ); document.write( "w = 47\r
\n" ); document.write( "\n" ); document.write( "check per = 206 = 2 ( 47 + (47 + 9) ) = 206 ok\r
\n" ); document.write( "\n" ); document.write( "Area = l * w = 47 * ( 47 + 9) = 47 * 56 = 2632\r
\n" ); document.write( "\n" ); document.write( "problem 2\r
\n" ); document.write( "\n" ); document.write( "area = l * w = 180 * 240 = 43200 \r
\n" ); document.write( "\n" ); document.write( "factory area is then 43200 / 2 = 21600 as is green belt area\r
\n" ); document.write( "\n" ); document.write( "factory dim are ( 180-2w) by (240 -2w) \r
\n" ); document.write( "\n" ); document.write( "factory area = l*w = (180-2w) * (240-2w)\r
\n" ); document.write( "\n" ); document.write( "21600=180 *240 -2*180*w -2*240*w +4w^2\r
\n" ); document.write( "\n" ); document.write( "21600 = 43200 -360w -480w +4w^2\r
\n" ); document.write( "\n" ); document.write( "subst 21600 both sides\r
\n" ); document.write( "\n" ); document.write( "0 = 21600 -840w +4w^2\r
\n" ); document.write( "\n" ); document.write( "factor 0= 4( w^2 -210 w +5400)\r
\n" ); document.write( "\n" ); document.write( "solve using quadratic formula\r
\n" ); document.write( "\n" ); document.write( "w = ( -(-210) +- sq rt ( (-210)^2 - 4 (1) (5400) ) ) /2 (1)\r
\n" ); document.write( "\n" ); document.write( "w= ( 210 +- 150 ) /2\r
\n" ); document.write( "\n" ); document.write( "w= 360/2=180 to big not realistic\r
\n" ); document.write( "\n" ); document.write( "or w = 60/2 = 30\r
\n" ); document.write( "\n" ); document.write( "this makes factory size (180-2*30) = 120 by (240 -2*30) = 180\r
\n" ); document.write( "\n" ); document.write( "checking 180 * 120 = 21600 ok
\n" ); document.write( "
\n" );