document.write( "Question 322506: Suppose that during a storm rain is falling at
\n" );
document.write( "a rate of 1 inch per hour. The water coming from a circular
\n" );
document.write( "roof with a radius of 20 feet is running down a downspout that can accommodate 400 gallons of water
\n" );
document.write( "per hour. \r
\n" );
document.write( "\n" );
document.write( "(a) Determine the number of cubic inches of water
\n" );
document.write( "falling on the roof in 1 hour.\r
\n" );
document.write( "\n" );
document.write( "(b) One gallon equals about 231 cubic inches. Write a
\n" );
document.write( "formula for a function g that computes the gallons of
\n" );
document.write( "water landing on the roof in x hours.\r
\n" );
document.write( "\n" );
document.write( "(c) How many gallons of water land on the roof during
\n" );
document.write( "a 2.5-hour rain storm?\r
\n" );
document.write( "\n" );
document.write( "(d) Will one downspout be sufficient to handle this
\n" );
document.write( "type of rainfall? How many downspouts should there
\n" );
document.write( "be?\r
\n" );
document.write( "\n" );
document.write( "your help is well needed!\r
\n" );
document.write( "\n" );
document.write( "Cheers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #230882 by galactus(183)![]() ![]() You can put this solution on YOUR website! The roof radius is given in feet. Convert that to inches\r \n" ); document.write( "\n" ); document.write( "20*12=240 inch radius. The area of the roof in square inches is then\r \n" ); document.write( "\n" ); document.write( "pi*(240)^2=57600pi=180955.74 in^2/hour.\r \n" ); document.write( "\n" ); document.write( "Since the rain falls at an inch an hour, we also have 57600Pi cubic inches of rain in one hour.\r \n" ); document.write( "\n" ); document.write( "A gallon is 231 of these. So, in one hour \n" ); document.write( "\n" ); document.write( "Now, you should be able to finish the last few parts of the problem. \n" ); document.write( " |