document.write( "Question 286162: A student takes a true-false test consisting of 13 questions. Assuming that the student guesses at each question, find the probability that the student answers exactly 11 questions correctly. \n" ); document.write( "
Algebra.Com's Answer #207653 by edjones(8007)![]() ![]() You can put this solution on YOUR website! t=.5 and f=.5 \n" ); document.write( "We could expand the binomial (t+f)^13 and get the term t^11f^2 \n" ); document.write( "Combination=nCr=13C11=78 coefficient of the number. \n" ); document.write( "78*.5^11*.5^2 \n" ); document.write( "=.0095 the probability that the student answers exactly 11 questions correctly. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |