document.write( "Question 459572: Please help me solve this problem. A land investment company purchase a parcel of land for $7200. After having sold all but 20 acres at a profit of $30 per acre over original cost per acre, the company regained the entire cost of the parcel. How many acres were sold? \n" ); document.write( "
Algebra.Com's Answer #315343 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A land investment company purchase a parcel of land for $7200. \n" ); document.write( " After having sold all but 20 acres at a profit of $30 per acre over original \n" ); document.write( " cost per acre, the company regained the entire cost of the parcel. \n" ); document.write( " How many acres were sold? \n" ); document.write( ": \n" ); document.write( "Let x = no. of acres sold \n" ); document.write( "then \n" ); document.write( "(x+20) = total no. of acres in the parcel \n" ); document.write( ": \n" ); document.write( "Selling price - cost price = $30 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "multiply by x(x+20), results: \n" ); document.write( "7200(x+20) - 7200x = 30x(x+20) \n" ); document.write( "7200x + 144000 - 7200x = 30x^2 + 600x \n" ); document.write( "A quadratic equation \n" ); document.write( "30x^2 + 600x - 144000 = 0 \n" ); document.write( "Simplify, divide by 30 \n" ); document.write( "x^2 + 20x - 4800 = 0 \n" ); document.write( "Factor this to \n" ); document.write( "(x+80)(x-60) = 0 \n" ); document.write( "positive solution \n" ); document.write( "x = 60 acres sold \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this (total acres 20 more, 80) \n" ); document.write( " \n" ); document.write( "$120 - $90 = $30; confirms our solution of x=60 \n" ); document.write( " \n" ); document.write( " |