Evaluating Expressions
Variables can take multiple values. The evaluation process is one of the most difficult to grasp. I will make it as simple as replacing numerical values where the variables are present. In the future, those replacements (Evaluations) will use not only numerical values but algebraic expressions.
YouTube Link

Examples
Suppose that in the following expression:
2x +1 x = 9
what is the final value of the expression? evaluating the expression
Answering this question is not more than
Substitute the x by its value as follow: 2(9)+1 = 19