420 views
0 0 votes

Let X be uniform random variable on [0,4] and Y be uniform random variable on [0,1]. If X and Y are independent, then P(max [X,Y] > 3) is equal to: 

 

  1. 1 / 4
  2. 1 / 2
  3. 1 / 8 
  4. 1

1 Answer

0 0 votes

Firstly, as the range in an interval is provided, it mean s it's a continuous random variable..
(Consider them like intervals... 4 in X and 1 in Y)...

Now, we kniw that in Y there's no possible outcome to be greater than 3..

So, P(max(x,y)>3) =(1 - P(x<=3) * P(y<=3)) = 1 - (3/4) * 1 = 1/4... 

Also can be calculated as...
P(max(x,y)>3) = P(x>3) * P(y<=x | x>3) = 1/4 * 1 = 1/4..

So, Option A = 1/4 is correct

Position:
Show:

Related questions

1 1 vote
1 answers 1 answer
2.3k
2.3k views
habedo007 asked Aug 30, 2018
2,313 views
The function $f(x)=\frac{x^2 -1}{x-1}$ at $x=1$ is:Continuous and Differentiable Continuous but not DifferentiableDifferentiable but not ContinuousNeither Continuous nor ...
0 0 votes
1 1 answer
697
697 views
rapidxy asked Dec 14, 2021
697 views
Let $C(n,r)= \binom{n}{r}$.The value of $\sum_{k=0}^{20}(2k+1)C(41,2k+1)$ is :A)40(2)^40 B)40(2)^39C)41(2)^40D)41(2)^39
1 1 vote
0 0 answers
632
632 views
rsansiya111 asked Dec 6, 2021
632 views
If a hash table is implemented asa search tree, the expected time required to enter n names and make m searches is proportional to: (n + m) $log_{2} n$(n + m) $log_{2} m$...
0 0 votes
0 0 answers
383
383 views
rsansiya111 asked Dec 6, 2021
383 views
Consider a relation R with attributes {A,B,C} and functional dependency set S ={A → B, A → C}. Then relation R can be decomposed into two relations: R1{A,B} AND R2{A,C}R...