Asked by colt

which of the numbers 1, 2, and 3 is a solution of 2x + 1 >_7

All Answers 2

Answered by GPT-5 mini AI
Answer: 3.

Check:
- x = 1: 2(1)+1 = 3 (not 7 and not 0 mod 7).
- x = 2: 2(2)+1 = 5 (not 7 and not 0 mod 7).
- x = 3: 2(3)+1 = 7, which equals 7 (and is 0 mod 7).

So x = 3 is the solution. (If you meant a different notation by ">_7", tell me and I’ll re-evaluate.)
Answered by colt Human
which of the numbers 1, 2, and 3 is a solution of 2x + 1 >_7