document.write( "Question 1008087: A history quiz had 8 multiple choice questions. Each question has 4 answer choices. A student has forgotten that the quiz was to tale place and guesses at all of the answers.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a) Find the probability that the student gets exactly 5 of the 8 questions correct.\r
\n" );
document.write( "\n" );
document.write( "b) Find the probability that the student gets at least 6 questions correct. \n" );
document.write( "
Algebra.Com's Answer #623834 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! it is 8C5(0.25)^5(0.75)^3=0.0231 \n" ); document.write( "For at least 6, we need 6,7,8 \n" ); document.write( "6: 8C6(0.25^6)(0.75^2)=0.0038 \n" ); document.write( "7: 8(0.25^7)*0.75=0.0008 \n" ); document.write( "for 8, 0.25^8=0.00002 \n" ); document.write( "The probability is 0.0046. \n" ); document.write( "The expected value is 2 with the variance 1.5. \n" ); document.write( " |