You can put this solution on YOUR website! Twice the number increased by 1 is less than 3 times the number.
2n + 1 < 3n
2n - 3n < -1
-n < -1
Multiply both sides by -1, this reverses the inequality sign
n > 1
:
The number is greater than 1
;
Check it out with n=2, in the original equation:
2(2) + 1 < 3(2)
5 < 6, which is true