document.write( "Question 323940: using the five-step problem-solving process
\n" );
document.write( "A rancher outside Houston decides to build a silo inside his corral. The rectangular corral measures 23 m by 17 m and the silo's base is circular with a diameter of x meters. Find a polynomial for the remaining area of the corral (in square meters) after the silo is built. \n" );
document.write( "
Algebra.Com's Answer #231823 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Length of corral = 23 m \n" ); document.write( "width of corral = 17m \n" ); document.write( ".. \n" ); document.write( "Area of Corral = 17*23 = 391 m^2 \n" ); document.write( ".. \n" ); document.write( "diameter of silo = x \n" ); document.write( "radius = x/2 \n" ); document.write( ".. \n" ); document.write( "Area of circle = pi*r^2 \n" ); document.write( "Area = pi*(x/2)^2 \n" ); document.write( ".. \n" ); document.write( "Area of corral - area of silo = area of remaining area \n" ); document.write( "391- pi*(x/2)^2 \n" ); document.write( " |