Using congruences, I seek to prove two things:
1) $x^2 - 4y^2 = 3$ has no solutions in integers $x,y,z$.
I think this can be done using modulo 4? How so?
2) $3x^3 - 7y^3 + 21 z^3 = 2$ has no solutions in integers $x,y,z$.
Not sure how to attack this one...
Your first equation is $x^2 - 4y^2 =3$. Mod 4, this is asking for solutions to $x^2 =3$ mod $4$. Checking with $x= 0,1,2,3$ shows that there are no solutions because $0^2 = 0 , 1^2 = 1,2^2 =0, 3^2 = 1$.
For the second one if you work mod 7, then the equation becomes $3x^3 = 2$. Trying this with $x = 0, \ldots 6$ shows that there are no solutions so you are done.