document.write( "Question 893080: What is the maximum area that can be enclosed by a wire of length 24 cm by bending it in the form of a sector of the circle ?
\n" );
document.write( "Thank you sir. \n" );
document.write( "
Algebra.Com's Answer #541080 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! What is the maximum area that can be enclosed by a wire of length 24 cm by bending it in the form of a sector of the circle ? \n" ); document.write( ": \n" ); document.write( "let a = arc distance of the sector \n" ); document.write( "let r = radius of the circle \n" ); document.write( "then \n" ); document.write( "a + 2r = 24 \n" ); document.write( "a = (24-2r) \n" ); document.write( ": \n" ); document.write( "Find the portion of the circle in the sector (arc/circumference) \n" ); document.write( " \n" ); document.write( "Replace a with (24-2r) \n" ); document.write( " \n" ); document.write( "simplifies to \n" ); document.write( " \n" ); document.write( "Find the area of the sector \n" ); document.write( "A = \n" ); document.write( "Cancel pi*r \n" ); document.write( "A = (12-r) * r \n" ); document.write( "A = -r^2 + 12r \n" ); document.write( "Max of this quadratic equation occurs at the axis of symmetry; x=-b/(2a) \n" ); document.write( "r = \n" ); document.write( "r = 6 cm \n" ); document.write( "Find the max area \n" ); document.write( "A = -6^2 + 12(6) \n" ); document.write( "A = -36 + 72 \n" ); document.write( "A = 36 sq cm max area \n" ); document.write( " \n" ); document.write( " |