Exactly correct. I was nice in the second one choosing a small exponent so people can find it without to much effort.
how did your computer tell you, what did you use?
Exactly correct. I was nice in the second one choosing a small exponent so people can find it without to much effort.
how did your computer tell you, what did you use?
$ python
>>> pow(50,300000000003,221)
135
I also used a python script to find the second value.
I did try a few online resources and they were unable to compute it. Good to now that basic python knows how to simplify these calculations.