document.write( "Question 503648: A farmer has available 400 yards of fencing and wishes to enclose a rectangular area. Express the area, A, of the rectangle as a function of the width, x, of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #339335 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x = width \n" ); document.write( "y = length \n" ); document.write( ". \n" ); document.write( "p = perimeter \n" ); document.write( "p = 2(x + y) \n" ); document.write( "p = 400 yd \n" ); document.write( ". \n" ); document.write( "2(x+y) = 400 \n" ); document.write( "x+y = 200 \n" ); document.write( "y = 200-x \n" ); document.write( ". \n" ); document.write( "a = area \n" ); document.write( "a = x*y \n" ); document.write( ". \n" ); document.write( "substitute for y \n" ); document.write( ". \n" ); document.write( "a = x(200-x) \n" ); document.write( "a = 200x -x^2 \n" ); document.write( ". \n" ); document.write( "done. \n" ); document.write( " |