document.write( "Question 1073873: The distribution of grades in a large statistics course
\n" );
document.write( "is as follows:
\n" );
document.write( "Grade: A // B // C // D // F
\n" );
document.write( "Probability: 0.2 // 0.3 // 0.3 // 0.1 // 0.1
\n" );
document.write( "To calculate student grade point averages, grades are expressed in a numerical
\n" );
document.write( "scale with A = 4, B = 3, and so on down to F = 0.
\n" );
document.write( "(a) Find the expected value. This is the average grade in this course.
\n" );
document.write( "- The expected value is 2.2
\n" );
document.write( "(b) Explain how to simulate choosing students at random and recording their
\n" );
document.write( "grades. Simulate 50 students and find the mean of their 50 grades. Compare
\n" );
document.write( "this estimate of the expected value with the exact expected value from (a). (The
\n" );
document.write( "law of large numbers says that the estimate will be very accurate if we simulate
\n" );
document.write( "a very large number of students.)\r
\n" );
document.write( "\n" );
document.write( "Need help with part b! Thanks \n" );
document.write( "
Algebra.Com's Answer #688669 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! You can generate random numbers using EXCEL. \n" ); document.write( "You can use the function RANDBETWEEN and VLOOKUP to generate appropriate ranged random numbers. \n" ); document.write( "Look up \"creating discrete probability distributions with EXCEL\" on any search engine. \n" ); document.write( "There are even Youtube videos. \n" ); document.write( "Good luck! \n" ); document.write( " |