Probability Ray Graduates from University with Scholarship

  • Thread starter Thread starter eMac
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion revolves around calculating the probability that Ray received a scholarship given that he graduated from university. The initial probabilities provided are that Ray has a 35% chance of receiving a scholarship, with an 82% graduation rate if he receives it, and a 44% graduation rate if he does not. The participants clarify that the problem can be approached using Bayesian probability to find P(S | G), the probability of receiving a scholarship given graduation. The final calculation indicates that the overall probability of graduation is 41%. This analysis highlights the application of conditional probability in determining scholarship outcomes.
eMac
Messages
17
Reaction score
0
Question: "With reference to exercise 1, suppose that years later we hear that ray graduated form the give university. what is the probability that he did get the scholarship."

Exercise 1: "Ray has enrolled as a freshman at an Eastern university and the probability that he will get a scholarship is 0.35. if he gets a scholarship the probability that he will graduate is 0.82, and if he does not get a scholarship the probability that he will graduate is only 0.44. what is the probability that he will graduate"

So what I have worked out so far is:

He does get scholarship is 0.35, with scholarship he graduates is 0.82, with scholarship and doesn't graduate is 0.18.

He doesn't get scholarship is 0.65, without scholarship and graduates is 0.44, without scholarship and doesn't graduate is 0.56.

Im not sure as to what I should do from this point to find out the probability that he did get the scholarship.
 
Physics news on Phys.org
This seems more like Bayesian probability than "standard" probability. Are you considering this approach?
 
How would I use Bayesian probability?
 
My apologies, eMac, I misread the question; this is not a Bayesian prob. question. I got to go now, but I'll come back tomorrow (more precisely, later today.)
 
Obviously this is a job for big time night owls.

S = Ray gets scholarship
G = Ray graduates

Given:
P(S) = 0.35
P(G | S) = .82
P(G | not S) = .44

Find P(G)
As Bacle said, that can be done without a Bayesian analysis

Your first question:
Find P(S | G)

This can be done by a Bayesian analysis
P(S | G) = P( S and G)/ P(G) = P(G and S)/ P(G) = ( P(G | S) P(S) )/ P(G)
 
P(S)= 0.35
P(notS)=0.65

P(S and G)= 0.82
P(S and notG)=0.18

P(notS and G)= 0.44
P(notS and notG)=0.56

P(He will Graduate) = (0.35 * 0.82) + (0.65 * 0.44) = 0.41 OR 41%

Hope it helps!
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...

Similar threads

Replies
22
Views
2K
Replies
3
Views
3K
Replies
3
Views
1K
Replies
9
Views
3K
Replies
9
Views
2K
Back
Top