The correct option is
D 4The option d is correct.
Rem[323232/7]=Rem[43232/7]
Now, we need to observe the pattern
41 when divided by 7, leaves a remainder of 4
42 when divided by 7, leaves a remainder of 2
43 when divided by 7, leaves a remainder of 1
And then the same cycle of 4,2, and 1 will continue.
If a number is of the format of 4(3k+1), it will leave a remainder of 4
If a number is of the format of 4(3k+2), it will leave a remainder of 2
If a number is of the format of 4(3k), it will leave a remainder of 1
The number given to us is 43232
Let us find out Rem[Power / Cyclicity] to find out if it 4(3k+1) or4(3k+2). We can just look at it and say that it is not 43k
Rem[3232/3]=Rem[(−1)32/3]=1
=> The number is of the format 4(3k+1)
=> Rem[43232/7]=4