First of all i have created a sequence of remainder of an expression just like below
- $33^{1}$ 33% 7 =5(remainder)
- $33^{2}$ 5*33% 7 =5*5%7=25%7=4(remainder)
- $33^{3} $ 4*33% 7 =4*5%7=20%7=6(remainder)
- $33^{4}$ 6*33% 7 =6*5%7=30%7=2(remainder)
- $33^{5} $ 2*33% 7 =2*5%7=10%7=3(remainder)
- $33^{6} $ 3*33% 7 =3*5%7=15%7=1(remainder)
Then I turned an expression ${{33}^{34}}^{35}$
into ${33}^{{34}*{35}}$ which is ${33}^{1190}$ .
${33}^{1190}$ $\div$ 7
= ${{33}^{6}}^{198}$ $*$ 33
$*$ 33
$\div$7
=1
$*$ 5$*$ 5
$\div$7
=25
$\div$7=4
(remainder).
indeed the remainder would be 4
but answer for the same question in the book is 2
.
so clarify this if i m correct or wrong.