I'm trying to solve the following equation in $\mathbb{Z^2}$ as i asked to do : $$(x+1)^2=9+5y$$ but actually this equation has more than two solutions ... what does $\mathbb{Z^2}$ stands for ?
2026-03-25 23:17:57.1774480677
On
On
How many solution this equation has?
46 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
$\mathbb{Z^2}$ denotes the set of all ordered pairs of integers, e.g. (0,0), (4,2), (-1,3), and so on.
The equation does have an infinite number of solutions. The usual way to represent an answer in this case is to give $x$ and $y$ both in terms of some number $n$ (integer of course in this case).
2
On
Solving this equation is equivalent to find perfect squares congruent with $9$ (or better, with $4$) modulo $5$, that is $$z^2\equiv 4\pmod 5$$
This modular equation has two solutions in $\Bbb Z_5$, namely $z\equiv2$ and $z\equiv3$.
So the set of solutions of the equation is $$\left\{(x,y):x=5k+r, y=\frac{(x+1)^2-9}{5},k\in\Bbb Z,r\in\{1,2\}\right\}$$
Hint: $(x+1)^2-3^2 = 5y$ or $(x+4)(x-2) = 5y$.