SOLUTION: You are taking a multiple choice quiz that has 10 questions. Each question has three choices, with only one being correct. You randomly choose the answers in the questions, without

Algebra ->  Probability-and-statistics -> SOLUTION: You are taking a multiple choice quiz that has 10 questions. Each question has three choices, with only one being correct. You randomly choose the answers in the questions, without      Log On


   



Question 925823: You are taking a multiple choice quiz that has 10 questions. Each question has three choices, with only one being correct. You randomly choose the answers in the questions, without reading the questions. Describe how you could simulate taking the quiz.
Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
Use a random-number generator to generate a number from the set {1,2,3} ten times.