Final answer:
To perform the additions in the given elliptic curve group modulo 17, we substitute the given coordinates into the curve equation and calculate the result. The first addition yields the point (14,11), and the second addition yields the point (6,6).
Step-by-step explanation:
In order to perform the additions in the given group of the curve, we need to substitute the given coordinates into the curve equation and calculate the result modulo 17. Let's calculate each addition:
1. (2,7) + (5,2)
Substituting the coordinates into the equation:
y2 ≡ x3 + 2x + 2 mod 17
For the first point (2,7):
72 ≡ 23 + 2(2) + 2 mod 17
49 ≡ 8 + 4 + 2 ≡ 14 mod 17
For the second point (5,2):
22 ≡ 53 + 2(5) + 2 mod 17
4 ≡ 125 + 10 + 2 ≡ 11 mod 17
So, the result of the addition (2,7) + (5,2) is the point (14,11).
2. (3,6) + (3,6)
Substituting the coordinates into the equation:
y2 ≡ x3 + 2x + 2 mod 17
For the first point (3,6):
62 ≡ 33 + 2(3) + 2 mod 17
36 ≡ 27 + 6 + 2 ≡ 6 mod 17
For the second point (3,6):
62 ≡ 33 + 2(3) + 2 mod 17
36 ≡ 27 + 6 + 2 ≡ 6 mod 17
So, the result of the addition (3,6) + (3,6) is the point (6,6).