Question

8. I have done a review of grades in my classes over the past few years....

8. I have done a review of grades in my classes over the past few years. I have noticed that final grades follow a distribution similar to the one below:
Grade Probability
A 15%
B 30%
C 35%
D 10%
F 10%
Do a Monte Carlo simulation for the next 10 students. How many students earned a B? Use the following random # stream. (21 00 52 87 15 42 17 76 35 76 98 32 65)
0 0
Add a comment Improve this question Transcribed image text
Answer #1

six students earned grade B.

Add a comment
Answer #2

To perform a Monte Carlo simulation for the next 10 students and determine how many students earned a B, we will use the given probabilities and the provided random number stream.

The random number stream is: (21 00 52 87 15 42 17 76 35 76 98 32 65)

  1. Assign probabilities to each grade:

Grade A: 15% Grade B: 30% Grade C: 35% Grade D: 10% Grade F: 10%

  1. Generate grades for the next 10 students using the random number stream:

For each random number from the stream, we will compare it to the cumulative probabilities to determine the grade for each student.

Let's walk through the simulation step by step:

Student 1: Random number = 21

Cumulative Probability A: 0.15 Cumulative Probability B: 0.45 (0.15 + 0.30) Cumulative Probability C: 0.80 (0.15 + 0.30 + 0.35)

Since the random number 21 falls between 0 and 0.15, the student earns a Grade A.

Student 2: Random number = 00

The random number 00 falls between 0 and 0.15, so the student earns a Grade A.

Student 3: Random number = 52

Cumulative Probability A: 0.15 Cumulative Probability B: 0.45 (0.15 + 0.30) Cumulative Probability C: 0.80 (0.15 + 0.30 + 0.35)

Since the random number 52 falls between 0.45 and 0.80, the student earns a Grade C.

Student 4: Random number = 87

Cumulative Probability A: 0.15 Cumulative Probability B: 0.45 (0.15 + 0.30) Cumulative Probability C: 0.80 (0.15 + 0.30 + 0.35)

Since the random number 87 falls between 0.80 and 1.00, the student earns a Grade F.

Student 5: Random number = 15

The random number 15 falls between 0 and 0.15, so the student earns a Grade A.

Student 6: Random number = 42

Cumulative Probability A: 0.15 Cumulative Probability B: 0.45 (0.15 + 0.30) Cumulative Probability C: 0.80 (0.15 + 0.30 + 0.35)

Since the random number 42 falls between 0.15 and 0.45, the student earns a Grade B.

Student 7: Random number = 17

The random number 17 falls between 0 and 0.15, so the student earns a Grade A.

Student 8: Random number = 76

Cumulative Probability A: 0.15 Cumulative Probability B: 0.45 (0.15 + 0.30) Cumulative Probability C: 0.80 (0.15 + 0.30 + 0.35)

Since the random number 76 falls between 0.45 and 0.80, the student earns a Grade C.

Student 9: Random number = 35

Cumulative Probability A: 0.15 Cumulative Probability B: 0.45 (0.15 + 0.30) Cumulative Probability C: 0.80 (0.15 + 0.30 + 0.35)

Since the random number 35 falls between 0.15 and 0.45, the student earns a Grade B.

Student 10: Random number = 76

Cumulative Probability A: 0.15 Cumulative Probability B: 0.45 (0.15 + 0.30) Cumulative Probability C: 0.80 (0.15 + 0.30 + 0.35)

Since the random number 76 falls between 0.45 and 0.80, the student earns a Grade C.

In summary, among the 10 students, 2 students earned a Grade B.


answered by: Mayre Yıldırım
Add a comment
Know the answer?
Add Answer to:
8. I have done a review of grades in my classes over the past few years....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Student stress at final exam time comes partly from the uncertainty of grades and the consequence...

    Student stress at final exam time comes partly from the uncertainty of grades and the consequences of those grades. Can knowledge of a midterm grade be used to predict a final exam grade? A random sample of 200 BCOM students from recent years was taken and their percentage grades on assignments, midterm exam, and final exam were recorded. Let’s examine the ability of midterm and assignment grades to predict final exam grades. The data are shown here: Assignment Midterm FinalExam...

  • Having some coding issues. I can't seem to figure out why my calculation is coming out...

    Having some coding issues. I can't seem to figure out why my calculation is coming out incorrect for the fourth column. For example, mathematically speaking the first row, columns 1-3: ​19, 68, 10. Using the specific equation: finalGrade = e1*.30 + e2*.30 + f*.40. I should get 30.1 in the 4th column but I get otherwise. See provided screenshot. Please explain what I am doing wrong? /* Program info: Fill dd array 30 and 3 of grades Double course[30][3](rows =...

  • Please show how you did this in excel. :13-19 Every home football game for the past...

    Please show how you did this in excel. :13-19 Every home football game for the past eight years at Eastern State University has been sold out. The revenues from ticket sales are significant, but the sale of food, beverages, and souvenirs has contrib- uted greatly to the overall profitability of the football program. One particular souvenir is the football pro- gram for each game. The number of programs sold at each game is described by the following probabil- ity distribution:...

  • Using C programming For this project, you have been tasked to read a text file with student grade...

    Using C programming For this project, you have been tasked to read a text file with student grades and perform several operations with them. First, you must read the file, loading the student records. Each record (line) contains the student’s identification number and then four of the student’s numerical test grades. Your application should find the average of the four grades and insert them into the same array as the id number and four grades. I suggest using a 5th...

  • I'm try to complete an Operating Systems assignment where we have 8 processes, and each process...

    I'm try to complete an Operating Systems assignment where we have 8 processes, and each process has between 14-18 bursts. We have to do a FCFS simulation, SJF simulation, and MLFQ simulation. I am well aware of how to calculate everything for the processes when we just have one set of bursts to deal with, however these processes have way more than that. I am a very visual learner, I would love if someone could explain to me how to...

  • I literally have no idea what I’m doing. Help!!! Please show work!! Write an essay using...

    I literally have no idea what I’m doing. Help!!! Please show work!! Write an essay using Word and post it as an attachment to the discussion. Cover the following points. Choose a data set from Stat Disk using one of the following files from 13th Edition Elementary Statistics: Oscar Winner Freshman 15 Word Count Garbage Weights Passive and Active Smoke If the file contains more than one variable, choose a quantitative variable. Create a histogram using your chosen variable and...

  • I want to change this code and need help. I want the code to not use...

    I want to change this code and need help. I want the code to not use parallel arrays, but instead use one array of struct containing the data elements, String for first name, String for last name,Array of integers for five (5) test scores, Character for grade. If you have any idea help would be great. #include #include #include #include using namespace std; const int NUMBER_OF_ROWS = 10; //number of students const int NUMBER_OF_COLUMNS = 5; //number of scores void...

  • The data from data95.dat contains information on 78 seventh-grade students. We want to know how well each of IQ score and self-concept score predicts GPA using least-squares regression. We also want t...

    The data from data95.dat contains information on 78 seventh-grade students. We want to know how well each of IQ score and self-concept score predicts GPA using least-squares regression. We also want to know which of these explanatory variables predicts GPA better. Give numerical measures that answer these questions. (Round your answers to three decimal places.) (Regressor: IQ) R 2 : (Regressor: Self-Concept) R 2 : Which variable is the better predictor? IQSelf Concept     obs gpa iq gender concept 1 7.94...

  • Assignment 6, Merge Arrays (java) Instructions In this assignment, you will write a program which merges...

    Assignment 6, Merge Arrays (java) Instructions In this assignment, you will write a program which merges two arrays of positive integers and removes any duplicate entries. Your program will first ask for a valid length which must be an integer which is 10 or greater. The program should continue to ask until a valid length is entered. The program will then create two arrays of the length entered, fill these with random integers between 1 and 100 inclusive, and print...

  • all the answers must be done please help and codes should be done in matlab Part C (Based off week 12 workshop...

    all the answers must be done please help and codes should be done in matlab Part C (Based off week 12 workshop content Sinee the implementation of the CityCyele scheme in October 2010, the Bris bane council has recorded the mamber of City Cycle trips every month The results are available in the CityCycleData.cov' fie on Blackboard 1. Import the data into MATLAB using the cavread fuaction, and the visualise the data with the scatter function Coenment on whether a...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT