• edited by
6,742 views
9 9 votes

Let $P(E)$ denote the probability of the occurrence of event $E$. If $P(A)= 0.5$ and $P(B)=1$ then the values of $P(A|B)$ and $P(B|A)$ respectively are

  1. $0.5, 0.25$
  2. $0.25, 0.5$
  3. $0.5, 1$
  4. $1, 0.5$

1 Answer

Best answer
12 12 votes

P(A)= 0.5

P(B)=1

Here there is no dependency in event A and B. 
So  P(A $\cap$ B) = P(A) * P(B)

P(A/B)= probability of occurrence  of event A when B has already occurred

            = P(A $\cap$ B) / P(B) 

            = (0.5 * 1) /1 = 0.5

P(B/A)= probability of occurrence  of event B when A  has already occurred 

            = P(B $\cap$ A) / P(A) 

            = (1 * 0.5) / 0.5 =  1

Ans- C

         

• edited by
Answer:
Position:
Show:

Related questions

7 7 votes
2 answers 2 answers
3.5k
3.5k views
Misbah Ghaya asked May 13, 2016
3,489 views
The number of elements in the power set of the set {{A, B}, C} is$7$$8$$3$$4$
5 5 votes
2 answers 2 answers
8.7k
8.7k views
Misbah Ghaya asked Apr 27, 2016
8,652 views
Which of the following number of nodes can form a full binary tree?8151413
12 12 votes
4 answers 4 answers
11.3k
11.3k views
Misbah Ghaya asked Apr 25, 2016
11,345 views
Let $A(1:8, -5:5, -10:5)$ be a three dimensional array. How many elements are there in the array $A$?$1200$$1408$$33$$1050$
32 32 votes
3 answers 3 answers
15.3k
15.3k views
gatecse asked Sep 21, 2014
15,294 views
Let $f(x)$ be the continuous probability density function of a random variable $x$, the probability that $a < x \leq b$, is :$f(b-a)$$f(b) - f(a)$$\int\limits_a^b f(x) dx...