document.write( "Question 124182: I thought I understood the material presented in class but need assistance in completing/understanding problem:\r
\n" );
document.write( "\n" );
document.write( "A student is to use random guessing on a multiple-choice test. Out of five choices, there is only one correct answer for each question. Assume that you will observe the first three guesses by the student.\r
\n" );
document.write( "\n" );
document.write( "a. Find the sample space.
\n" );
document.write( "b. Construct a probability distribution for the number of questions answered correctly, x.
\n" );
document.write( "c. Draw the probability histogram
\n" );
document.write( "d. find the standard deviation of the number of questions answered correctly
\n" );
document.write( "e. find the expected value of the number of questions answered correctly
\n" );
document.write( "f. Give one-, two-, and three sigma interval\r
\n" );
document.write( "\n" );
document.write( "Appreciate your assistance in getting me started and understanding this better. This is a problem generated by the instructor and really can't find a good reference in the book we are using.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #91109 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A student is to use random guessing on a multiple-choice test. Out of five choices, there is only one correct answer for each question. Assume that you will observe the first three guesses by the student. \n" ); document.write( "a. Find the sample space. \n" ); document.write( "ttt,ttf,tft,ftt,tff,ftf,fft,fff \n" ); document.write( "--------------- \n" ); document.write( "b. Construct a probability distribution for the number of questions answered correctly, x. \n" ); document.write( "P(x=3) = 1/8 ; P(x=2) = 3/8 ; P(x=1) = 3/8 ; P(x=0) = 1/8 \n" ); document.write( "------------------------------------- \n" ); document.write( "c. Draw the probability histogram \n" ); document.write( "I'll leave that to you. \n" ); document.write( "--------------------------------------- \n" ); document.write( "d. find the standard deviation of the number of questions answered correctly \n" ); document.write( "I'll leave that to you. \n" ); document.write( "----------------------------------------- \n" ); document.write( "e. find the expected value of the number of questions answered correctly \n" ); document.write( "E(x)= 0*(1/8)+1(3/8)+2(3/8)+3(1/8) = 3/2 \n" ); document.write( "--------------------------- \n" ); document.write( "f. Give one-, two-, and three sigma interval \n" ); document.write( " DISABLED_event_one= (3/2)+sigma= \n" ); document.write( "two = (3/2)+2*sigma= \n" ); document.write( "three = (3/2)+3*sigma= \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |