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:
Cubic
Step-by-step explanation:
A cubic polynomial has a highest degree of 3.
In this polynomial, we see "q^3" meaning that q is raised to the 3rd power, making this a cubic polynomial.
Hope this helps!
Answer:
(-3, 4).
Step-by-step explanation:
When f(x) becomes f(x + 1), all that is happening is that the y-value increases by 1.
So, (-3, 3) becomes (-3, 3 + 1). That is (-3, 4).
Hope this helps!