6.1: Evaluating Algebraic Expressions (2024)

In this section we will evaluate algebraic expressions for given values of the variables contained in the expressions. Here are some simple tips to help you be successful.

Tips for Evaluating Algebraic Expressions

  1. Replace all occurrences of variables in the expression with open parentheses. Leave room between the parentheses to substitute the given value of the variable.
  2. Substitute the given values of variables in the open parentheses prepared in the first step.
  3. Evaluate the resulting expression according to the Rules Guiding Order of Operations.

Let's begin with an example.

Example 1

Evaluate the expression \(x^2 − 2xy + y^2\) at \(x = −3\) and \(y = 2\).

Solution

Following “Tips for Evaluating Algebraic Expressions,” first replace all occurrences of variables in the expression x2 − 2xy + y2 with open parentheses.

\[ x^2 -2xy + y^2 = ( ~ )^2 -2(~)(~) + ( ~ )^2 \nonumber\nonumber \]

Secondly, replace each variable with its given value, and thirdly, follow the “Rules Guiding Order of Operations” to evaluate the resulting expression.

\[ \begin{aligned} x^2 -2xy + y^2 ~ & \textcolor{red}{ \text{ Original expression.}} \\ =( \textcolor{red}{-3} )^2 -2 ( \textcolor{red}{-3})( \textcolor{red}{2}) + (\textcolor{red}{2})^2 ~ & \textcolor{red}{ \text{ Substitute } -3 \text{ for } x \text{and 2 for }y.} \\ =9-2(-3)(2)+4 ~ & \textcolor{red}{ \text{ Evaluate exponents first.}} \\ = 9-(-6)(2)+4 ~ & \textcolor{red}{ \text{ Left to right, multiply } 2(-3)=-6.} \\ =9-(-12)+4 ~ & \textcolor{red}{ \text{ Left to right, multiply: } (-6)(2) = -12.} \\ = 9 + 12 + 4 ~ & \textcolor{red}{ \text{ Add the opposite.}} \\ = 25 ~ & \textcolor{red}{ \text{ Add.}} \end{aligned}\nonumber \]

Exercise

If x = −2 and y = −1, evaluate x3y3.

Answer

−7

Example 2

Evaluate the expression (ab)2 If a = 3 and b = −5, at a = 3 and b = −5.

Solution

Following “Tips for Evaluating Algebraic Expressions,” first replace all occurrences of variables in the expression (ab)2 with open parentheses.

\[ (a-b)^2 = (()-())^2\nonumber \]

Secondly, replace each variable with its given value, and thirdly, follow the “Rules Guiding Order of Operations” to evaluate the resulting expression.

\[ \begin{aligned} (a-b)^2 = (( \textcolor{red}{3})-( \textcolor{red}{-5}))^2 ~ & \textcolor{red}{ \text{ Substitute 3 for } a \text{ and } -5 \text{ for } b.} \\ = (3+5)^2 ~ & \textcolor{red}{ \text{ Add the opposite: } (3)-(-5)=3+5} \\ = 8^2 ~ & \textcolor{red}{ \text{ Simplify inside parentheses: } 3+5 = 8} \\ =64 ~ & \textcolor{red}{ \text{ Evaluate exponent: } 8^2 = 64} \end{aligned}\nonumber \]

Exercise

If a = 3 and b = −5, evaluate a2b2.

Answer

−16

Example 3

Evaluate the expression |a|−|b| at a = 5 and b = −7.

Solution

Following “Tips for Evaluating Algebraic Expressions,” first replace all occurrences of variables in the expression |a|−|b| with open parentheses.

\[ |a| - |b| = |( ~ )| - |( ~ )|\nonumber \]

Secondly, replace each variable with its given value, and thirdly, follow the “Rules Guiding Order of Operations” to evaluate the resulting expression.

\[ \begin{aligned} |a| - |b| = |( \textcolor{red}{5} )| = |( \textcolor{red}{-7})| ~ & \textcolor{red}{ \text{ Substitute 5 for } a \text{ and } -7 \text{ for } b.} \\ = 5 - 7 ~ & \textcolor{red}{ \text{ Absolute values first: } |(5)| = 5 \text{ and } |(-7)|=7|} \\ =5+(-7) ~ & \textcolor{red}{ \text{ Add the opposites: } 5 - 7 = 5+(-7).} \\ =-2 ~ & \textcolor{red}{ \text{ Add: } 5+(-7)=-2.} \end{aligned}\nonumber \]

Exercise

If a = 5 and b = −7, evaluate 2|a| − 3|b|.

Answer

−11

Example 4

Evaluate the expression |ab| at a = 5 and b = −7.

Solution

Following “Tips for Evaluating Algebraic Expressions,” first replace all occurrences of variables in the expression |ab| with open parentheses.

\[ |a-b| = |(~)-(~)|\nonumber \]

Secondly, replace each variable with its given value, and thirdly, follow the “Rules Guiding Order of Operations” to evaluate the resulting expression.

\[ \begin{aligned} |a-b| = |( \textcolor{red}{5})-( \textcolor{red}{-7})| ~ & \textcolor{red}{ \text{ Substitute 5 for } a \text{ and } -7 \text{ for } b.} \\ = |5+7| ~ & \textcolor{red}{ \text{ Add the opposite: } 5-(-7)=5+7.} \\ =|12| ~ & \textcolor{red}{ \text{ Add: } 5+7=12.} \\ =12 ~ & \textcolor{red}{ \text{ Take the absolute value: } |12| = 12.} \end{aligned}\nonumber \]

Example 5

Evaluate the expression

\[ \frac{ad-bc}{a+b}\nonumber \]

at a = 5, b = −3, c = 2, and d = −4.

Solution

Following “Tips for Evaluating Algebraic Expressions,” first replace all occurrences of variables in the expression with open parentheses.

\[ \frac{ad-bc}{a+b} = \frac{(~)(~)-(~)(~)}{(~)+(~)}\nonumber \]

Secondly, replace each variable with its given value, and thirdly, follow the “Rules Guiding Order of Operations” to evaluate the resulting expression.

\[ \begin{aligned} \frac{ad-bc}{a+b} = \frac{( \textcolor{red}{5}) -( \textcolor{red}{-3}) ( \textcolor{red}{2})}{( \textcolor{red}{5}) + ( \textcolor{red}{-3})} ~ & \textcolor{red}{ \text{ Substitute: } 5 \text{ for } a,~ -3 \text{ for } b,~ 2 \text{ for } c,~ -4 \text{ for } d.} \\ = \frac{-20-(-6)}{2} ~ & \begin{aligned} \textcolor{red}{ \text{ Numerator: } (5)(=4)=-20,~ (-3)(2) = -6.} \\ \textcolor{red}{ \text{ Denominator: } 5+(-3)=2.} \end{aligned} \\ = \frac{-20+6}{2} ~ & \textcolor{red}{ \text{ Numerator: Add the opposite.}} \\ = \frac{-14}{2} ~ & \textcolor{red}{ \text{ Numerator: } -20+6=-14.} \\ = -7 ~ & \textcolor{red}{ \text{Divide.}} \end{aligned}\nonumber \]

Exercise

If a = −7, b = −3, c = −15, 15, and d = −14, evaluate:

\[\frac{a^2+b^2}{c+d}\nonumber \]

Answer

−2

Example 6

Pictured below is a rectangular prism.

6.1: Evaluating Algebraic Expressions (1)

The volume of the rectangular prism is given by the formula

\[V=LWH,\nonumber \]

where L is the length, W is the width, and H is the height of the rectangular prism. Find the volume of a rectangular prism having length 12 feet, width 4 feet, and height 6 feet.

Solution

Following “Tips for Evaluating Algebraic Expressions,” first replace all occurrences of of L, W, and H in the formula

\[ V = LWH\nonumber \]

with open parentheses.

\[V = (~)(~)(~)\nonumber \]

Next, substitute 12 ft for L, 4 ft for W, and 6 ft for H and simplify.

\[ \begin{aligned} V = (12 \text{ft})(4 \text{ft})(6 \text{ft}) \\ = 288 \text{ft}^3 \end{aligned}\nonumber \]

Hence, the volume of the rectangular prism is 288 cubic feet.

Exercise

The surface area of the prism pictured in this example is given by the following formula:

\[S = 2(W H + LH + LW) \nonumber \]

If L = 12, W = 4, and H = 6 feet, respectively, calculate the surface area.

Answer

288 square feet

Exercises

In Exercises 1-12, evaluate the expression at the given value of x.

1. −3x2 − 6x + 3 at x = 7

2. 7x2 − 7x + 1 at x = −8

3. −6x − 6 at x = 3

4. 6x − 1 at x = −10

5. 5x2 + 2x + 4 at x = −1

6. 4x2 − 9x + 4 at x = −3

7. −9x − 5 at x = −2

8. −9x + 12 at x = 5

9. 4x2 + 2x + 6 at x = −6

10. −3x2 + 7x + 4 at x = −7

11. 12x + 10 at x = −12

12. −6x + 7 at x = 11

In Exercises 13-28, evaluate the expression at the given values of x and y.

13. |x|−|y| at x = −5 and y = 4

14. |x|−|y| at x = −1 and y = −2

15. −5x2 + 2y2 at x = 4 and y = 2

16. −5x2 − 4y2 at x = −2 and y = −5

17. |x|−|y| at x = 0 and y = 2

18. |x|−|y| at x = −2 and y = 0

19. |x − y| at x = 4 and y = 5

20. |x − y| at x = −1 and y = −4

21. 5x2 − 4xy + 3y2 at x = 1 and y = −4

22. 3x2 + 5xy + 3y2 at x = 2 and y = −1

23. |x − y| at x = 4 and y = 4

24. |x − y| at x = 3 and y = −5

25. −5x2 − 3xy + 5y2 at x = −1 and y = −2

26. 3x2 − 2xy − 5y2 at x = 2 and y = 5

27. 5x2 + 4y2 at x = −2 and y = −2

28. −4x2 + 2y2 at x = 4 and y = −5

In Exercises 29-40, evaluate the expression at the given value of x.

29. \( \frac{9+9x}{−x}\) at x = −3

30. \( \frac{9 − 2x}{−x}\) at x = −1

31. \(\frac{−8x + 9}{−9 + x}\) at x = 10

32. \(\frac{2x + 4}{1 + x}\) at x = 0

33. \(\frac{−4+9x}{7x}\) at x = 2

34. \(\frac{−1 − 9x}{x}\) at x = −1

35. \(\frac{−12 − 7x}{x}\) at x = −1

36. \(\frac{12 + 11x}{3x}\) at x = −6

37. \(\frac{6x − 10}{5}\) + x at x = −6

38. \(\frac{11x + 11}{−4}\) + x at x = 5

39. \(\frac{10x + 11}{5}\) + x at x = −4

40. \(\frac{6x + 12}{−3}\) + x at x = 2

41. The formula

\[d=16t^2\nonumber \]

gives the distance (in feet) that an object falls from rest in terms of the time t that has elapsed since its release. Find the distance d (in feet) that an object falls in t = 4 seconds.

42. The formula

\[d = 16t^2\nonumber \]

gives the distance (in feet) that an object falls from rest in terms of the time t that has elapsed since its release. Find the distance d (in feet) that an object falls in t = 24 seconds.

43. The formula

\[C = \frac{5(F − 32)}{9}\nonumber \]

gives the Celcius temperature C in terms of the Fahrenheit temperature F. Use the formula to find the Celsius temperature (◦ C) if the Fahrenheit temperature is F = 230◦ F.

44. The formula

\[C = \frac{5(F − 32)}{9}\nonumber \]

gives the Celcius temperature C in terms of the Fahrenheit temperature F. Use the formula to find the Celsius temperature (C) if the Fahrenheit temperature is F = 95 F.

45. The Kelvin scale of temperature is used in chemistry and physics. Absolute zero occurs at 0 K, the temperature at which molecules have zero kinetic energy. Water freezes at 273 K and boils at K = 373 K. To change Kelvin temperature to Fahrenheit temperature, we use the formula

\[F = \frac{9(K − 273)}{5} + 32.\nonumber \]

Use the formula to change 28K to Fahrenheit.

46. The Kelvin scale of temperature is used in chemistry and physics. Absolute zero occurs at 0 K, the temperature at which molecules have zero kinetic energy. Water freezes at 273 K and boils at K = 373 K. To change Kelvin temperature to Fahrenheit temperature, we use the formula

\[F = \frac{9(K − 273)}{5} + 32.\nonumber \]

Use the formula to change 248 K to Fahrenheit.

47. A ball is thrown vertically upward. Its velocity t seconds after its release is given by the formula

\[v = v0 − gt,\nonumber \]

where v0 is its initial velocity, g is the acceleration due to gravity, and v is the velocity of the ball at time t. The acceleration due to gravity is g = 32 feet per second per second. If the initial velocity of the ball is v0 = 272 feet per second, find the speed of the ball after t = 6 seconds.

48. A ball is thrown vertically upward. Its velocity t seconds after its release is given by the formula

\[v = v_0 − gt,\nonumber \]

where v0 is its initial velocity, g is the acceleration due to gravity, and v is the velocity of the ball at time t. The acceleration due to gravity is g = 32 feet per second per second. If the initial velocity of the ball is v0 = 470 feet per second, find the speed of the ball after t = 4 seconds.

49. Even numbers. Evaluate the expression 2n for the following values:

i) n = 1

ii) n = 2

iii) n = 3

iv) n = −4

v) n = −5

vi) Is the result always an even number? Explain.

50. Odd numbers. Evaluate the expression 2n + 1 for the following values:

i) n = 1

ii) n = 2

iii) n = 3

iv) n = −4

v) n = −5

vi) Is the result always an odd number? Explain.

Answers

1. −186

3. −24

5. 7

7. 13

9. 138

11. −134

13. 1

15. −72

17. −2

19. 1

21. 69

23. 0

25. 9

27. 36

29. −6

31. −71

33. 1

35. 5

37. 46

39. −29

41. 256 feet

43. 110 degrees

45. −409 F

47. 80 feet per second

49.

i) 2

ii) 4

iii) 6

iv) −8

v) −10

vi) Yes, the result will always be an even number because 2 will always be a factor of the product 2n.

6.1: Evaluating Algebraic Expressions (2024)

FAQs

How do you evaluate algebraic expression? ›

To evaluate an algebraic expression means to find the value of the expression when the variable is replaced by a given number. To evaluate an expression, we substitute the given number for the variable in the expression and then simplify the expression using the order of operations.

How to evaluate expressions step by step? ›

Steps to Evaluate and Simplify Algebraic Expressions
  1. Step 1: Obtain the value of variables involved in the expression.
  2. Step 2: Substitute the numerical value for each variable wherever they appear in the expression.
  3. Step 3: Simplify the arithmetic expression obtained by using the rules of the order of operations.

How to evaluate expressions in 7th grade? ›

An expression can combine arithmetic operations with numbers, letters, or both. Letters are used to represent variables. To evaluate an expression, find the value of the expression by replacing each variable in the expression with a given number. Two expressions are equivalent if they represent the same amount.

How do you evaluate an algebraic function? ›

Evaluating a function means finding the value of f(x) =… or y =… that corresponds to a given value of x. To do this, simply replace all the x variables with whatever x has been assigned.

How do you evaluate an expression explain it with example? ›

To evaluate algebraic expressions, begin by substituting, or replacing, each variable in the expression with the given value of the variable. For example, if an expression is x 2 + 2 y and it is given that and , then substitute the given values of the variables as follows: ( 2 ) 2 + 2 ( 3 ) .

What is an example of an algebraic expression? ›

An algebraic expression is a mathematical phrase that includes variables, constants, coefficients, and algebraic operations. For example, 5x2+6xy−c is an algebraic expression. Unlike algebraic equations, algebraic expressions do not have equal signs.

What is an example of evaluate in math? ›

In simpler words, if you're given a mathematical expression such as '5x – 3' and you're asked to evaluate it for 'x = 2', you'll substitute '2' in place of 'x' in the expression and simplify it. The result, in this case, will be '7'.

What is the order of evaluation of expressions? ›

Order of evaluation of any part of any expression, including order of evaluation of function arguments is unspecified (with some exceptions listed below). The compiler can evaluate operands and other subexpressions in any order, and may choose another order when the same expression is evaluated again.

What have you learned in evaluating algebraic expressions? ›

In summary, evaluating algebraic expressions is when you substitute a number for each variable and then solve the expression. Usually, the trickiest part is remembering the order of operations. For this, we use PEMDAS. This stands for parentheses, exponents, multiplication, division, addition and subtraction.

How do you evaluate algebraic identities? ›

Here we can substitute the values on either side of the equals to sign and try to obtain the same answer on both sides. Another method is to solve algebraically to verify the algebra identity by manipulating and simplifying the left-hand side of the equation, to obtain the right-hand side of the equation.

How do you verify the result of an algebraic expression? ›

We can try to get the same answer on both sides by substituting the values on either side of the equals sign. Another way is to validate the algebra identity by manipulating and simplifying the left-hand side of the equation to produce the right-hand side.

How do you write an evaluate expression? ›

To evaluate algebraic expressions, begin by substituting, or replacing, each variable in the expression with the given value of the variable. For example, if an expression is x 2 + 2 y and it is given that and , then substitute the given values of the variables as follows: ( 2 ) 2 + 2 ( 3 ) .

How to write and evaluate an algebraic expression that represents the situation? ›

An algebraic expression can be written to represent a problem situation. To evaluate an algebraic expression, a specific value for each variable is substituted in the expression, and then all the calculations are completed using the order of operations to get a single value.

Top Articles
Latest Posts
Article information

Author: Clemencia Bogisich Ret

Last Updated:

Views: 5896

Rating: 5 / 5 (80 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.