document.write( "Question 1191079: A square plot of land is covered with cement costing $8/m^2 and a fence surrounding it costs $10/m. If the total cost is $8400, find the area of the plot \n" ); document.write( "
Algebra.Com's Answer #822834 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A square plot of land is covered with cement costing $8/m^2 and a fence surrounding it costs $10/m. If the total cost is $8400, find the area of the plot \n" ); document.write( "----------------- \n" ); document.write( "side length = s \n" ); document.write( "---- \n" ); document.write( "Cost = 8s^2 + 4*10s = 8400 \n" ); document.write( "8s^2 + 40s - 8400 = 0 \n" ); document.write( "s^2 + 5s - 1050 = 0 \n" ); document.write( "(s-30)*(s+35) = 0 \n" ); document.write( "s = 30 meters \n" ); document.write( "Area = 900 sq meters \n" ); document.write( " |