document.write( "Question 1002049: You ask your graduate student to roll a die 10,000 times and record the results. Give the expected mean and standard deviation of the outcome. Part B: The die roll experiment is repeated (though with a different graduate student – for some reason your previous student went to work with a different advisor). However in this case, the die is weighted so that a 6 shows up 20% of the time and all remaining numbers show up 16% of the time. Now what is the mean and sd of 10,000 rolls? \n" ); document.write( "
Algebra.Com's Answer #619084 by Theo(13342)![]() ![]() You can put this solution on YOUR website! in a proportion, the mean is equal to np and the standard deviation is equal to sqrt(npq)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p is the probability of success. \n" ); document.write( "q is the probability of failure. \n" ); document.write( "q = 1 minus p\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in a fair dice, probability of getting a 6 is 1/6 and probability of not getting a 6 is 5/6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get p = 1/6 and q = 5/6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "with 10,000 rolls, mean is np = 10,000 * 1/6 = 10,000/6.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "standard deviation is sqrt(n*p*q) = sqrt(10,000 * 1/6 * 5/6) = sqrt(50,000/36).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in decimal form rounded to 2 decimal places, you have mean = 1666.67 and standard deviaton = 37.27.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when p = .2, you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p = 1/5 and q = 4/5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n is still 10,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "mean = np = 10,000 * 1/5 = 10,000/5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "standard deviation = sqrt(npq) = sqrt(10,000 * 1/5 * 4/5) = sqrt(40,000/25)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in decimal form rounded to 2 decimal places, you have mean = 2000 and standard deviation = 40.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |