-1
$\begingroup$

A six faces dice is so biased that it is twice as likely to show an even number as an odd number when thrown.It is thrown twice. What is the probability that the sum of two numbers thrown is even.

  • 1
    P = P(odd odd) + P(even even)2017-01-06

4 Answers 4

0

The sum is even if both throws are even or both odd. Since now there is a $2/3$ chance of an even number each throw, the combined probability is $(2/3)^2 + (1/3)^2 = \mathbf{5/9},$ which is more than the $(1/2)^2 + (1/2)^2 = 1/2,$ that would be expected for unbiased dice.

0

so if you make P(EVEN) = A

P(ODD) = B

A = 2B

A + B = 1 (by total probability is always 1)

so turns out A = 2/3

P = P(odd odd) + P(even even) = (1/3) x (1/3) + (2/3) x (2/3) = 5 / 9

answer 5/9

0

Exclude the cases where we have one even and one odd number. So considering the two different ordres the desired probability is $$1-\left[\left(\frac{2}{3}\right)\left(\frac{1}{3}\right)+\left(\frac{1}{3}\right)\left(\frac{2}{3}\right) \right]$$

0

P(showing even no)=2/(1+2)=2/3 P(showing odd no)=1/(1+2)=1/3 For Sum to be odd=(E+E+O)or(E+O+E)or(O+E+E)or(O+O+O) =(2/3*2/3*1/3)*3+(1/3*1/3*1/3)=13/27 this will be the answer.

  • 1
    Please, use [MathJax](https://math.meta.stackexchange.com/q/5020/288417) (i.e. LaTeX commands) for mathematical notations.2018-08-21