document.write( "Question 368494: A test consists of 10 true-or-false questions. An answer is randomly chosen for each question. What is the probability of answering exactly 4 questions correctly? \n" ); document.write( "
Algebra.Com's Answer #262586 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( ".
\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 both p & q are = 1/2 or .5
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%21%29%29\"
\n" ); document.write( "A test consists of 10 true-or-false questions
\n" ); document.write( "P (exactly 4 correctly)= 210*(.5)^4 (.5)^6 = .205 \n" ); document.write( "
\n" );