document.write( "Question 115381: This is homework and I have tried I keep coming up with 35 as the answer but different formulas each time......can someone show me the way with this one I am pulling my hair out\r
\n" );
document.write( "\n" );
document.write( "I= 50% II= 40% EXACTLY III= 35% = this is what I come up with and I do not think this is right because of the formula...statistics has formulas and this isn't one of them
\n" );
document.write( "This is the problem:\r
\n" );
document.write( "\n" );
document.write( "There are 20 questions in a multiple-choice test. Each question has five
\n" );
document.write( "choices and one correct answer out of these five choices. A student did not study. He/she answers the questions at random. What are the probability that he/she makes (i) more than 10 answer right? (ii) exactly eight right? (iii) at most 7 right? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #84126 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 20 questions in a multiple-choice test. Each question has five \n" ); document.write( "choices and one correct answer out of these five choices. A student did not study. \n" ); document.write( "------------ \n" ); document.write( "Five choices means P(correct answer) = 1/5; P(wrong answer) = 4/5 \n" ); document.write( "-------------- \n" ); document.write( "The problem is binomial because the student either gets each answer \n" ); document.write( "correct or gets it wrong. \n" ); document.write( "---------------------- \n" ); document.write( "Let \"x\" be the number of correct answers. \n" ); document.write( "---------------\r \n" ); document.write( "\n" ); document.write( " He/she answers the questions at random. \n" ); document.write( "What are the probability that he/she makes \n" ); document.write( "(i) more than 10 answer right? \n" ); document.write( "P(x>10) = 1 - binomcdf(20,1/5,10) = 0.00056.. \n" ); document.write( "(ii) exactly eight right? \n" ); document.write( "P(x=8) = 20C8(1/5)^8(4/5)^12 = 125970*(2.56*10^-6)(0.068719...)=0.022 \n" ); document.write( "------- \n" ); document.write( "You could also use P(x=8)= binompdf(20,1/5,8) = 0.02216... \n" ); document.write( "----------------- \n" ); document.write( "(iii) at most 7 right? \n" ); document.write( "P(0<=x<=7) = binomcdf(20,1/5,7) = 0.9678.... \n" ); document.write( "============== \n" ); document.write( "Comment: The \"binompdf\" and \"binomcdf\" are functions on the TI-83 \n" ); document.write( "graphing calculator for determining binomial probabilities. \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |