document.write( "Question 155898: A farmer intends to contruct a windscreen by planting trees in a quarter-mile row. His daughter points out that 44 fewer trees will be needed if they are planted 1 foot father apart. If her dad takes her advice, how many trees will be needed. A row starts and ends with a tree. (1 mile= 5,280 feet) \n" ); document.write( "
Algebra.Com's Answer #114871 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A farmer intends to construct a windscreen by planting trees in a quarter-mile row. His daughter points out that 44 fewer trees will be needed if they are planted 1 foot father apart. If her dad takes her advice, how many trees will be needed. A row starts and ends with a tree. (1 mile = 5,280 feet) \n" ); document.write( ": \n" ); document.write( "Find ft in 1/4 mile; \n" ); document.write( ": \n" ); document.write( "Not including the extra tree on the end \n" ); document.write( "Let x = no of trees suggested \n" ); document.write( "Then \n" ); document.write( "(x+44) = original no. of trees proposed \n" ); document.write( ": \n" ); document.write( "Write expressions that calculate distance between the trees:(1320/no. of trees) \n" ); document.write( ": \n" ); document.write( "Original dist + 1 ft = suggested distance \n" ); document.write( " \n" ); document.write( "; \n" ); document.write( "Multiply equation by common denominator x(x+44); results: \n" ); document.write( "1320x + x(x+44) = 1320(x+44) \n" ); document.write( ": \n" ); document.write( "1320x + x^2 + 44x = 1320x + 58080 \n" ); document.write( ": \n" ); document.write( "Arrange on the left as a quadratic equation: \n" ); document.write( "x^2 + 44x + 5280x - 5280x - 58080= 0 \n" ); document.write( "; \n" ); document.write( "x^2 + 44x - 58080 = 0 \n" ); document.write( "; \n" ); document.write( "This will actually factor, but you can use the quadratic formula if wish: \n" ); document.write( "(x-220)(x+264) = 0 \n" ); document.write( "The positive solution \n" ); document.write( "x = 220 + 1 = 221 trees to save 44 trees \n" ); document.write( "; \n" ); document.write( "We added one because there is a tree on each end \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution by finding the distance between each tree \n" ); document.write( "1320/220 = 6 ft \n" ); document.write( "1320/264 = 5 ft (with 44 more trees) \n" ); document.write( " |