I know how to find the number solutions of polynomials of single variable over finite field. I curious about equations with multiple variable.
2026-03-27 00:10:06.1774570206
On
What is the number of solution for $(x-1)(y-1)+(xy-1)=0$ over the finite field $\mathbb{F}_{p}$?
82 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Over $\mathbb{F}_2$, this equation becomes $x + y = 0$, which has 2 solutions.
Over $\mathbb{F}_p$ for $p > 2$, we can rewrite the equation as $$(2x - 1)(2y - 1) = 1$$ but since $x \mapsto 2x - 1$ is an invertible map $\mathbb{F}_p \to \mathbb{F}_p$, the number of solutions is the same as the number of solutions of $ab = 1$ over $\mathbb{F}_p$, which is clearly $p-1$.
This one is simple, as it defines $y$ as a homographic function of $x$ (or vice-versa).
Rewrite this equation as $$(2x-1)y=x.$$ You have two cases