document.write( "Question 369622: A test consists of 10 true-or-false questions. If a student randomly chooses answers for each question, find the probability that the student:
\n" );
document.write( "Answers at least 1 question correctly. (3 decimals) \r
\n" );
document.write( "\n" );
document.write( "I got 2^10 = 1,024 \r
\n" );
document.write( "\n" );
document.write( "I did this way, but does not work, very close... \r
\n" );
document.write( "\n" );
document.write( "C(10,1)/1024 = \r
\n" );
document.write( "\n" );
document.write( "10/1024 = .00976 \r
\n" );
document.write( "\n" );
document.write( "The answer is 0.999 but how? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #263399 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x=.5 probability of getting a problem wrong. \n" ); document.write( "1- probability that he gets them all wrong = the probability that the student answers at least 1 question correctly. \n" ); document.write( "1-.5^10=.9990 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |