document.write( "Question 1199508: If a student is guessing randomly on a multiple choice test with 4 possible responses per question, and 16 questions:\r
\n" );
document.write( "\n" );
document.write( "What is the probability of getting 4 correct? \n" );
document.write( "
Algebra.Com's Answer #833432 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "n = 16 = number of questions \n" ); document.write( "p = 1/4 = 0.25 = probability of success on any question \n" ); document.write( "x = 4 = number of desired successes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the binomial probability formula \n" ); document.write( "B(x) = (n C x)*p^x*(1-p)^(n-x) \n" ); document.write( "B(4) = (16 C 4)*0.25^4*(1-0.25)^(16-4) \n" ); document.write( "B(4) = (1820)*0.25^4*(1-0.25)^(16-4) \n" ); document.write( "B(4) = 0.22519906517119 \n" ); document.write( "B(4) = 0.225199\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "There's about a 22.5199% chance of getting exactly four correct answers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The nCx notation refers to the nCr combination formula. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |