document.write( "Question 308188: in a ten question multiple-choice test with 4 choices for each question, a student who is not prepared guesses on each item. find the probability that they get 6 correct \n" ); document.write( "
Algebra.Com's Answer #220383 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Let c=correct answers and w=wrong answers
\n" ); document.write( "c=.25 and w=.75 for each question.
\n" ); document.write( "Expand: (c+w)^10
\n" ); document.write( "For 6 correct the coefficient is nCr=10C6=210
\n" ); document.write( "210c^6w^4
\n" ); document.write( "=210*.25^6*.75^4
\n" ); document.write( "=.0162 Probability of exactly 6 correct guesses on a 10 question multiple choice test.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );