document.write( "Question 1087638: the side of a square lot is (5x - 3 ) meters. how many meters of fencing materials are needed to enclose the square lot? if one square meter of the lot costs pup 15 ,000,what is the cost of the square lot?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #701981 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! the side of a square lot is (5x - 3 ) meters. \n" ); document.write( " how many meters of fencing materials are needed to enclose the square lot? \n" ); document.write( " if one square meter of the lot costs pup 15,000, what is the cost of the square lot? \n" ); document.write( ": \n" ); document.write( "perimeter \n" ); document.write( "p = 4(5x-3) \n" ); document.write( "p = 20x - 12 meters required to enclose the square lot \n" ); document.write( ": \n" ); document.write( "Area \n" ); document.write( "A = (5x-3)^2 \n" ); document.write( "FOIL (5x-3)(5x-3) \n" ); document.write( "A = 25x^2 - 30x + 9 sq/meters is the area of the lot \n" ); document.write( "Cost \n" ); document.write( "15000(25x^2 - 30x + 9) = the cost of the lot \n" ); document.write( " |