document.write( "Question 252818: A student takes a multiple choice exam with 10 questions, each with four possible selections for the answer. A passing grade is 60% or better. Suppose that the student was unable to find time to study for the exam and just guesses at each question. Find the probability that the student\r
\n" ); document.write( "\n" ); document.write( "a. gets at least one question correct
\n" ); document.write( "b. passes the exam
\n" ); document.write( "c. receives an \"A\" on the exam (90% or better)
\n" ); document.write( "d. How many questions would you expect the student to get correct?
\n" ); document.write( "e. Obtain the standard deviation of te number of questions that the student gets correct
\n" ); document.write( "

Algebra.Com's Answer #184951 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Except for question e) these can be figured out by expansion of a binomial.
\n" ); document.write( "Let r = .25 probability of getting question right. and w = .75 prob getting it wrong.
\n" ); document.write( "(r+w)^10 since there are 10 questions will tell us what we want to know.
\n" ); document.write( "a)
\n" ); document.write( "1-w^10 doesn't get them all wrong.
\n" ); document.write( "1-.75^10
\n" ); document.write( "=1-.0563
\n" ); document.write( "=.9437
\n" ); document.write( ".
\n" ); document.write( "b)
\n" ); document.write( "6-10 answers right
\n" ); document.write( "r^10+10r^9w+45r^8w^2+120r^7w^3+210r^6w4
\n" ); document.write( "=.0197
\n" ); document.write( ".
\n" ); document.write( "c)
\n" ); document.write( "9 or 10 right
\n" ); document.write( "r^10+10r^9w
\n" ); document.write( "=.00003
\n" ); document.write( ".
\n" ); document.write( "d)
\n" ); document.write( "10 * .25 = 2.5 expected correct answers.
\n" ); document.write( ".
\n" ); document.write( "e)
\n" ); document.write( "Standard deviation for a binomial distribution is sqrt(n*p(1-p))
\n" ); document.write( "=sqrt(10*.25*.75)
\n" ); document.write( "=sqrt(1.875)
\n" ); document.write( "=1.369
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );