Answer:
The Answer is c: 4x5 + x3 + 2x2 – 3
Step-by-step explanation:
use 9*3x+9*6
27x+54
so the answer is A
1
Remainder if 7*7*7... 124 times is divided by 4
The remainder when (7^124) / 4
Using python console:
a = 7**124
b = 4
c = a%b
print(c)
Output = 1
Hence, the remainder when 7^124 is divided by 4 is 1