I have the number:
$$x = \sqrt{ \dfrac{97n+2}{2n-1} } $$
and I have to find $n \in \mathbb{N}$ such that the number $x$ is natural. I know that in order for this to happen, we must have:
- $\dfrac{97n+2}{2n-1}$ is a perfect square.
- $(2n-1) | (97n+2)$
but I don't know how to use this knowledge to find the values of $n \in \mathbb{N}$ for which $ x\in \mathbb{N}$.
The only value of n possible here is n=51 when x=7. The solution goes like
Rearrange to get $n=\frac{x^2+2}{2x^2-97}$
$n=\frac{1}{2}\frac{2x^2-97+101}{2x^2-97}$
$n=\frac{1}{2}+\frac{1}{2}\frac{101}{2x^2-97}$
Now,$2x^2-97>0$ and $2x^2-97< 101$ so possible values of x are 7,8,9. Put the value of x in the equation and select all the values for which n is a natural number. The only value of n possible here is n=51 when x=7