document.write( "Question 1079069: A multiple choice test has 10 questions. Each question has four answer choices.
\n" );
document.write( "a. What is the probability a student randomly guesses the answers and gets exactly six questions correct?
\n" );
document.write( "b. Is getting exactly 10 questions correct the same probability as getting exactly zero correct? Explain.
\n" );
document.write( "c. Describe the steps needed to calculate the probability of getting at least six questions correct if the student randomly guesses. \n" );
document.write( "
Algebra.Com's Answer #693423 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! For 6 questions, it is 10C6, the number of ways it can happen (210)*0.25^6*0.75^4, and this is 0.0162 \n" ); document.write( "------------------------- \n" ); document.write( "To get 10 questions correct randomly guessing is 0.75^10. \n" ); document.write( "To get 10 questions incorrect randomly guessing is 0.25^10. They are different. \n" ); document.write( " |