1.3: Algebra Essentials
( \newcommand{\kernel}{\mathrm{null}\,}\)
- Evaluate and simplify algebraic expressions.
- Solve an equation
- Use a formula
So far, the mathematical expressions we have seen have involved real numbers only. In mathematics, we may see expressions such as x+5, 43πr3, or √2m3n2. In the expression x+5, 5 is called a constant because it does not vary and x is called a variable because it does. (In naming the variable, ignore any exponents or radicals containing the variable.) An algebraic expression is a collection of constants and variables joined together by the algebraic operations of addition, subtraction, multiplication, and division.
We have already seen some real number examples of exponential notation, a shorthand method of writing products of the same factor. When variables are used, the constants and variables are treated the same way.
(−3)5=(−3)×(−3)×(−3)×(−3)×(−3)⇒x5=x×x×x×x×x(2×7)3=(2×7)×(2×7)×(2×7)⇒(yz)3=(yz)×(yz)×(yz)
In each case, the exponent tells us how many factors of the base to use, whether the base consists of constants or variables.
Evaluating Algebraic Expressions
Any variable in an algebraic expression may take on or be assigned different values. When that happens, the value of the algebraic expression changes. To evaluate an algebraic expression means to determine the value of the expression for a given value of each variable in the expression. Replace each variable in the expression with the given value, then simplify the resulting expression using the order of operations. If the algebraic expression contains more than one variable, replace each variable with its assigned value and simplify the expression as before.
List the constants and variables for each algebraic expression.
- x+5
- 43πr3
- √2m3n2
Solution
Constants | Variables | |
---|---|---|
a. x+5 | 5 | x |
b. 43πr3 | 43, π | r |
c. √2m3n2 | 2 | m,n |
List the constants and variables for each algebraic expression.
- 2πr(r+h)
- 2(L+W)
- 4y3+y
- Answer
-
Constants Variables a. 2πr(r+h) 2,π r,h b. 2(L+W) 2 L, W c. 4y3+y 4 y
- x=0
- x=1
- x=12
- x=−4
Solution
- Substitute 0 for x. 2x−7=2(0)−7=0−7=−7
- Substitute 1 for x. 2x−7=2(1)−7=2−7=−5
- Substitute 12 for x. 2x−7=2(12)−7=1−7=−6
- Substitute −4 for x. 2x−7=2(−4)−7=−8−7=−15
Evaluate the expression 11−3y for each value for y.
- y=2
- y=0
- y=23
- y=−5
- Answer
-
- 5
- 11
- 9
- 26
Interactive Exercise 1.3.2
Evaluate each expression for the given values.
- x+5 for x=−5
- t2t−1 for t=10
- 43πr3 for r=5
- a+ab+b for a=11, b=−8
- √2m3+n2 for m=2, n=3
Solution
- Substitute
−5 for x. x+5=(−5)+5=0 - Substitute 10 for t. t2t−1=(10)2(10)−1=1020−1=1019
- Substitute 5 for r
. 43πr3=43π(5)3=43π(125)=5003π - Substitute 11 for a and −8 for b
. a+ab+b=(11)+(11)(−8)+(−8)=11−88−8=−85 - Substitute 2 for m and 3 for n. √2m3+n2=√2(2)3+(3)2=√2(8)+(9)=√25=5
Interactive Exercise 1.3.3
Evaluating Algebraic Expressions with Technology
Luckily, when it comes to evaluating expressions, we can trust technology with performing this task. Instead of plugging in the values and computing by hand, let's discuss how technology can be used.
In Desmos Scientific Calculator, enter the expression then press Enter and enter x= followed by the value at which the expression is being evaluated. In case there are multiple variables involved, repeat the previous step for every additional variable. Once the values for all involved variables are entered the notification will be replaced with the value of the expression. For example, evaluating 2x−7 at x=0 from part (a) of Example 1.3.2 is shown below:
In WolframAlpha, enter the expression followed by the value at which the expression is being evaluated. In case there are multiple variables involved, repeat the previous step for every additional variable. Once the values for all involved variables are entered press Enter and the value of the expression will appear among the results. For example, evaluating 2x−7 at x=0 from part (a) of Example 1.3.2 is shown below:
Evaluate each expression for the given values.
- y+3y−3 for y=5
- 7−2t for t=−2
- 13πr2 for r=11
- (p2q)3 for p=−2, q=3
- 4(m−n)−5(n−m) for m=23 n=13
- Answer
-
- 4
- 11
- 1213π
- 1728
- 3
Solving Equations
An equation is an expression that is equal to another expression. Unlike expressions, equations have an equal sign.
Examples of equations:
a) x−4=6
b) 5x−6=4x+2
c) 6x−30=0
d) x2+3x−4=0
e) 3x2−2x=−1
f) x3+x2+x+1=0
g) 2x−5>3 is not an equation but rather an inequality
A solution of an equation is any value of the variable that satisfies the equality, that is, it makes the Left-Hand Side (LHS) and the Right-Hand Side (RHS) of the equation the same value.
Solutions of equations:
a) A solution for x−4=6 is x=10 because the LHS evaluated at x=10 is 10−4=6 which is equal to the RHS.
b) A solution for 5x−6=4x+2 is x=8 because the LHS evaluated at x=8 is 5(8)−6=40−6=34 and the RHS evaluated at x=8 is 4x+2=4(8)+2=32+2=34, and they are equal!
So, given a value of x, we can check if it is a solution or not by evaluating simultaneously the LHS and RHS of an equation. If they are equal, then the value is a solution. If they are not equal, then the value is not a solution.
a) Is x=2 a solution of the equation
−4x+8+x=5−2x+1
The LHS evaluated at x=2 is −4(2)+8+2=−8+8+2=2.
The RHS evaluated at x=2 is 5−2(2)+1=5−4+1=5+(−4)+1=1+1=2.
Since they are equal, then we say that x=2 is a solution for the given equation.
b) Is x=−1 a solution of the equation
x2+4x=−3x+8
The LHS evaluated at x=−1 is (−1)2+4(−1)=1+(−4)=−3.
The RHS evaluated at x=−1 is −3(−1)+8=3+8=11.
Since −3≠11, then we say that x=−1 is not a solution for the given equation.
c) Is x=−2 a solution to
x2−2x+1=3x2+2x+1
The LHS evaluated at x=−2 is (−2)2−2(−2)+1=4+4+1=9.
The RHS evaluated at x=−2 is 3(−2)2+2(−2)+1=3⋅4−4+1=12−4+1=9. since 9=9, the LHS=RHS and x=−2 is a solution to the equation.
Check whether x=−6 is a solution of the equation
10+10x=13+6(x+1)?
- Answer
-
No, since the LHS is 10+10(−6)=−50 but the RHS is 13+6(−6+1)=−17.
Interactive Exercise 1.3.7
To solve an equation means to find all the solution(s) for that equation. The method to solve an equation depends on the kind of equation at hand. For example, we solve linear equations by isolating the variable and quadratic equations by using the quadratic formula.
Solve the equation 3x−3=2x+4 for x.
Solution
We will isolate all terms containing an x on the left side of this equation (we could just as well have chosen to isolate terms containing x on the right side of the equation). To this end, we don’t want the −3 on the left side of the equation (we want it on the right), so we add 3 to both sides of the equation and simplify.
3x−3=2x+43x−3+3=2x+4+33x=2x+7
Remember that we have chosen to isolate all terms containing x on the left side of the equation. So, for our next step, we choose to subtract 2x from both sides of the equation (this will “move” it from the right over to the left), then simplify.
3x=2x+73x−2x=2x+7−2xx=7
To check the solution, substitute x = 7 in the original equation to obtain
3x−3=2x+43(7)−3=2(7)+421−3=14+418=18
The last line is a true statement, so x=7 checks and is a solution of 3x−3=2x+4.
Solve the equation x+3=x2−2 for x.
Solution
Collect all the terms on the left side:
x2−x−5=0
Apply the quadratic formula:
x=−(−1)±√(−1)2−4⋅1⋅(−5)2=1±√212
Interactive Exercise 1.3.8
Solving Equations with Technology
Luckily, when it comes to solving equations, we can trust technology with performing this task. Instead of isolating the variable by hand or using the quadratic formula, let's discuss how technology can be used.
In Desmos Graphing Calculator, enter the expression on the left side of the equation then press Enter and enter the expression on the right side of the equation. The graphs will appear on the coordinate plane representing the sides of the equation. The x-coordinates of the points of intersection are the solutions of the equation. For example, solving the equation 3x−3=2x+4 in Example 1.3.8 is shown below:
For example, solving the equation x+3=x2−2 in Example 1.3.9 is shown below:
In WolframAlpha, enter the equation and press Enter. Along with many other things associated with the equation you will find the solution at the very bottom of the output page. For example, solving the equation 3x−3=2x+4 in Example 1.3.8 is shown below:
For example, solving the equation x+3=x2−2 in Example 1.3.9 is shown below:
The main difference between WolframAlpha and Desmos is that WolframAlpha can provide the exact solutions (in case of solving quadratic equation x+3=x2−2, x=1/2±√212) while Desmos can only do an approximation (in case of solving quadratic equation x+3=x2−2, x=−1.791 or 2.791). WolframAlpha in general is a more powerful tool but for graphing purposes, Desmos is great enough.
Using Formulas
A formula is an equation expressing a relationship between constant and variable quantities. Very often, the equation is a means of finding the value of one quantity (often a single variable) in terms of another or other quantities. In other words, a formula can be converted to an equation in one variable if the values are provided for all but one variable. One of the most common examples is the formula for finding the area A of a circle in terms of the radius r of the circle: A=πr2. For any value of r, the area A can be found by evaluating the expression πr2. On the other hand, for any value of A, the radius r can be found by solving the equation. For example, if A=6 then the quadratic equation that needs to be solved is πr2=6.
A right circular cylinder with radius r and height h has the surface area S (in square units) given by the formula S=2πr(r+h). See Figure 1.3.7. Find the surface area of a cylinder with radius 6 in. and height 9 in. Leave the answer in terms of π.

Solution
Evaluate the expression 2πr(r+h) for r=6 and h=9.
S=2πr(r+h)=2π(6)[(6)+(9)]=2π(6)(15)=180π
The surface area is 180π square inches.
A right circular cylinder with radius r and height h has the surface area S (in square units) given by the formula S=2πr(r+h). See Figure 1.3.7. Find the surface area of a cylinder with radius 2 in. and height 5 in. Leave the answer in terms of π.
- Answer
-
Evaluate the expression 2πr(r+h) for r=2 and h=5.
S=2πr(r+h)=2π(2)[(2)+(5)]=2π(2)(7)=28π
The surface area is 28π square inches.
Interactive Exercise 1.3.10
Here are some more examples of applications that come from geometry.
a) Find the perimeter of a rectangle with length 33cm and width 17cm.
P=2l+2w=2(33cm)+2(17cm)=66cm+34cm=100cm
b) Find the area of a rectangle that is 12cm long and 16cm wide.
A=l⋅w=12cm⋅16cm=192cm2
c) Find the area of a triangle with height of 20in and a base of 30in.
A=12b⋅h=1220in⋅30in=300in2
d) Find the area of a circle with radius 7cm, round your answer to the nearest tenth.
A=πr2=π(7cm)2≈3.14⋅49cm2=153.86cm2≈153.9cm2
A photograph with length L and width W is placed in a matte of width 8 centimeters (cm). The area of the matte (in square centimeters, or cm2 is found to be A=(L+16)(W+16)−L⋅W
Find the area of a matte for a photograph with length 32 cm and width 24 cm. - Find the length of a photograph with the area of a matte 1376 sq cm and width 30 cm.
- Find the width of a photograph with the area of a matte 928 sq cm and length 18 cm.

Solution
- Evaluate the expression A=(L+16)(W+16)−L⋅W for L=32 and W=24: A=(32+16)(24+16)−32⋅24=48⋅40−32⋅24=1152cm2
- Solve the equation A=(L+16)(W+16)−L⋅W for A=1376 and W=30: 1376=(L+16)(30+16)−L⋅301376=16L+736L=40cm
- Solve the equation A=(L+16)(W+16)−L⋅W for A=928 and L=18: 928=(18+16)(W+16)−18⋅W928=16W+544W=24cm
A photograph with length L and width W is placed in a matte of width 10 centimeters (cm). The area of the matte (in square centimeters, or cm2 is found to be A=(L+20)(W+20)−L⋅W
Find the area of a matte for a photograph with length 30 cm and width 20 cm. - Find the length of a photograph with the area of a matte 1600 sq cm and width 10 cm.
- Find the width of a photograph with the area of a matte 928 sq cm and length 18 cm.
- Answer
-
- Evaluate the expression A=(L+20)(W+20)−L⋅W for L=30 and W=20: A=(30+20)(20+20)−30⋅20=50⋅40−30⋅20=1400cm2
- Solve the equation A=(L+20)(W+20)−L⋅W for A=1600 and W=10: 1600=(L+20)(10+20)−L⋅101600=20L+600L=50cm
- Solve the equation A=(L+20)(W+20)−L⋅W for A=1400 and L=20: 1400=(20+20)(W+20)−20⋅W1400=20W+800W=30cm
Using Formulas with Technology
Luckily, when it comes to using formulas, we can trust technology with performing this task. Instead of plugging in the values by hand, and then evaluating an expression or solving an equation let's discuss how technology can be used.
In WolframAlpha, enter the formula, followed by the variables and their assigned values separated by comma. Once the values for all involved variables are entered press Enter and WolframAlpha will determine the value of the missing variable. For example, using the formula A=(L+20)(W+20)−L⋅W for L=30 and W=20 in part 1 of Example 1.3.11 is shown below:
Similarly, using the formula A=(L+20)(W+20)−L⋅W for A=1600 and W=10 in part 2 of Example 1.3.11 is shown below:
Finally, using the formula A=(L+20)(W+20)−L⋅W for A=1400 and L=20 in part 3 of Example 1.3.11 is shown below:
Interactive Exercise 1.3.12