document.write( "Question 61249: A statistics student needs a grade of at least 70 to pass an examination. The exam consists of 10 true/false questions. If he guesses at each question, what is the probability he will pass? and if the test was changed to 10 multiple-choice questions having 5 possible answers to choose from and he is still guessing what is the probability he will pass? \n" ); document.write( "
Algebra.Com's Answer #42222 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! I hope you're allowed to use a TI-83 or 84 for this, otherwise, it's kind of a pain! \n" ); document.write( "A statistics student needs a grade of at least 70 to pass an examination. The exam consists of 10 true/false questions. If he guesses at each question, what is the probability he will pass? and if the test was changed to 10 multiple-choice questions having 5 possible answers to choose from and he is still guessing what is the probability he will pass? \n" ); document.write( ": \n" ); document.write( "This is a binomial probability problem. \n" ); document.write( "n=10 (The number of questions) \n" ); document.write( "p=.5 (1/2 chance of getting a true-false question right) \n" ); document.write( "q=1-.5=.5 (1/2 chance of getting it wrong) \n" ); document.write( "x=7,8,9,10 (because he can pass with a 70,80,90, or 100) \n" ); document.write( ": \n" ); document.write( "The formula is: \n" ); document.write( " \n" ); document.write( "P(x)=probability of x \n" ); document.write( "n=number of trials \n" ); document.write( "x=number of successes \n" ); document.write( "p=probabillty of success \n" ); document.write( "q=1-p=probabilty of failure \n" ); document.write( ": \n" ); document.write( "Add all the probability of x=7,8,9,10 together and the students has a probability of .171875 of passing. If you have a TI-83/84 \n" ); document.write( "1-binomialcdf(10,.5,6)=.171875 \n" ); document.write( ": \n" ); document.write( "For the second one, everything is the same except: \n" ); document.write( "p=1/5=.2 and q=4/5=.8 \n" ); document.write( "Add the probabilities of x=7,8,9,10 together and the student has a .0008643584 chance of passing. \n" ); document.write( "1-binomialcdf(10,.2,6)=8.643584E-4=.0008643584 \n" ); document.write( ": \n" ); document.write( "If I were the student, I'd study. Both probabilities are low, and the chance of passing a multiple choice test by guessing is almost 0! \n" ); document.write( "That should be enough to help you solve it. If not, let me know. \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " \n" ); document.write( " |