document.write( "Question 184156: The school's custodian is mowing the grass on the football field by cutting a border around the field. The field is 120 yards long and 50 yards wide. How wide will the border be when he has mowed half of the area of the football field? \n" ); document.write( "
Algebra.Com's Answer #138200 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The school's custodian is mowing the grass on the football field by cutting \n" ); document.write( " a border around the field. The field is 120 yards long and 50 yards wide. \n" ); document.write( " How wide will the border be when he has mowed half of the area of the football field? \n" ); document.write( ": \n" ); document.write( "Find half the area of the field: \n" ); document.write( ".5 * 120 * 50 = 3000 sq/yds \n" ); document.write( ": \n" ); document.write( "Let x = the width of the cut border \n" ); document.write( ": \n" ); document.write( "(120-2x)*(50-2x) = 3000 \n" ); document.write( "FOIL \n" ); document.write( "6000 - 240x - 100x + 4x^2 = 3000 \n" ); document.write( ": \n" ); document.write( "4x^2 - 340x + 6000 - 3000 = 0 \n" ); document.write( ": \n" ); document.write( "4x^2 - 340x + 3000 = 0 \n" ); document.write( "simplify, divide by 4 \n" ); document.write( "x^2 - 85x + 750 = 0 \n" ); document.write( "factor \n" ); document.write( "(x-75)(x-10) = 0 \n" ); document.write( ": \n" ); document.write( "x = 10 yds is the reasonable solution \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "check by finding the area of the un-mowed part \n" ); document.write( "(120-20) * (50-20) = 3000 \n" ); document.write( " |