edited by
737 views
2 votes
2 votes

Let $X_1,X_2,X_3,X_4$ be i.i.d. random variables each assuming the value $1$ and $-1$ with probability $\dfrac{1}{2}$ each. Then, the probability that the matrix $\begin{pmatrix}X_1 &X_2\\ X_3 &X_4\end{pmatrix}$ is nonsingular equals

  1. $1/2$
  2. $3/8$
  3. $5/8$
  4. $1/4$
edited by

3 Answers

4 votes
4 votes

For matrix to be nonsingular any of these cases can occur$:$

 $X_{1}=1,X_{2}=1,X_{3}=-1,X_{4}=1$                       $ X1=-1,X2=1,X3=1,X4=1$

 $X_{1}=1,X_{2}=-1,X_{3}=1,X_{4}=1$                       $ X_{1}=-1,X_{2}=-1,X_{3}=-1,X_{4}=1$

$X_{1}=-1,X_{2}=1,X_{3}=-1,X_{4}=-1$               $ X_{1}=1,X_{2}=-1,X_{3}=-1,X_{4}=-1$

$X_{1}=-1,X_{2}=-1,X_{3}=1,X_{4}=-1 $             $X_{1}=1,X_{2}=-1,X_{3}=-1,X_{4}=-1$

each case has probability $=(\frac{1}{2})^{4} = \frac{1}{16}$

so required probability $=8\times\frac{1}{16}$ = $\frac{1}{2}$

So option $(A)$  is correct

edited by
3 votes
3 votes
$X1\times X4-X2\times X3=0$

$X1\times X2=X2\times X3$

So$,$Number of value satisfy equation is$:$

$\text{1) All 1}$

$\text{2) All -1}$

$\text{3) Even number of 1 and -1 = $\frac{4!}{2!*2!}=6$}$

Total cases are $4^{n}$ where $n=2$ as $-1$ and $1$ and $4$ because of $4$ variable

Probability will be $\frac{1+1+6}{16}=\frac{1}{2}$
edited by
0 votes
0 votes
I think answer should be 8/16 total possible sample space outcomes =16

fav outcome 8 so 8/16 as answer here
edited by

Related questions

2.0k
views
2 answers
3 votes
tathatj asked May 1, 2018
2,004 views
Let $m$ and $n$ be two integers such that $m \geq n \geq 1.$ Count the number of functions $f : \{1, 2, \ldots , n\} \to \{1, 2, \ldots , m\}$ of the following two ... $x < y, f(x) ≤ f(y).$
436
views
1 answers
3 votes
vidhyuth asked Apr 25, 2017
436 views
Read the C code given below. What would be the output of thefollowing program? Justify your answer. #include <stdio.h> int myrecurse(int a, int b){ ... has a subsequence whose sum is zero, and justify the correctness of the algorithm.
1.6k
views
4 answers
8 votes
Vikranth Inti asked Nov 23, 2015
1,643 views
How many asterisks $(*)$ in terms of $k$ will be printed by the following C function, when called as $\text{count}(m)$ where $m = 3^k \ ?$ Justify your answer.Assume that $4$ ... printf("*"); if(n>1){ count(n/3); count(n/3); count(n/3); } }
1.7k
views
2 answers
8 votes
makhdoom ghaya asked Nov 19, 2015
1,681 views
Consider the following random function of $x$F(x) = 1 + Ux + Vx^{2} \bmod 5$,where $U$ and $ ... are independent and identically distributed random variables.All of the above.None of the above.