Elliot W. answered 10/06/20
Professional Software Engineer, Tutor, Degree in Computer Science
"a number": x
"the sum of eighteen and five": 18 + 5
"the sum of eighteen and five times a number": 18 + 5 * x
"... is the same as twice the number": ... = 2 * x
"the sum of eighteen and five times a number is the same as twice the number": 18 + 5 * x = 2 * x
So we solve for x.
So, our final answer is "the number is 6".