Ask your own question, for FREE!
Mathematics 10 Online
OpenStudy (mathmath333):

what is the quickest way to find \( \large remainder\) of \(\large\tt \begin{align} \color{black}{\dfrac{16^3+17^3-18^3+19^3}{70} }\end{align}\)

OpenStudy (perl):

you can mod 70 it

OpenStudy (mathmath333):

can u elaborate m not too familiar with mod

OpenStudy (perl):

but this may not be the quickest way

OpenStudy (perl):

mod is an operation

OpenStudy (perl):

are you familar with % in c++

OpenStudy (mathmath333):

remainder

OpenStudy (perl):

yes

OpenStudy (anonymous):

Have you covered modular arithmetic yet? If you haven't I don't think we should be doing this with mod, but if you have then you can break the expression into 4 parts and mod each of them. I'll do 16^3mod(70) as an example: 16^3mod(70) ≡ 16*16^2mod(70) ≡ 16*46mod(70) ≡ 36 The other 3 are just as easy. When you have the four parts you can add and subtract them as the original expression says then take mod(70) of that sum.

OpenStudy (mathmath333):

oh ok thnx

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!