document.write( "Question 870416: 24. Suppose that a statistics class is being given an 8 question multiple choice quiz; there are 4 choices for each question with only
\n" );
document.write( "1 correct answer. If I. M. Lucky guesses on each question, what is the probability that he gets at most 4 questions correct?
\n" );
document.write( "(A) 0.03 (B) 0.09 (C) 0.97 (D) 0.50 (E) 0.11 \n" );
document.write( "
Algebra.Com's Answer #524838 by ewatrrr(24785) You can put this solution on YOUR website! p(correct) = .25, n = 8 \n" ); document.write( "P(x ≤ 4 correct) = binomcdf(8, .25 , 4) = .9727 0r 97.27% chance \n" ); document.write( "Above shows the Use of the TI Caclulator \n" ); document.write( "One may use on-line calculators: recommend stattrek.com \n" ); document.write( "0r one can obtain answer 'by hand' \n" ); document.write( " \n" ); document.write( "P(x ≤ 4 correct) = P(x=0) + P(x=1) + P(x=2) + P(x=3) + P(x = 4) \n" ); document.write( "P(x=0) = \n" ); document.write( "P(x=1) = \n" ); document.write( "P(x=2) = \n" ); document.write( "P(x=3) = \n" ); document.write( "P(x=4) = \n" ); document.write( "for cumulative Probabilities, recommend Calculator \n" ); document.write( " |