document.write( "Question 1026358:  Please help me with the following word problem:
\n" );
document.write( "The perimeter of a rectangle is 64 cm.\r
\n" );
document.write( "\n" );
document.write( "(a)  
\n" );
document.write( "If the width of the rectangle is x cm, give a formula for y, the height of the rectangle in cm, in terms of x.\r
\n" );
document.write( "\n" );
document.write( "For this one I got y=32-x, but the answer is needed for part b so I thought I should include it.\r
\n" );
document.write( "\n" );
document.write( "(b)  
\n" );
document.write( "Using your answer in part (a), give a formula for A, the area in cm^2, in terms of the width x.\r
\n" );
document.write( "\n" );
document.write( "For this one, I tried to substitute the formula for y into the equation for the perimeter: 2x+2y=64. This didn't work because when I substituted that formula into the equation, the equation didn't allow me to solve for y because it zeroed out.\r
\n" );
document.write( "\n" );
document.write( "(c)  
\n" );
document.write( "Find the lengths of the sides of the rectangle giving the maximum area. What is the maximum area?\r
\n" );
document.write( "\n" );
document.write( "For this one, I couldn't do it since the substitution in the previous problem didn't help. I also don't understand what maximum area means. 
\n" );
document.write( "Thank you for the help and your time :) \n" );
document.write( "
| Algebra.Com's Answer #641598 by rothauserc(4718)     You can put this solution on YOUR website! a) y = 32-x is correct \n" ); document.write( ": \n" ); document.write( "b) Area(A) = x * y, then \n" ); document.write( "A = x * (32-x) = 32 -x^2 \n" ); document.write( ": \n" ); document.write( "c) b) is the formula of a parabola that curves downward, so the maximum area will be y coordinate of the parabola's vertex. \n" ); document.write( "The x is -b/2a which is -32 / (2 * (-1)) = 16 and y is 32 - 16 = 16 \n" ); document.write( ": \n" ); document.write( "**************************** \n" ); document.write( "x = 16 cm \n" ); document.write( "y = 16 cm \n" ); document.write( "Max area is 16^2 = 256 cm^2 \n" ); document.write( "****************************\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |