Question

Suppose a professor has 3 separate lists of questions totaling 120 questions including: List 1: includes...

Suppose a professor has 3 separate lists of questions totaling 120 questions including:

List 1: includes 35 “Hard” questions. You have 40% likelihood of answering each hard question correctly

List 2: includes 50 “Intermediate” questions. You have 60% likelihood of answering each intermediate question correctly

List 3: includes 35 “Easy” questions. You have 80% likelihood of answering each easy question correctly

Professor lets you choose either one of the following 5 exams (You take only one of these 5):

Exam1: includes 30 randomly selected questions, all from list 1. If you choose this exam you can pass if you score 40% (12 out of 30) or higher in this exam.

Exam2:  includes 30 randomly selected questions, all from list 2. If you choose this exam you can pass if you score 60% (18 out of 30) or higher in this exam.

Exam3: includes 30 randomly selected questions, all from list 3. If you choose this exam you can pass if you score 80% (24 out of 30) or higher in this exam.

Exam4: including 30 questions that consist of 7 questions from the list 1, 13 questions from the list 2, and 10 questions from list 3 (all randomly selected). If you choose this exam you can pass if you score 60% (18 out of 30) or higher in this exam.

Exam5: includes 30 randomly selected questions from the list of all 120 questions of all 3 lists combined. If you choose this exam you can pass if you score 60% (18 out of 30) or higher in this exam.

Question 1:Find probability of passing each exam i.e. fill out the empty column in the following table based on binomial distribution answers and highlight in the table the exam which you will choose to take. (Do not use binomial to Normal approximation for question 1, just solve it as binomial)

P(passing the exam1)

P(passing the exam2)

P(passing the exam3)

P(passing the exam4)

P(passing the exam5)

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
Suppose a professor has 3 separate lists of questions totaling 120 questions including: List 1: includes...
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
  • Suppose a professor has 3 separate lists of questions totaling 120 questions including: List 1: i...

    Suppose a professor has 3 separate lists of questions totaling 120 questions including: List 1: includes 35 “Hard” questions. You have 40% likelihood of answering each hard question correctly List 2: includes 50 “Intermediate” questions. You have 60% likelihood of answering each intermediate question correctly List 3: includes 35 “Easy” questions. You have 80% likelihood of answering each easy question correctly Professor lets you choose either one of the following 5 exams (You take only one of these 5): Exam1:...

  • 4. (30 points) A statistics exam has five easy questions and three hard questions. You have...

    4. (30 points) A statistics exam has five easy questions and three hard questions. You have six friends who are in the class, five are moderately prepared and one is very prepared. Probability Easy Questions Correct 80% Chance 95% Probability Hard Questions Correct 66.666% (two-thirds) 5 Moderately Prepared Friends 1 Very Prepared Friend 80% The probability of answering any one question correctly is completely independent of the probability of answering any other question correctly for every student. (a) What is...

  • Lab Exercise #15 Assignment Overview This lab exercise provides practice with Pandas data analysis library. Data...

    Lab Exercise #15 Assignment Overview This lab exercise provides practice with Pandas data analysis library. Data Files We provide three comma-separated-value file, scores.csv , college_scorecard.csv, and mpg.csv. The first file is list of a few students and their exam grades. The second file includes data from 1996 through 2016 for all undergraduate degree-granting institutions of higher education. The data about the institution will help the students to make decision about the institution for their higher education such as student completion,...

  • 1/ Consider the following table. Defects in batch Probability 2 0.18 3 0.29 4 0.18 5...

    1/ Consider the following table. Defects in batch Probability 2 0.18 3 0.29 4 0.18 5 0.14 6 0.11 7 0.10 Find the standard deviation of this variable. 1.52 4.01 1.58 2.49 2/ The standard deviation of samples from supplier A is 0.0841, while the standard deviation of samples from supplier B is 0.0926. Which supplier would you be likely to choose based on these data and why? Supplier B, as their standard deviation is higher and, thus, easier to...

  • someone please help me out i will really apperaciate you (1 point) Suppose the number of...

    someone please help me out i will really apperaciate you (1 point) Suppose the number of children in a household has a binomial distribution with parameters n = 23, and p = 60 %. Find the probability of a household having: (a) 19 or 21 children (b) 19 or fewer children (c) 19 or more children (d) fewer than 21 children (e) more than 19 children Remark: If necessary, round off your result to 5 decimal places. (1 point) Find...

  • A shelter has 24 dogs up for adoption. Suppose you want to adopt 2 of them....

    A shelter has 24 dogs up for adoption. Suppose you want to adopt 2 of them. How many different ways could you choose 2 dogs from the 24?   We are interested in analyzing data from bike sharing in LA. Use O to denote a one-way route and A to denote an annual pass. The probability that someone has a one-way trip route is 84.74%. The probability that they have an annual pass is 2.77%. The probability that they have an...

  • The boxplots below show the distribution of test scores for two classes. Class A Class B...

    The boxplots below show the distribution of test scores for two classes. Class A Class B 0 80 90 100 10 20 30 40 50 60 70 Test scores Which of the following statements is a valid conclusion that can be drawn from the boxplots? Choose all that apply. At least 25% of each class earned a B (80 or higher on the exam). Class B has more students than class A. Class A and B have approximately the same...

  • The first two questions refer to the following information: Researchers developed an online tool to help...

    The first two questions refer to the following information: Researchers developed an online tool to help ESL students learn prepositions and metaphors. A study measuring academic success in ESL students randomly sampled 100 Spanish speaking ESL students using traditional ESL classes and the new language tool and 81 Portuguese speaking ESL students using traditional ESL classes and the new language tool, and scored them on a common English fluency scale (higher score representing greater degree of fluency). The researchers suspected...

  • Create a basic math quiz program that creates a set of 10 randomly generated math questions for the following operations:

    Create a basic math quiz program that creates a set of 10 randomly generated math questions for the following operations:AdditionSubtractionMultiplicationDivisionModuloExponentThe following source files are already complete and CANNOT be changed:MathQuiz.java (contains the main() method)OperationType.java (defines an enumeration for valid math operations and related functionality)The following source files are incomplete and need to be coded to meet the indicated requirements:MathQuestionable.javaA Random object called RANDOM has already been declared and assigned, and you must not change this assignment in any way.Declare and assign an interface integer called MAX_SMALL and assign it the...

  • Create a basic math quiz program that creates a set of 10 randomly generated math questions for the following operations:

    Create a basic math quiz program that creates a set of 10 randomly generated math questions for the following operations:AdditionSubtractionMultiplicationDivisionModuloExponentThe following source files are already complete and CANNOT be changed:MathQuiz.java (contains the main() method)OperationType.java (defines an enumeration for valid math operations and related functionality)The following source files are incomplete and need to be coded to meet the indicated requirements:MathQuestionable.javaA Random object called RANDOM has already been declared and assigned, and you must not change this assignment in any way.Declare and assign an interface integer called MAX_SMALL and assign it the...

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