$$(1 + 195) \pmod 7 \equiv \quad ?$$
How would I get the answer? Because when I divide $196 / 7$ I get $28$ which is not a decimal to multiply by $7$.
$$(1 + 195) \pmod 7 \equiv \quad ?$$
How would I get the answer? Because when I divide $196 / 7$ I get $28$ which is not a decimal to multiply by $7$.
195 mod 7 is 6, and 1 mod 7 is 1
which means the sum is 7 mod 7 = 0
you recieve 28 which is 0 mod 7, which is the answer