document.write( "Question 990166: Suppose a quiz has 9 multiple choice questions. Each question has 4 answer choices. If a student takes the quiz and randomly guesses on every question
\n" );
document.write( "Find the probability the student gets between 2 and 7, exclusive, questions correct
\n" );
document.write( "Find the probability the student gets more than 5 questions correct.\r
\n" );
document.write( "\n" );
document.write( "please help me out!
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #610246 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The probability of \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Where \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For the first one, you need 3 of 9 plus 4 of 9 plus 5 of 9 plus 6 of 9 where p = 0.25.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "More than 5 is 6, 7, 8, or 9.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Get out your calculator or if you have Excel: \n" ); document.write( " \r\n" ); document.write( "=BINOMDIST(6,9,0.25,TRUE) - BINOMDIST(2,9,0.25,TRUE)\r\n" ); document.write( "\r\n" ); document.write( "and\r\n" ); document.write( "\r\n" ); document.write( "=1-BINOMDIST(5,9,0.25,TRUE)\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "By the way, these same formulas work in Numbers on a Mac\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " \n" ); document.write( "My calculator said it, I believe it, that settles it\r \n" ); document.write( "\n" ); document.write( " |