Note: When I use the double equal sign, I mean the triple bar used with modular arithmetic
10^3 = 1000 == -1 (mod 1001)
10^3 == -1 (mod 1001)
(10^3)^672 == (-1)^672 (mod 1001)
(10^(3*672) == 1 (mod 1001)
10^2016 == 1 (mod 1001)
10*10^2016 == 10*1 (mod 1001)
10^2017 == 10 (mod 1001)
Final Answer: 10
Answer:
Formula: (x^2 -h) +(y^2 -k)=r^2
The number on the right side of the = is the radius of the circle squared.
(h,k) is the center of the circle.
Answer:
(2,4)
Step-by-step explanation:
It's reflected over the y axis so it would still have the same y value but the x value will be positive instead of negative
The point is (2,4)