retagged by
304 views
1 votes
1 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 expected number of equations that can be satisfied if $x_i$'s are picked uniformly and independently at random.
retagged 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
1 answer
3
admin asked Dec 15, 2022
297 views
How many minimum number of $\text{NOR}$ gates are required to implement the function $F=A^{\prime} B^{\prime} C^{\prime}+A B C^{\prime}$