document.write( "Question 165121: 1. A rectangular garden has dimensions of 18 feet by 13 feet. A gravel path of uniform width is to be built around the garden. How wide can the path be if there is enough gravel for 516 square feet? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #121728 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Draw a diagram of the problem -- it'll help you see how to solve it. \n" ); document.write( ". \n" ); document.write( "If you do, the \"inner rectangle\" represents the garden while the \"outer rectangle\" (bordered by the outside edge of the gravel path). \n" ); document.write( ". \n" ); document.write( "\"outer rectangle\" - \"inner rectangle\" = \"area of gravel path\" \n" ); document.write( ". \n" ); document.write( "Let x = width of gravel path \n" ); document.write( ". \n" ); document.write( "\"outer rectangle\" then is: \n" ); document.write( "(2x+18)(2x+13) \n" ); document.write( "= 4x^2 + 26x + 36x + 234 \n" ); document.write( "= 4x^2 + 62x + 234 \n" ); document.write( ". \n" ); document.write( "\"Inner rectangle\" is: \n" ); document.write( "18 * 13 = 234 \n" ); document.write( ". \n" ); document.write( "Now, instead of: \n" ); document.write( "\"outer rectangle\" - \"inner rectangle\" = \"area of gravel path\" \n" ); document.write( "we have: \n" ); document.write( "(4x^2 + 62x + 234) - 234 = 516 \n" ); document.write( "4x^2 + 62x = 516 \n" ); document.write( "4x^2 + 62x - 516 = 0 \n" ); document.write( "2x^2 + 31x - 258 = 0 \n" ); document.write( "Since, it is difficult to factor, use the quadratic equation. It will yield: \n" ); document.write( "x = {6, -21.5} \n" ); document.write( ". \n" ); document.write( "Since the negative solution does not make sense, throw it out leaving: \n" ); document.write( "x = 6 feet (width of gravel path) \n" ); document.write( ". \n" ); document.write( "Details of quadratic: \n" ); document.write( "
|