document.write( "Question 1189873: 1. Richard has available 400 yards of fencing and wishes to enclose a rectangular area.\r
\n" );
document.write( "\n" );
document.write( "a.) Express the area A of the rectangle as a function of the width x of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "b.) What is the domain of A? \n" );
document.write( "
Algebra.Com's Answer #821370 by Theo(13342)![]() ![]() You can put this solution on YOUR website! a = l * w \n" ); document.write( "p = 2 * (l + w)\r \n" ); document.write( "\n" ); document.write( "a is the area \n" ); document.write( "l is the length \n" ); document.write( "w is the width \n" ); document.write( "p is the perimeter\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when p = 400, p = 2 * (l + w) becomes 400 = 2 * (l + w) \n" ); document.write( "divide both sides of this equation by 2 to get: \n" ); document.write( "200 = l + w \n" ); document.write( "solve for l to get: \n" ); document.write( "l = 200 - w\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the formula for area: \n" ); document.write( "when l = 200 - 2, a = l * w becomes: \n" ); document.write( "a = (200 - w) * w. \n" ); document.write( "simplify to get: \n" ); document.write( "a = 200 * w - w^2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a must be greater than or equal to 0 (can't be negative). \n" ); document.write( "if a >= 0, then: \n" ); document.write( "200 * w - w^2 >= 0 \n" ); document.write( "add w^2 to both sides of this equation to get: \n" ); document.write( "200 * w >= w^2 \n" ); document.write( "divide both sides of this equation by w to get: \n" ); document.write( "200 >= w\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if 200 >= w, then: \n" ); document.write( "w <= 200 \n" ); document.write( "w must also be >= 0, therefore: \n" ); document.write( "0 <= w <= 200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your domain. \n" ); document.write( "the area is your range.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the domain is the width which is greater than or equal to 0 and less than or equal to 200. \n" ); document.write( "that says the domain of the area is 0 <= width <= 200. \n" ); document.write( "that should be your solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation of area = 200 * width minus width squared can be graph by letting y = the area and x = the width. \n" ); document.write( "the formula for graphing becomes y = 200x - x^2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph looks like this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can see from the grpah that the area, represented by y, is not negative when 0 <= x <= 200, with x representing the width.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the coordinate points on the graph are in (x,y) format. \n" ); document.write( "x represents the width of the rectangle. \n" ); document.write( "y represents the area of the rectangle. \n" ); document.write( "at (100,10,000) the width is 100 and the area is 10,000. \n" ); document.write( "you don't see the length on the graph, but you can always find the length, because length + width will always be 200. \n" ); document.write( "therefore, when the width is 100, the length has to be 100. \n" ); document.write( "the area is equal to length * width = 100 * 100 = 10,000, as shown on the graph. \n" ); document.write( " \n" ); document.write( " |