document.write( "Question 703062: Guessing on an exam. In a multiple choice exam, there are 5 questions and 4 choices
\n" );
document.write( " for each question (a, b, c, d). Nancy has not studied for the exam at all and decides to randomly
\n" );
document.write( " guess the answers. What is the probability that:\r
\n" );
document.write( "\n" );
document.write( "(a) the first question she gets right is the 5th question?\r
\n" );
document.write( "\n" );
document.write( "I have so far, n=5 and p=.25. The \"5th question\" throws me off...
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #433401 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Guessing on an exam. In a multiple choice exam, there are 5 questions and 4 choices \n" ); document.write( "for each question (a, b, c, d). Nancy has not studied for the exam at all and decides to randomly \n" ); document.write( "guess the answers. What is the probability that: \n" ); document.write( "(a) the first question she gets right is the 5th question? \n" ); document.write( "I have so far, n=5 and p=.25. The \"5th question\" throws me off... \n" ); document.write( "---- \n" ); document.write( "If the 5th is the first correct the answer pattern is wwwwc \n" ); document.write( "where w is \"wrong\" and c is \"correct\". \n" ); document.write( "--- \n" ); document.write( "P(wwwwc) = (3/4)^4*(1/4) = 81/1024 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |