Determine the remainder of $2014^{2015} \cdot 2016^{2017} + 2018^{2019}$ divided by 13.
I can't figure out how to manipulate the 2018 part to get it to some form of 13. Any suggestions?
Determine the remainder of $2014^{2015} \cdot 2016^{2017} + 2018^{2019}$ divided by 13.
I can't figure out how to manipulate the 2018 part to get it to some form of 13. Any suggestions?
2014 is $(-1)$ modulo 13. 2016 is 1 modulo 13. 2018 is 3 modulo 13, but then $2018^3$ is $3^3$ which is 27 which is 1 modulo 13. After this, you can work with the powers very easily, just remember to take the third power of 2018 into account.