Assuming p=71 for all below problems.
- Find the elements in a finite field that are congruent to the following values:
- -1 ≅ 70 (since -1 mod 71 = 70 and 70-(-1) = 71, 71 % 71 == 0;
- -4 ≅ 67. 67 - (-4) = 71;
- -160 ≅ 53;
- 500 ≅ 429.
Assuming p=71 for all below problems.