document.write( "Question 149896This question is from textbook
\n" );
document.write( ": A rectangular garden has dimensions of 18 ft by 13 ft. 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? \n" );
document.write( "
Algebra.Com's Answer #110026 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 18*13=234 ft^2 for the garden. \n" ); document.write( "234+516=750 is the area for the garden plus the path. \n" ); document.write( "(18+2x)(13+2x)=750 \n" ); document.write( "234+36x+26x+4x^2=750 \n" ); document.write( "4x^2+62x+234-750=0 \n" ); document.write( "4x^2+62x-516=0 \n" ); document.write( "2(2x^2+31x-258)=0 \n" ); document.write( "2(2x+43)(x-6)=0 \n" ); document.write( "x-6=0 \n" ); document.write( "x=6 for the width of the path. \n" ); document.write( "proof: \n" ); document.write( "(18+2*6)(13+2*6)+750 \n" ); document.write( "(18+12)(13+12)=750 \n" ); document.write( "30*25=750 \n" ); document.write( "750=750 \n" ); document.write( " \n" ); document.write( " |