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)\"\" \"About 
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( "\"highlight%28P%28x%29=%28n%21%2F%28%28n-x%29%21%2Ax%21%29%29%2Ap%5Ex%2Aq%5E%28n-x%29%29\"
\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( "
\n" );