document.write( "Question 629925: A psychology quiz consists of ten true-or-false questions. If a student knows the correct answer to six of the questions, but determines the answers to the remaining questions by flipping a coin. What is the probability that she will obtain a score of at least 90%? \n" ); document.write( "
Algebra.Com's Answer #396591 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "\"ten\" true-or-false questions... student knows the correct answer to six of them
\n" ); document.write( " P(scoring ≥ 90%) = P(getting at least 3 of the remaining 4 correct)
\n" ); document.write( " P(x≥3) = P(3) + P(4) = 4C3(.5)^3(.5)^1 + 4C4(.5)^4 \r
\n" ); document.write( "\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p & q are = 1/2 or .5
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\" \n" ); document.write( "
\n" );