edited by
328 views
2 votes
2 votes

Let $\oplus$ sign denote bitwise addition modulo $2$. Let $n$ and $m$ be integers.

Consider the set of $m$ equations on $n$ variables as follows.

\[\begin{array}{l}
a_{1,1} x_{1} \oplus a_{1,2} x_{2} \oplus \ldots \oplus a_{1, n} x_{n}=b_{1} \\
a_{2,1} x_{1} \oplus a_{2,2} x_{2} \oplus \ldots \oplus a_{2, n} x_{n}=b_{2} \\
\vdots \\
a_{i, 1} x_{1} \oplus a_{i, 2} x_{2} \oplus \ldots \oplus a_{i, n} x_{n}=b_{i} \\
\vdots \\
a_{m, 1} x_{1} \oplus a_{m, 2} x_{2} \oplus \ldots \oplus a_{m, n} x_{n}=b_{i} \\
\end{array}\]

where $a_{i, j}$'s (for $1 \leq i \leq m, 1 \leq j \leq n, b_{i}$'s (for all $1 \leq i \leq m$, and $x_{k}$'s (for all $1 \leq k \leq n$ ) take values in $\{0,1\}$.

  1. What is the probability of satisfying equation $a_{1,1} x_{1} \oplus a_{1,2} x_{2} \oplus \ldots \oplus$ $a_{1, n} x_{n}=b_{1}$ if all $x_{i}$'s are picked uniformly and independently at random from $\{0,1\}$.
edited by

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2
admin asked Dec 15, 2022
333 views
Simplify the Boolean function $F=W^{\prime} X^{\prime} Y^{\prime}+W X^{\prime} Y^{\prime}+W^{\prime} X Y Z^{\prime}+X^{\prime} Y Z^{\prime}$
1 votes
1 votes
0 answers
3
admin asked Dec 15, 2022
308 views
Consider rolling of a dice experiment. Let $\text{A}$ be the event of getting an even number and $\mathrm{B}$ be the event of getting a prime number. Write the sets repre...
1 votes
1 votes
1 answer
4
admin asked Jan 26, 2023
470 views
Consider rolling of a dice experiment. Let $\text{A}$ be the event of getting an even number and $\mathrm{B}$ be the event of getting a prime number. Write the sets repre...