Property
To evaluate a variable expression means to substitute a number for the variable in the expression and then simplify the resulting expression. When substituting negative numbers, it is often helpful to use parentheses to ensure the operations are performed correctly.
Examples
- To evaluate 3x2+5xβ1 when x=β2, substitute to get 3(β2)2+5(β2)β1. This simplifies to 3(4)β10β1=12β10β1=1.
- To evaluate (a+b)2 when a=β10 and b=7, substitute to get (β10+7)2. This simplifies to (β3)2=9.
- To evaluate 50βy when y=β15, substitute to get 50β(β15). This simplifies to 50+15=65.
Explanation
Evaluating an expression is like plugging a specific value into a template. The variable is a placeholder, and you replace it with the given number. Using parentheses, especially for negative numbers, prevents mistakes with signs and exponents.