document.write( "Question 1162897: Consider a rectangle with perimeter 28 (units). Let the width of the
\n" );
document.write( "rectangle be w (units) and let the Area of the region enclosed by the
\n" );
document.write( "rectangle be A ( square units).
\n" );
document.write( " Express A as a function of w and state the domain and range of the
\n" );
document.write( " function. \n" );
document.write( "
Algebra.Com's Answer #786796 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P = 2L+2W is the perimeter of any rectangle with length L and width W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve for L to get \n" ); document.write( "P = 2L+2W \n" ); document.write( "2L+2W = P \n" ); document.write( "2L = -2W+P \n" ); document.write( "L = (-2W+P)/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now plug in the given perimeter P = 28 \n" ); document.write( "L = (-2W+P)/2 \n" ); document.write( "L = (-2W+28)/2 \n" ); document.write( "L = (-2W/2)+(28/2) \n" ); document.write( "L = -W + 14 \n" ); document.write( "L = 14 - W \n" ); document.write( "Whatever the width (W) is, subtract it from 14 to get the length L. To ensure L is positive, we must restrict W < 14. This is the largest W can be. The smallest is W = 0. More specifically W is in the interval 0 < W < 14 which is the domain of the function we'll construct below.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = Area of rectangle \n" ); document.write( "A = Length*Width \n" ); document.write( "A = L*W \n" ); document.write( "A = (14-W)*W \n" ); document.write( "A = -W^2 + 14W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you were to graph that function, or convert to vertex form, you'd find that (7,49) is the vertex point. It is the highest point for this particular function. We see that A = 49 is the largest possible area. So the range is 0 < A < 49.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Side note: the rectangle area maxes out when all four sides are the same length (in this case 7). So we simply divide the perimeter 28 by 4 to get the side length to form a square of maximum area. This idea is useful if you are given a fixed amount of fencing to work with and you want to build the largest rectangular enclosure possible.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "=========================================================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answers: \n" ); document.write( "A = -W^2 + 14W \n" ); document.write( "Domain = 0 < W < 14 \n" ); document.write( "Range = 0 < A < 49 \n" ); document.write( " \n" ); document.write( " |