document.write( "Question 1182086: Each month, an American household generates an average of 30 pounds of newspaper
\n" ); document.write( "for garbage or recycling. Assume the standard deviation is 5 pounds. If a household is
\n" ); document.write( "selected at random, find the probability of its generating
\n" ); document.write( "a. Between 25 and 35 pounds per month
\n" ); document.write( "b. More than 40 pounds per month
\n" ); document.write( "Assume the variable is approximately normally distributed
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #812068 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!
mean = 30 lbs per month
\n" ); document.write( "standard deviation = 5 lbs\r
\n" ); document.write( "\n" ); document.write( "A random selection will give \r
\n" ); document.write( "\n" ); document.write( "a. 25-35 lbs per month
\n" ); document.write( "z1 = (25-30)/5 = -1
\n" ); document.write( "z2 = (35-30)/5 = +1
\n" ); document.write( "P(z1<=x<=z2)
\n" ); document.write( "= P(x\n" ); document.write( "= 0.8413 - 0.1587
\n" ); document.write( "= 0.6827
\n" ); document.write( " ======\r
\n" ); document.write( "\n" ); document.write( "b. more than 40 lbs per month
\n" ); document.write( "z2 = (40-30)/5 = 2
\n" ); document.write( "P(x>=z2)
\n" ); document.write( "= 1-P(x<=z2)
\n" ); document.write( "= 1-0.9772
\n" ); document.write( "= 0.02275
\n" ); document.write( " =======
\n" ); document.write( "
\n" );