Rajiv and Karthik are 2 traders at the Bank of Hyderabad, who are judged based on their daily Profit and Loss (P&L). Their boss was looking into their performance for the year, and wanted to know whether on a given day, they made money, lost money, or neither made nor lost any money (total of 3 distinct cases).
It was discovered that the probability that Rajiv neither made nor lost any money on a given day is 0.05. The probability that one of them neither made nor lost any money while the other did not make any money is 0.11. The probability that one of them neither made nor lost any money while the other did not lose any money is 0.23.
To 3 decimal places, what is the probability that Karthik neither made nor lost any money on a given day?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Suppose Probability of Rajiv's profit Rp, Loss Rl, No-profit, no-loss Rn Karthik's profit Kp, loss Kl, no-profit no-loss Kn Rn(Kn+Kl)+KnRl=0.11 Rn(Kp+Kn)+KnRp=0.23 Rp+Rl+Rn=Kp+Kl+Kn=1 solving we get Rn+Kn=0.34 Rn is given as 0.05 So Kn is 0.29
I'll use the following notation:
R u is the probability that Rajiv made money on a given day (u for UP)
R f is the probability that Rajiv neither made nor lost any money (f for FLAT)
R d is the probability that Rajiv lost money (d for DOWN)
Same notation for Karthik ( K u , K f , K d )
since one of those three scenarios must happen each day for each trader, we know that:
1) R u + R f + R d = 1
2) K u + K f + K d = 1
And we are given:
3) R f = 0 . 0 5
Now we formulate the other probabilities using these variables, assuming that the probabilities of Rajiv and Karthik making money are independent:
4) R f K d + R f K f + R d K f = 0 . 1 1
5) R f K u + R f K f + R u K f = 0 . 2 3
We can rewrite 4) as:
R f K d + R f K f + R d K f + R d K d − R d K d = 0 . 1 1
And factorize:
( R f + R d ) ( K f + K d ) − R d K d = 0 . 1 1
Similarly for 5):
( R f + R u ) ( K f + K u ) − R u K u = 0 . 2 3
Substituting in for R f and K f from equations 1) and 2) yields:
( 1 − R u ) ( 1 − K u ) − R d K d = 0 . 1 1
( 1 − R d ) ( 1 − K d ) − R u K u = 0 . 2 3
Expanding we have:
1 − R u − K u + R u K u − R d K d = 0 . 1 1
1 − R d − K d + R d K d − R u K u = 0 . 2 3
Adding these two equations and simplifying gives:
1 − R u − K u + R u K u − R d K d + 1 − R d − K d + R d K d − R u K u = 0 . 1 1 + 0 . 2 3
( 1 − R u − R d ) + ( 1 − K u − K d ) = 0 . 3 4
R f + K f = 0 . 3 4
Substituting in the given value for R f (equation 3) leads us to conclude:
K f = 0 . 2 9
Problem Loading...
Note Loading...
Set Loading...
I used a,b,c for Rajiv up/flat/down and x,y,z for Karthik.
We have b = 0.05 and
b(y+z) + yc = 0.11
b(x+y) + ya = 0.23
Simply add the two equations, and then use a+b+c=1
b(x+2y+z) + y(a+c) = 0.34
b(1+y) + y(1-b) = 0.34
y = 0.29