Question

In: Math

Extra Practice / Homework 5) You are taking a multiple choice quiz which consists of 6...

Extra Practice / Homework 5) You are taking a multiple choice quiz which consists of 6 questions. Each question has five possible answers to choose from of which only one is correct. Answer the following questions a) What is your chance of choosing the correct answer for any particular problem? (express as a decimal rounded to two decimal places.) b) Explain how you could use your calculator to generate and use random numbers to simulate guessing on the each question of the quiz. c) Conduct a simulation with 20 trials indicating what random numbers were used and how many correct answers you got for each trial. d) Use your simulation to estimate for the probability of getting exactly one correct answer on the quiz if you guessed at all questions. e) Use your simulation to estimate for the probability of getting a score of less than 33.33% (fewer than 2 of 6 correct) on the quiz.

Trial Components Outcomes

Solutions

Expert Solution

There are 6 question in the multiple choice test.

While each question have five possible answers out of which only one is correct.

a) The probability of choosing the correct answer for any particular problem is given by

p=1/5=0.20

b) Since every question may be correct or incorrect. Therefore this is a bernoullian experiment with p=0.20, while there are 6 question.

Therefore the distribution of the number of correct question is a Binomial distribution with n=6 and p=0.20

By using this value of the parameter we perform the simulation.

c) ### By using R:

> n=6
> p=0.20
> x=rbinom(20,n,p) ###command to generate random sample
> x
[1] 3 1 2 0 1 0 1 1 2 2 1 3 3 0 0 1 1 0 1 2

d) the probability of getting exactly one correct answer on the quiz if you guessed at all questions is given by:

P(X=1)

## By using R

> table(x)
x
0 1 2 3
5 8 4 3

e) the probability of getting a score of less than 33.33% or fewer than 2

Is given by:


Related Solutions

You take a quiz that consists of 5 multiple-choice questions. Each question has 5 possible answers,...
You take a quiz that consists of 5 multiple-choice questions. Each question has 5 possible answers, only one of which is correct. You will randomly guess the answer to each question. The random variable represents the number of correct answers. Construct the probability distribution for this random variable.
i'd like to get extra practice for a class. Create 5 multiple-choice questions covering 5 different...
i'd like to get extra practice for a class. Create 5 multiple-choice questions covering 5 different respiratory disorders. Pick 5 from the following list. Respiratory failure Asthma COPD Cystic Fibrosis Pneumonia TB Influenza. label the correct answer, & explain why
Isabel is taking a multiple-choice question quiz. The quiz has 7 questions and each question has...
Isabel is taking a multiple-choice question quiz. The quiz has 7 questions and each question has 4 possible answers (only one of them is a correct answer). Since she didn’t study at all, she will guess all the questions. Let X be the random variable representing the number of answers she’ll guess correctly. (3 pts) What values does X take on? (4 pts) Calculate the probability that she guesses 2 questions correctly. (4 pts) Calculate the probability of passing the...
A quick quiz consists of 55 multiple choice problems, each of which has 66 answers, only...
A quick quiz consists of 55 multiple choice problems, each of which has 66 answers, only one of which is correct. If you make random guesses on all 55 problems, (a) What is the probability that all 55 of your answers are incorrect? answer: (b) What is the probability that all 55 of your answers are correct? answer:
You take a quiz with 6 multiple choice questions. After you​ studied, you estimated that you...
You take a quiz with 6 multiple choice questions. After you​ studied, you estimated that you would have about an​ 80% chance of getting any individual question right. What are your chances of getting them all​ right? The random numbers below represent a simulation with 20 trials. Let​ 0-7 represent a correct answer and let​ 8-9 represent an incorrect answer. 1, 6   5   6   2   0   5 2, 4   7   3   1   6   6 3, 5   2   9   6   3  ...
Binomial Probabilities A multiple-choice quiz consists of n = 10 questions in the form True or...
Binomial Probabilities A multiple-choice quiz consists of n = 10 questions in the form True or False. Mary assumes that her comprehension level is p = 0.70, so that is the chance that she picks up a right answer. Let M denote a number of questions Mary answered correctly. Suppose that all TEN trials are independent. Answer questions below using answers in the multiple-choice format. No calculation is required here. Just recognize the proper formula for each case. A: (10)...
A quiz consists of 20 multiple choice​ questions, each with five possible​ answers, only one of...
A quiz consists of 20 multiple choice​ questions, each with five possible​ answers, only one of which is correct. If a student guesses on each​ question, what is the mean and standard deviation of the number of correct​ answers? Round to the nearest thousandth. ______________________________________________________________ A. The mean is 10. The standard deviation is 3.162. B.The mean is 4. The standard deviation is 1.789. C.The mean is 10. The standard deviation is 1.789. D.The mean is 4. The standard deviation...
A psychology quiz consists of ten multiple choice questions (each question is of worth 1 mark)...
A psychology quiz consists of ten multiple choice questions (each question is of worth 1 mark) with 5 options per question. A student knows the correct answer to 5 of the questions, can rule out 1 option in 3 questions, can rule out 2 options in 1 question, can not rule out any options in 1 question. What are the expected marks that the student would get?
You are taking a multiple-choice examination that has 20 questions in a particular section with 5...
You are taking a multiple-choice examination that has 20 questions in a particular section with 5 possible answers for each question. You did not study for the test and you guessed the answers. The probability that you guessed 50% of the answers correct by guessing is A:- 0.02% B:- 0.26% C:- 30.5% D:- 0.99% Which of the following statement is true? A:- A binomial distribution with n=20 and p =0.05 will be right-skewed. B:- A binomial distribution with n=6 and...
Suppose that you are taking a multiple choice test (consisting of only 4-answer-choice questions) for which...
Suppose that you are taking a multiple choice test (consisting of only 4-answer-choice questions) for which you have mastered 60% of the material. When you actually take the test, if you know the answer of a question, then you will answer it correctly for sure; if you do not know the answer, however, you can still guess the answer (meaning that you will have 25% chance of getting the correct answer). Finally, assume that your answer to each question is...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT