document.write( "Question 417627: Two young boys, Bob and Tom, are mowing grass one summer as a means of making money to save for their college education. They always split the work and proceeds equally. They have one lawnmower. They obtain a new job which involves mowing a 40' by 80' rectangular vacant lot. The owner wants it mowed in a collapsing pattern (begin mowing around the outside perimeter, with each pass moving closer to the center of the lot). Bob will mow first, turning the work over to Tom when he has mowed exactly half the area. Bob decides that he will stop at a uniform distance in from the perimeter on all sides, leaving a remaining rectangle for Tom to complete. At what uniform distance (in feet to 2 decimal places) should Bob stop mowing? Solve by creating and solving a quadratic equation.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #292381 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two young boys, Bob and Tom, are mowing grass one summer as a means of making money to save for their college education. \n" ); document.write( " They always split the work and proceeds equally. \n" ); document.write( " They have one lawnmower. \n" ); document.write( " They obtain a new job which involves mowing a 40' by 80' rectangular vacant lot. \n" ); document.write( " The owner wants it mowed in a collapsing pattern (begin mowing around the \n" ); document.write( "outside perimeter, with each pass moving closer to the center of the lot). \n" ); document.write( " Bob will mow first, turning the work over to Tom when he has mowed exactly half the area. \n" ); document.write( " Bob decides that he will stop at a uniform distance in from the perimeter on all \n" ); document.write( " sides, leaving a remaining rectangle for Tom to complete. \n" ); document.write( " At what uniform distance (in feet to 2 decimal places) should Bob stop mowing? \n" ); document.write( " Solve by creating and solving a quadratic equation. \n" ); document.write( ": \n" ); document.write( "Find the area of the yard: 40 * 80 = 3200 sq/ft \n" ); document.write( "then \n" ); document.write( "1600 sq/ft = half the area \n" ); document.write( ": \n" ); document.write( "Let x = the width of the swath around the un-mown portion \n" ); document.write( "This will subtract 2x the each of the overall dimensions \n" ); document.write( "Un-mown rectangle will be (40-2x) by (80-2x) \n" ); document.write( ": \n" ); document.write( "The area equation \n" ); document.write( "(40-2x)*(80-2x) = 1600 \n" ); document.write( "FOIL \n" ); document.write( "3200 - 80x - 160x + 4x^2 = 1600 \n" ); document.write( "Arrange as a quadratic equation \n" ); document.write( "4x^2 - 240x + 3200 - 1600 = 0 \n" ); document.write( "4x^2 - 240x + 1600 = 0 \n" ); document.write( "simplify divide by 4 \n" ); document.write( "x^2 - 60x + 400 = 0 \n" ); document.write( "This looks like it should factor but it doesn't, use the quadratic formula \n" ); document.write( " \n" ); document.write( "In this problem a=1; b=-60; c=400 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "Two solutions \n" ); document.write( " \n" ); document.write( "x = \n" ); document.write( "x = 52.36 ft, not possible \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( "x = \n" ); document.write( "x = 7.64 ft is the width of the mown area, when he has mown half the yard \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "We can confirm this by finding the area of the remaining area \n" ); document.write( "(40-2(7.64)) * (80-2(7.64)) = \n" ); document.write( "(40-15.28) * (80-15.28) = \n" ); document.write( "27.72 * 64.72 = 1599.88 ~ 1600 sq/ft \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Did this all makes sense to you?? \n" ); document.write( " |