document.write( "Question 265849: a rancher decides to build a silo. the rect. measures 22m by 11m and the silos base is circular with a diameter of x metters. Find a polynomial for the remaining area of the corral after silo is built. \n" ); document.write( "
Algebra.Com's Answer #195649 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
a rancher decides to build a silo. the rectangle measures 22m by 11m and the silos base is circular with a diameter of x meters. Find a polynomial for the remaining area of the corral after silo is built.
\n" ); document.write( ":
\n" ); document.write( "radius = .5x (half the diameter)
\n" ); document.write( ":
\n" ); document.write( "Remaining area = Rectangle area - silo base area
\n" ); document.write( "RA = (22 * 11) - \"pi%2A%28.5x%29%5E2\"
\n" ); document.write( ":
\n" ); document.write( "RA = \"242+-+%28pi%2A.25x%5E2%29\"
\n" ); document.write( "or
\n" ); document.write( "RA = 242 - .783958x^2
\n" ); document.write( "
\n" );