SOLUTION: Let f(x) = x^2 + x + 2. How many integers s are there so that 1 ≤ s ≤ 99 and f(s) has remainder 1 when divided by 6?

Algebra.Com
Question 1150730: Let f(x) = x^2 + x + 2. How many integers s are there so that 1 ≤ s ≤ 99 and f(s) has remainder 1 when divided by 6?
Answer by ikleyn(52781)   (Show Source): You can put this solution on YOUR website!
.

If x = 1 mod 6 then  (x^2 + x + 2) mod 6 = (1 + 1 + 2)  mod 6 =  4 mod 6;

If x = 2 mod 6 then  (2^2 + 2 + 2) mod 6 = (4 + 2 + 2)  mod 6 =  8 mod 6 = 2 mod 6;

If x = 3 mod 6 then  (3^2 + 3 + 2) mod 6 = (9 + 3 + 2)  mod 6 = 14 mod 6 = 2 mod 6;

If x = 4 mod 6 then  (4^2 + 2 + 2) mod 6 = (16 + 4 + 2) mod 6 = 22 mod 6 = 4 mod 6;

If x = 5 mod 6 then  (5^2 + 2 + 2) mod 6 = (25 + 5 + 2) mod 6 = 32 mod 6 = 2 mod 6;

If x = 6 mod 6 then  (6^2 + 2 + 2) mod 6 = (36 + 6 + 2) mod 6 = 44 mod 6 = 2 mod 6.


Thus,  x^2 + x + 2  NEVER gives the remainder of 1 when divided by 6 for ALL integer x.    ANSWER


Solved, answered, explained and completed.



RELATED QUESTIONS

Let f(x) be a polynomial such that f(0) = 4, f(1) = 6, and f(2) = -2. Find the remainder (answered by math_tutor2020)
Please help with these questions 1. Let f (x) = 5x^2– 6 and g(x) = x – 2. (a) Find the (answered by josgarithmetic)
The cubic polynomial f(x) is such that the coefficient of x^3 is -1 and the roots of the... (answered by KMST)
Let f(x) be a polynomial. Find the remainder when f(x) is divided by x(x - 1)(x - 2), if (answered by CPhill)
a polynomial f(x) with rational coefficients leaves remainder 15 when divided by x-3 and... (answered by KMST)
Let f(x)=x-2/x-1. What is... (answered by Tatiana_Stebko)
the remainders when f(x)=x³+ax²+bx+c is divided by (x-1),(x+2) and (x-2) are respectively (answered by ikleyn)
When f(x)is divided by x-1, the remainder is -1; when it is divided by {{{x^2}}}, the... (answered by robertb)
Let C be the plane curve y=f(x) defined by the cubic function f(x)= x^3 - 4x^2 + ax + b... (answered by robertb)