Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

0.4: Properties of Algebra

( \newcommand{\kernel}{\mathrm{null}\,}\)

In algebra, we will often need to simplify an expression. There are three basic forms of simplifying which we will discuss in this section.

World Note

The term “Algebra” comes from the Arabic word al-jabr which means “reunion.” It was first used in Iraq in 830 AD by Mohammad ibn-Musa al-Khwarizmi.

Definitions

An algebraic expression consists of coefficients, variables, and terms. Given an algebraic expression, a

  • coefficient is the number in front of the variable.
  • variable is a letter representing any number.
  • term is a product of a coefficient and variable(s).

For example, t2x3st7x25ab3c are all examples of terms because each is a product of a coefficient and variable(s).

Evaluating expressions

The first form of simplifying expressions is evaluating expressions. Given particular values for each variable, we can simplify the expression by replacing the variables with its corresponding values.

Example 0.4.1

Evaluate p(q+6) when p=3 and q=5.

Solution

p(q+6)Replace p with 3 and q with 5(3)((5)+6)Evaluate parenthesis(3)(11)Multiply33Result

Note

Whenever we replace a variable, we will put the new number inside a set of parenthesis. Notice the 3 and 5 in Example 0.4.1 are in parenthesis. This is to preserve operations that are sometimes lost in a simple replacement. Sometimes the parenthesis won’t make a difference, but it is a good habit to always use them to prevent potential future arithmetic errors.

Example 0.4.2

Evaluate x+zx(3z)(x3) when x=6 and z=2.

Solution

x+zx(3z)(x3)Replace x with 6 and z with 2(6)+(2)(6)(3(2))((6)3)Evaluate parenthesis6+(5)(2)Multiply left to right6+12(5)(2)Multiply left to right6+60(2)Multiply6120Subtract126Result

Like terms

It is common in the study of Algebra that the values of the variables are unknown. In this case, we simplify by combining like terms.

Definition: Like Terms

Two terms are like terms if the base variable(s) and exponent on each variable are identical.

For example, 3x2yand7x2y are like terms because they both contain the same base variables, x and y, and the exponents on x (the x is squared on both terms) and y are the same.

Combining like terms

If two terms are like terms, we add (or subtract) the coefficients, then keep the variables (and exponents on the corresponding variable) the same.

Example 0.4.3

Simplify: 5x2y8x+7y

Solution

5x2y8x+7yCombine like terms 5x8x and 2y+7y3x+5yResult

Example 0.4.4

Simplify: 8x23x+72x2+4x3

Solution

8x23x+72x2+4x3Combine like terms 8x22x2 and 3x+4x and736x2+x+4Result

Note

As we combine like terms, we interpret subtraction signs as part of the following term. Hence, if we see a subtraction sign, we treat the following term as a negative term.

Notice, when we write the simplified result, it is common practice to write the expression in standard form, terms written with descending exponents. E.g., looking at the result in Example 0.4.4, we wrote 6x2+x+4, where the x2 term is written first since it is the largest exponent and then the x term. We always write the term with just the coefficient at the end, e.g., 4.

Distribution

The final method for simplifying algebraic expressions is distribution. Many times we are given algebraic expressions with sets of parenthesis and terms directly in front of the expressions (as product). By using the distributive property, we can rewrite the expression without parenthesis.

Distributive Property

Property. The distributive property is a product between one term and a sum or difference of two or more terms: a(b+d)=ab+ad

Example 0.4.5

Simplify: 4(2x7)

Solution

4(2x7)Multiply each term by 442x47Simplify8x28Result

Example 0.4.6

Simplify: 7(5x6)

Solution

7(5x6)Multiply each term by 7(7)5x(7)6Simplify35x+42Result

Note

In the previous example, we use the fact that the sign is attached with the number, i.e., we treat the 6 as a negative number: (7)(6)=42, a positive number. The most common error in using the distributive property is a sign (negatives) error. Be very careful with your signs!

It is possible to distribute a negative through parenthesis. When there is a negative in front of parenthesis, we can think of the negative as a 1. We don’t always write it, but we know it’s there. Then we distribute the 1 as usual.

Example 0.4.7

Simplify (4x5y+6)

Solution

(4x5y+6)Negative can be thought of as 11(4x5y+6)Multiply each term by 1(1)4x(1)5y+(1)6Simplify4x+5y6Result

Putting it all together

Distributing through parenthesis and combining like terms can be combined into one problem. Order of operations implies multiplication (distribute) first, then add or subtract (combine like terms). Thus, we first distribute and then combine like terms.

Example 0.4.8

Simplify: 5+3(2x4)

Solution

5+3(2x4)Distribute5+6x12Combine like terms7+6xRewrite in standard form6x7Result

Example 0.4.9

Simplify: 3x2(4x5)

Solution

3x2(4x5)Distribute3x8x+10Combine like terms5x+10Result

Example 0.4.10

Simplify: 2(5x8)6(4x+3)

Solution

2(5x8)6(4x+3)Distribute10x1624x18Combine like terms14x34Result

Example 0.4.11

Simplify: 4(3x8)(2x7)

Solution

4(3x8)(2x7)Treat the negative as a 14(3x8)1(2x7)Distribute12x322x+7Combine like terms10x25Result

Properties of Algebra Homework

Evaluate each expression given the values for each variable.

Exercise 0.4.1

p+1+qm;m=1,p=3,q=4

Exercise 0.4.2

ppq6;p=6 and q=5

Exercise 0.4.3

c2(a1);a=3 and c=5

Exercise 0.4.4

5j+kh2;h=5,j=4,k=2

Exercise 0.4.5

4(pm)2+q;m=4,p=6,q=6

Exercise 0.4.6

m+n+m+n2;m=1 and n=2

Exercise 0.4.7

qp(q13);p=3,q=6

Exercise 0.4.8

y2+yz;y=5,z=1

Exercise 0.4.9

6+zy3;y=1,z=4

Exercise 0.4.10

x+6z4y;x=6,y=4,z=4

Exercise 0.4.11

5(b+a)+1+c;a=2,b=6,c=5

Exercise 0.4.12

z+x(12)3;x=5,z=4

Exercise 0.4.13

3+z1+y1;y=5,z=4

Exercise 0.4.14

p+(qr)(6p);p=6,q=5,r=5

Exercise 0.4.15

y[4y(zx)];x=3,y=1,z=6

Exercise 0.4.16

4z(x+x(zz))x=3,z=2

Exercise 0.4.17

k×32(j+k)5;j=4,k=5

Exercise 0.4.18

zx(z4+x6);x=2,z=6

Exercise 0.4.19

a3(c2c);a=3,c=2

Exercise 0.4.20

5+qp+pqq;p=6,q=3

Simplify.

Exercise 0.4.21

r9+10

Exercise 0.4.22

n+n

Exercise 0.4.23

8v+7v

Exercise 0.4.24

7x2x

Exercise 0.4.25

k2+7

Exercise 0.4.26

x106x+1

Exercise 0.4.27

m2m

Exercise 0.4.28

9n1+n+4

Exercise 0.4.29

4x+24

Exercise 0.4.30

4b+6+1+7b

Exercise 0.4.31

x+8x

Exercise 0.4.32

7a6+5

Exercise 0.4.33

8p+5p

Exercise 0.4.34

110n10

Exercise 0.4.35

1r6

Exercise 0.4.36

4b+9b

Exercise 0.4.37

8(x4)

Exercise 0.4.38

8n(n+9)

Exercise 0.4.39

7k(k+6)

Exercise 0.4.40

6(1+6x)

Exercise 0.4.41

8m(5m)

Exercise 0.4.42

9x(4x)

Exercise 0.4.43

9b(b10)

Exercise 0.4.44

8n(5+10n)

Exercise 0.4.45

3(8v+9)

Exercise 0.4.46

(5+9a)

Exercise 0.4.47

10x(1+2x)

Exercise 0.4.48

2(n+1)

Exercise 0.4.49

2p(9p1)

Exercise 0.4.50

4(8n2)

Exercise 0.4.51

4(1+7r)

Exercise 0.4.52

2x(8x10)

Exercise 0.4.53

9(b+10)+5b

Exercise 0.4.54

3x(14x)4x2

Exercise 0.4.55

4k28k(8k+1)

Exercise 0.4.56

17(5+7p)

Exercise 0.4.57

104(n5)

Exercise 0.4.58

4(x+7)+8(x+4)

Exercise 0.4.59

8(n+6)8n(n+8)

Exercise 0.4.60

7(7+3v)+10(310v)

Exercise 0.4.61

2n(10n+5)7(610n)

Exercise 0.4.62

5(16k)+10(k8)

Exercise 0.4.63

(8n23n)(5+4n2)

Exercise 0.4.64

(5p6)+(1p)

Exercise 0.4.65

(24v2)+(3v2+2v)

Exercise 0.4.66

(42k2)+(82k2)

Exercise 0.4.67

(x28)+(2x27)

Exercise 0.4.68

4v7(18v)

Exercise 0.4.69

8x+9(9x+9)

Exercise 0.4.70

910(1+9a)

Exercise 0.4.71

10(x2)3

Exercise 0.4.72

6(5m)+3m

Exercise 0.4.73

2r(1+4r)+8r(r+4)

Exercise 0.4.74

9(6b+5)4b(b+3)

Exercise 0.4.75

7(4x6)+2(10x10)

Exercise 0.4.76

3(4+a)+6a(9a+10)

Exercise 0.4.77

7(4x+3)10(10x+10)

Exercise 0.4.78

(7x23)(5x2+6x)

Exercise 0.4.79

(3x2x)(78x)

Exercise 0.4.80

(2b8)+(b7b2)

Exercise 0.4.81

(7a2+7a)(6a2+4a)

Exercise 0.4.82

(37n2)+(6n2+3)


This page titled 0.4: Properties of Algebra is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Darlene Diaz (ASCCC Open Educational Resources Initiative) via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?