Property
To evaluate an expression that contains variables, substitute each variable in the expression with a given numeric value, and then find the value of the expression.
Examples
Evaluate (βb+c)β(bβc) for b=5 and c=β3: [β5+(β3)]β[5β(β3)]=β8β8=β16.
Evaluate (ab)(cab) for a=3,b=β2,c=1: [(3)(β2)][(1)(3)(β2)]=(β6)(β6)=36.
Evaluate βyby(2ab)β for a=2,b=4,y=β1: β(β1)(4)(β1)(2)(2)(4)β=4β16β=β4.
Explanation
Think of variables as empty boxes labeled 'x' or 'y'. Evaluating is just plugging the given numbers into the correct boxes. Remember to use parentheses to keep negative and subtraction signs from getting mixed up, then calculate the result!