document.write( "Question 947107: a nationwide survey of college seniors by the university of michigan revealed that almost 70% disapprove of daily pot smoking, according to a report in parade. if 12 seniors are selected at random and asked their opinion, find the probability that the number who disapprove of smoking pot daily: a. anywhere from 7 to 9, b. at most 5, c. not less than 8 \n" ); document.write( "
Algebra.Com's Answer #577800 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a nationwide survey of college seniors by the university of michigan revealed that almost 70% disapprove of daily pot smoking, according to a report in parade. if 12 seniors are selected at random and asked their opinion, find the probability that the number who disapprove of smoking pot daily:
\n" ); document.write( "-----
\n" ); document.write( "Binomial Problem with n = 12 and p(disapprove) = 0.7
\n" ); document.write( "--------------------------
\n" ); document.write( "
\n" ); document.write( "a. P(7 to 9) = binomcdf(12,0.7,9)-binomcdf(12,0.7,6) = 0.6293
\n" ); document.write( "---------------------------
\n" ); document.write( "b. P(0<= x <= 5) = binomcdf(12,0.7,5) = 0.0386
\n" ); document.write( "----------------------------
\n" ); document.write( "c. P(not less than 8) = P(8<= x <=12) = 1 - binomcdf(12,0.7,7) = 0.7240
\n" ); document.write( "=============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "--------------
\n" ); document.write( "
\n" );