document.write( "Question 311664: A rancher in Dallas decides to build a silo inside his corral. The rectangular corral measures 25 m by 15 m and the silo's base is circular with a diameter of 2x 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( "
Algebra.Com's Answer #222925 by mananth(16946)![]() ![]() You can put this solution on YOUR website! the corral is 25m by 15m \n" ); document.write( "so the area = 375 sq.m \n" ); document.write( ". \n" ); document.write( "The area of the silo has a diameter of2x meters. \n" ); document.write( "Radius = x meters. \n" ); document.write( "area of the base of silo = pi*x^2 \n" ); document.write( ". \n" ); document.write( "Area of corral - area of base of silo is the remaining area \n" ); document.write( "=375 - pix^2 \n" ); document.write( " |