edited by
31,376 views
139 139 votes

An unbalanced dice (with $6$ faces, numbered from $1$ to $6$) is thrown. The probability that the face value is odd is $90\%$ of the probability that the face value is even. The probability of getting any even numbered face is the same. If the probability that the face is even given that it is greater than $3$ is $0.75$, which one of the following options is closest to the probability that the face value exceeds $3$?

  1. $0.453$
  2. $0.468$
  3. $0.485$
  4. $0.492$

16 Answers

Best answer
82 82 votes
$P_{odd}+P_{even}=0.9x+x=1 \Rightarrow x=\frac{1}{1.9}, i.e. P_{even}=\frac{1}{1.9}$

$P(\frac{even}{>3})=\frac{P(even)P(\frac{>3}{even})}{P(>3)}$

$0.75 =\frac{\frac{1}{1.9}*\frac{2}{3}}{P(>3)}$

$\Rightarrow P(>3)=0.468$
edited by
78 78 votes

Answer is (B)

$P\left(\{1,3,5\}\right) =  0.9 P\left(\{2,4,6\}\right)$ and their sum must be $1$. So,

$P\left(\{1,3,5\}\right) = \frac{0.9}{1.9} = 0.4736$ and

$P\left(\{2,4,6\}\right) = \frac{1}{1.9} = 0.5263$

Given that probability of getting $2$ or $4$ or $6$ is same.

So, $P(2) = P(4) = P(6) = \frac{0.5263}{3} = 0.1754$

$\quad\; P\left(\{4,6\}\right) \mid x > 3)= 0.75$

$\Rightarrow P(5 \mid x>3) = 0.25$

$\Rightarrow P(5) = \frac{1}{3} (P(4)+ P(6)) \because x> 3$

$\Rightarrow x \in \{4,5,6\}$

$\Rightarrow P(5) =  \frac{2.P(4)}{3} \because P(4) = P(6)$.

So, $P(x > 3) = P(4) + P(5) + P(6) = \frac{8}{3}\times 0.1754 =0.468 $

edited by
30 30 votes
30 30 votes

I just give the answer in another way using Conditional Probablity:

let p(2)=p(4)=p(6) = x; so  p(1)+p(3)+p(5) = 3*x(0.9).

Now as sum of p(i) for i=1 to 6 =1;

so x = 10/57;

Now, The probability that the face is even given that it is greater than 3 is   p(i where i is even and i>3)/p(i>3) = .75

so,   {p(4)+p(6)}/.75 = p(i>3);

so p(i>3) = (2x)/.75  = 0.46784

edited by
9 9 votes
Lets breakdown the question

=>An unbalanced dice (with 6 faces, numbered from 1 to 6) is thrown

Unbalanced dice means which the probability of getting a face is not equally likely when thrown( You can say each probability of each face cannot be equal)

And Let’s say P1, P2, P3, P4, P5 and P6 are probability of getting face 1 to 6 respectively.

=>The probability that the face value is odd is 90% of the probability that the face value is even.

It means P({1,3,5}) = 0.9 * P({2,4,6})
Let’ say P(Odd) = P({1,3,5}) , P({2,4,6}) = P(Even)

=>The probability of getting any even numbered face is the same.

P2 = P4 = P6

=>If the probability that the face is even given that it is greater than 3 is 0.75

P(Even / >3) = 0.75

=>which one of the following options is closest to the probability that the face value exceeds 3?

P(>3) = ? ( Have to find this)

Given Info:

Unbalanced dice

P(Odd) = P({1,3,5}) , P({2,4,6}) = P(Even) and P({1,3,5}) = 0.9 * P({2,4,6})

P2 = P4 = P6

P(Even / >3) = 0.75

P(>3) = ?

Solution :

P(Odd) + P (Even) = 1

0.9 P(Even) + P(Even) = 1

P(Even) = 1/1.9  ---->(1)

 

P(Even/ >3) = P(Even $\cap$ >3) / P(>3)

0.75 = P(Even $\cap$ >3) / P(>3)

We know that
P(A $\cap$ B) = P(A/B).P(A) = P(B/A).P(B)

Therefore, P(>3) = P(Even) P( >3/Even) / 0.75

For P(>3/ Even)  = Probability of >3 for a given even number (2,4,6) and they mentioned in the question that  “The probability of getting any even numbered face is the same”. 2 out of 3 are >3. therefore it is 2/3.

P(>3) = [(1/1.9) (2/3)] / 0.75

P(>3) = 0.468 (Option B)
edited by
Answer:
Position:
Show:

Related questions

50 50 votes
7 answers 7 answers
18.2k
18.2k views
go_editor asked Apr 23, 2016
18,220 views
A hard disk has $63$ sectors per track, $10$ platters each with $2$ recording surfaces and $1000$ cylinders. The address of a sector is given as a triple $\langle c, h, s...
57 57 votes
4 answers 4 answers
22.6k
22.6k views
go_editor asked Apr 23, 2016
22,594 views
A sub-sequence of a given sequence is just the given sequence with some elements (possibly none or all) left out. We are given two sequences $X[m]$ and $Y[n]$ of lengths ...
87 87 votes
10 answers 10 answers
43.5k
43.5k views
go_editor asked Apr 23, 2016
43,454 views
Consider the following relational schema:$\text{Suppliers}(\underline{\text{sid:integer}},\text{ sname:string, city:string, street:string})$ $\text{Parts}(\underline{\tex...
144 144 votes
10 answers 10 answers
49.2k
49.2k views
go_editor asked Apr 23, 2016
49,166 views
Frames of $1000\text{ bits}$ are sent over a $10^6$ bps duplex link between two hosts. The propagation time is $25ms$. Frames are to be transmitted into this link to maxi...