document.write( "Question 328113: A small rectangular playground that is 10ft by 14ft is going to have a grass border of a uniform width on all sides. If the area of the grass border is 145 sqare feet, how wide is the border? \r
\n" );
document.write( "\n" );
document.write( "I have tried to think of the correct formula but have come up blank! please can someone help me with this one! \n" );
document.write( "
Algebra.Com's Answer #235022 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A small rectangular playground that is 10ft by 14ft is going to have a grass \n" ); document.write( " border of a uniform width on all sides. \n" ); document.write( " If the area of the grass border is 145 square feet, how wide is the border? \n" ); document.write( ": \n" ); document.write( "Find the area of the playground: 10 * 14 = 140 sq/ft \n" ); document.write( ": \n" ); document.write( "Let x = the width of the border \n" ); document.write( ": \n" ); document.write( "Then the overall dimensions including the border will be: (2x+10) by (2x+14) \n" ); document.write( "Find the overall area (A) \n" ); document.write( "A = (2x+10)*(2x+14) \n" ); document.write( "FOIL \n" ); document.write( "A = 4x^2 + 28x + 20x + 140 \n" ); document.write( "A = 4x^2 + 48x + 140 \n" ); document.write( ": \n" ); document.write( "Overall area - playground area = border area, therefore: \n" ); document.write( "4x^2 + 48x + 140 - 140 = 145 \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "4x^2 + 48x - 145 = 0 \n" ); document.write( "You can use the quadratic formula here, but this will factor \n" ); document.write( "(2x-5)(2x+29) = 0 \n" ); document.write( "The positive solution is what we want here \n" ); document.write( "2x = 5 \n" ); document.write( "x = 5/2 \n" ); document.write( "x = 2.5 ft is the width of the grass border \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check our solution by finding the overall area and subtracting the playground area \n" ); document.write( "(5+10)*(5+14) = 285 sq/ft \n" ); document.write( "285 - 140 = 145 sq/ft; confirms our solution of x=2.5 \n" ); document.write( " |