document.write( "Question 503498: a community flower garden measuring 12 meters by 16 meters is to have a pedestrian pathway installed all around it, increasing the total area to 285 square meters. What ill be the width of the pathway?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #339268 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Borders are interesting because you have to remember that you have to pave the 4 corners. \n" ); document.write( ". \n" ); document.write( "The area of the garden = 12*16 = 192 square meters. \n" ); document.write( ". \n" ); document.write( "Then you add the border with width 'x'. \n" ); document.write( "So, \n" ); document.write( "Length is now L + 2x \n" ); document.write( "Width is now W + 2x \n" ); document.write( ". \n" ); document.write( "We are told: \n" ); document.write( "(L+2x)(W+2x) = 285 \n" ); document.write( ". \n" ); document.write( "(12+2x)(16+2x) = 285 \n" ); document.write( ". \n" ); document.write( "192 +24x +32x +4x^2 = 285 \n" ); document.write( ". \n" ); document.write( "4x^2 + 56x + 192 = 285 \n" ); document.write( ". \n" ); document.write( "4x^2 + 56x - 93 = 0 \n" ); document.write( ". \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ". \n" ); document.write( "You cannot have a negative width, so the border is 1.5 m. \n" ); document.write( ". \n" ); document.write( "Always check your work. \n" ); document.write( "L = 12 + 2(1.5) = 15 \n" ); document.write( "W = 16 + 2(1.5) = 19 \n" ); document.write( "15*19 = 285 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Answer: The border is 1.5 meters wide. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |