Question

In: Statistics and Probability

A student can enter a course either as a beginner (73%) or as a transferring student...

A student can enter a course either as a beginner (73%) or as a transferring student (27%). It is found that 62% of beginners eventually graduate, and that 78% of transfers eventually graduate. Find:

  1. the probability that a randomly chosen student is a beginner who will eventually graduate,

  2. the probability that a randomly chosen student will eventually graduate,

  3. the probability that a randomly chosen student is either a beginner or will eventually graduate, or both.

  4. Are the events ‘eventually graduate’ and ‘enters as a transferring student’ statistically independent?

  5. If a student eventually graduates, what is the probability that the student entered as a transferring student?

  6. If two entering students are chosen as random, what is the probability that not only do they enter in the same way but that they also both graduate or fail?

Solutions

Expert Solution

Solution

Back-up Theory

For 2 events, A and B,

P(A ∪ B) = P(A) + P(B) - P(A ∩ B), in general and ………………………………..………(1)

A and B are independent if P(A ∩ B) = P(A) x P(B) ……………………………………… (1a)

If A and B are two events such that probability of B is influenced by occurrence or otherwise of A, then

Conditional Probability of B given A, denoted by P(B/A) = P(B ∩ A)/P(A)……....….(2)

(1) => P(B ∩ A) = P(B/A) x P(A) or P(A ∩ B) = P(A/B) x P(B) …………………………..(2a)

P(B) = {P(B/A) x P(A)} + {P(B/AC) x P(AC)}……………………………………………….(3)

P(A/B) = P(B/A) x {P(A)/P(B)}……………………………..…………………..…….(4)

Now to work out the solution,

Let A represent the event that a student enters a course as a beginner and B represent the event that the student eventually graduates

Then, trivially, AC represents the event that the student does not enter a course as a beginner, i.e., he enters a course as a transferring student and BC represents the event that the student eventually does not graduate. ………………………………………………………………………………….. (5)

Given data translates in probability language as follows:

P(A) = 0.73 (73%) and hence P(AC) = 0.27 (27%) ………………………………………….. (6)

62% of beginners eventually graduate =>

P(B/A) = 0.62 and hence P(BC/A) = 0.38 ……………………………………………………… (7)

78% of transfers eventually graduate =>

P(B/AC) = 0.78 and hence P(BC/AC) = 0.22 …………………………………………………….. (8)

Part (a)

  1. Probability that a randomly chosen student is a beginner who will eventually graduate
  2. = P(A ∩ B)
  3. = P(B ∩ A)
  4. = 0.62 x 0.73 [vide (2a), (7) and (6)]
  5. = 0.4526   Answer 1

Part (b)

  1. Probability that a randomly chosen student will eventually graduate,

= P(B)

= {P(B/A) x P(A)} + {P(B/AC) x P(AC)} [vide (3)]

= (0.62 x 0.73) + (0.78 x 0.27) [(7), (6), and (8)]

= 0.4526 + 0.2106

= 0.6632 Answer 2

Part (c)

  1. Probability that a randomly chosen student is either a beginner or will eventually graduate, or both.

= P(A ∪ B)

= P(A) + P(B) - P(A ∩ B) [vide (1)]

= 0.73 + 0.6632 – 0.4526 [vide (6), Answers 2 and 1]

= 0.9406   Answer 3

Part (d)

P(‘eventually graduate’)

= P(B)

= 0.6632 [vide Answer 2]

P(‘enters as a transferring student’)

= P(AC)

= 0.27 [vide (6)]

Now, P(B ∩ AC)

= P(B/AC) x P(AC) [vide (2a)]

= 0.78 x 0.27 [vide (8) and (6)]

= 0.2106

P(B) x P(AC)

= 0.6632 x 0.27 [as above]

= 0.1791

Clearly, P(B ∩ AC) ≠ P(B) x P(AC)

So, vide (1a), B and AC are not independent.

  1. i.e., Events ‘eventually graduate’ and ‘enters as a transferring student’ are
  2. NOT statistically independent Answer 4

Part (e)

  1. If a student eventually graduates, probability that the student entered as a transferring student
  2. = P(AC/B)
  3. = P(B/AC) x P(AC)/P(B) [vide (4)]
  4. = (0.78 x 0.27)/0.6632 [vide (8), (6) and Answer 2]
  5. = 0.3176 Answer 5

Part (f)

If two entering students are chosen at random, probability that they enter in the same way

P(Both enter as beginner or both enter as transferring students)

= P(Both enter as beginner) + P(Both enter as transferring students) [note that these two events are mutually exclusive]

= (0.732) + (0.272) [vide (6)]

= 0.6058

P(they both graduate or fail)

= P(they both graduate) + P(they both fail) [note that these two events are mutually exclusive]

= (0.62 x 0.78) + (0.28 x 0.22) [(7) and (8)]

= 0.5452

Thus, probability that not only do they enter in the same way but that they also both graduate or fail

= 0.6058 x 0.5452

= 0.3303 Answer

DONE


Related Solutions

The price of Swearengen, Inc., stock will be either $73 or $95 at the end of...
The price of Swearengen, Inc., stock will be either $73 or $95 at the end of the year. Call options are available with one year to expiration. T-bills currently yield 4 percent. a. Suppose the current price of the company's stock is $84. What is the value of the call option if the exercise price is $69 per share? (Do not round intermediate calculations and round your answer to 2 decimal places, e.g., 32.16.) Call value $ b. Suppose the...
Java Beginner a)Create a class named Student that has fields for an ID number, number of...
Java Beginner a)Create a class named Student that has fields for an ID number, number of credit hours earned, and number of points earned. (For example, many schools compute grade point averages based on a scale of 4, so a three-credit-hour class in which a student earns an A is worth 12 points.) Include methods to assign values to all fields. A Student also has a field for grade point average. Include a method to compute the grade point average...
11) Enter the following using Java. Use for loop to enter student id, student name, major...
11) Enter the following using Java. Use for loop to enter student id, student name, major and grades. Also grades should display their letter grades based on their conditions. After that display the name of students and their info, and also their letter grade After that display the sum of all grades and the average Output Example: Student ID: 0957644 Student Name: Pedro Hernandez Student Major: Business Information Systems Grades for Fall 2020: Introduction to Computer Science using Java: 85,...
while transferring the weighed salt to the test tube during the experiment, a student spilled some.Will...
while transferring the weighed salt to the test tube during the experiment, a student spilled some.Will this salt loss result in calculated salt solubilities that are too high, too low, or unchaged? briefly explain.
How can I persuade other college student to take a business communication course?
How can I persuade other college student to take a business communication course?
environmental fate of medications medications can enter wastewater management systems either ... Question: Environmental fate of...
environmental fate of medications medications can enter wastewater management systems either ... Question: Environmental fate of medications Medications can enter wastewater management systems either thro... (1 bookmark) Environmental fate of medications Medications can enter wastewater management systems either through human excretions or through improper disposal. Many medications are not effectively treated by current wastewater management processes and therefore are discharged by wastewater treatment plants. Antidepressants are some of the most commonly prescribed medications in the United States, and many antidepressants...
environmental fate of medications medications can enter wastewater management systems either ... Question: Environmental fate of...
environmental fate of medications medications can enter wastewater management systems either ... Question: Environmental fate of medications Medications can enter wastewater management systems either thro... (1 bookmark) Environmental fate of medications Medications can enter wastewater management systems either through human excretions or through improper disposal. Many medications are not effectively treated by current wastewater management processes and therefore are discharged by wastewater treatment plants. Antidepressants are some of the most commonly prescribed medications in the United States, and many antidepressants...
MATLAB The user is supposed to enter either a ‘yes’ or ‘no’ in response to a...
MATLAB The user is supposed to enter either a ‘yes’ or ‘no’ in response to a prompt. The script will print “OK, continuing” if the user enters either a ‘y’, ‘Y’,'Yes', or 'yes' or it will print “OK, halting” if the user enters a ‘n’, ‘N’, 'No', or 'no' or will print “Error” if the user enters anything else. Code this twice once with if and once with switch: Then recode the example above to keep prompting until an an...
Imagine you are a student enrolled in a College course where the course grade is calculated...
Imagine you are a student enrolled in a College course where the course grade is calculated using a weighted average. (It might not be too hard to imagine.) It’s nearing the midterm of the semester and you want to know what your grade is. Luckily, your professor has provided you with a syllabus, and in that syllabus he or she has listed the formula for calculating your course grade. (This is sounding more familiar all the time.) Graded Activity Percentage...
QE High school has 14 entrance doors. How many can a student a) enter by one...
QE High school has 14 entrance doors. How many can a student a) enter by one door and exit by a different door? b) Enter and exit by any door?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT