
Nicholas S. answered 09/20/18
Tutor
5
(1)
Robotics Software Engineer
Twice (2) a number (n) increased (+) by 4 (4) is at least (>=) 10 (10) more than the number (n)
2n+4 >= 10 + n
2n+4 >= 10 + n
Solve for n, but make sure you remember the rules when dealing with inequalities.