document.write( "Question 126873This question is from textbook experimental probability
\n" );
document.write( ": in a multiple-choice test,each item has four choices.
\n" );
document.write( "(a)tell how to simulate the correct guessing of the corret choice.
\n" );
document.write( "(b)carry out your simulation.what do you find for the experimental probability?
\n" );
document.write( "(c)compare your result to the theoretical probability.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #93079 by stanbon(75887) ![]() You can put this solution on YOUR website! in a multiple-choice test,each item has four choices. \n" ); document.write( "(a)tell how to simulate the correct guessing of the correct choice. \n" ); document.write( "Decide in advance which of the numbers 1 to 4 is \"correct\". \n" ); document.write( "If you are using a TI-83 or better, run randInt(1,4,10) \n" ); document.write( "That will give you 10 randomly selected digits from the set \n" ); document.write( "1,2,3,4. \n" ); document.write( "If you had decided that \"3\" is a \"correct\" answer count the number \n" ); document.write( "of threes in the stream of 10. \n" ); document.write( "(b)carry out your simulation.what do you find for the experimental probability? \n" ); document.write( "I got one \"3\" in my stream of 10 random digits so the probability is 1/10. \n" ); document.write( "---------------------------- \n" ); document.write( "(c)compare your result to the theoretical probability. \n" ); document.write( "This is binary because you either get the correct answer or you don't. \n" ); document.write( "The probability of success is 1/4; the number of trials for me was 10. \n" ); document.write( "The expected number of correct answers is (1/4)*10 or 2.5 \n" ); document.write( "================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |