In a basic encryption algorithm, a numerical value is generated using the formula . The final security key is determined by the positive remainder when is divided by . What is the value of the final security key?
- A8
- B6
- C2
- 4Cevap
Cevap
4
The correct answer is found by applying modular arithmetic rules to reduce each part of the expression modulo 12. First, , so . Second, , and since , we get . Subtracting these yields . To find the equivalent positive remainder, we add the divisor: .
Adım Adım Çözüm
Anahtar Kavram
Modular arithmetic, negative remainders, and power reduction rules.