document.write( "Question 299152: A rancher in Calgary decides to build a silo inside his corral. The rectangular corral measures 22 m by 11 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 #215055 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A rancher in Calgary decides to build a silo inside his corral. The rectangular corral measures 22 m by 11 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( ". \n" ); document.write( "Remaining area of corral is: \n" ); document.write( "\"area of rectangle\" - \"area of base of silo\" \n" ); document.write( "(22*11) - ((pi)(x/2)^2) \n" ); document.write( "242 - .785x^2 \n" ); document.write( ". \n" ); document.write( "So, your polynomial is: \n" ); document.write( "242 - .785x^2 \n" ); document.write( "where x is the diameter of the silo in meters\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |