document.write( "Question 273094: A Teaching Assistant develops a multiple choice test that consists of 10 questions. Each question consists of four possible answers, with one answer being correct. If a student has no idea regarding the correct answers to the questions, what is the likelihood of obtaining exactly, 1,2,3,4,5,6,7,8,9,or 10 correct answers \n" ); document.write( "
Algebra.Com's Answer #199548 by stanbon(75887) ![]() You can put this solution on YOUR website! A Teaching Assistant develops a multiple choice test that consists of 10 questions. Each question consists of four possible answers, with one answer being correct. If a student has no idea regarding the correct answers to the questions, what is the likelihood of obtaining exactly, 1,2,3,4,5,6,7,8,9,or 10 correct answers \n" ); document.write( "------------------------------ \n" ); document.write( "Binomial Problem with n = 10 ; p = 1/4 \n" ); document.write( "--- \n" ); document.write( "Form for all you answers: P(x=k) = 10Ck(1/4)^k*(3/4)^(10-k) \n" ); document.write( "--- \n" ); document.write( "Example: \n" ); document.write( "P(x = 3) = 10C3(1/4)^3(3/4)^7 = 120*0.01563*0.1335 = 0.2503 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |