Skip to main content

Section 2.10 Simplifying Expressions

We know that if we have two apples and add three more, then our result is the same as if we'd had three apples and added two more. In this section, we'll formally define and extend these basic properties we know about numbers to variable expressions.

Figure 2.10.1 Alternative Video Lesson

Subsection 2.10.1 Identities and Inverses

We will start with some definitions. The number 0 is called the additive identity. If the sum of two numbers is the additive identity, 0, these two numbers are called additive inverses. For example, 2 is the additive inverse of βˆ’2, and the additive inverse of βˆ’2 is 2.

Similarly, the number 1 is called the multiplicative identity. If the product of two numbers is the multiplicative identity, 1, these two numbers are called multiplicative inverses. For example, 2 is the multiplicative inverse of 12, and the multiplicative inverse of βˆ’23 is βˆ’32. The multiplicative inverse is also called reciprocal.

Subsection 2.10.2 Introduction to Algebraic Properties

Commutative Property

When we compute the area of a rectangle, we generally multiply the length by the width. Does the result change if we multiply the width by the length?

Figure 2.10.2 Horizontal and Vertical Rectangles

We can see 3β‹…2=2β‹…3. If we denote the length of a rectangle with β„“ and the width with w, this implies β„“w=wβ„“. This is referred to as the commutative property of multiplication. The commutative property also applies to addition, as in 1+2=2+1, where it is called the commutative property of addition. However, there is no commutative property of subtraction or division, as 2βˆ’1β‰ 1βˆ’2, and 42β‰ 24.

Associative Property

Let's extend that example to a rectangular prism with width w=4cm, depth d=3cm, and height h=2cm. To compute the volume of this solid, we multiply the width, depth and height, which we write as wdh.

In the following figure, on the left side, we multiply the length and width first, and then multiply the height; on the right side, we multiply the width and height first, and then multiply the length. Let's compare the products.

Figure 2.10.3 (4β‹…3)β‹…2=24
Figure 2.10.4 4β‹…(3β‹…2)=24

We can see (wd)h=w(dh). This is known as the associative property of multiplication. The associative property also applies to addition, as in (1+2)+3=1+(2+3), which is called the associative property of addition. However, there is no associative property of subtraction, as (3βˆ’2)βˆ’1β‰ 3βˆ’(2βˆ’1).

Distributive Property

The final property we'll explore is called the distributive property, which involves both multiplication and addition. To conceptualize this property, let's consider what happens if we buy 3 boxes that each contain one apple and one pear. This will have the same total cost as if we'd bought 3 apples and 3 pears. We write this algebraically:

3(a+p)=3a+3p.

Visually, we can see that it's just a means of re-grouping: 3(🍎+🍐)=3(🍎)+3(🍐).

Subsection 2.10.3 Summary of Algebraic Properties

Let a, b, and c represent real numbers, variables, or algebraic expressions. Then the following properties hold:

Commutative Property of Multiplication

aβ‹…b=bβ‹…a

Associative Property of Multiplication

aβ‹…(bβ‹…c)=(aβ‹…b)β‹…c

Commutative Property of Addition

a+b=b+a

Associative Property of Addition

a+(b+c)=(a+b)+c

Distributive Property

a(b+c)=ab+ac

List 2.10.5 Algebraic Properties

Let's practice these properties in the following exercises.

Checkpoint 2.10.6

Subsection 2.10.4 Applying the Commutative, Associative, and Distributive Properties

Like Terms

One of the main ways that we will use the commutative, associative, and distributive properties is to simplify expressions. In order to do this, we need to recognize like terms, as discussed in Section 2.3. We combine like terms when we take an expression lilke 2a+3a and write the result as 5a. The formal process actually involves using the distributive property:

2a+3a=(2+3)a=5a

In practice, however, it's more helpful to think of this as having 2 of an object and then an additional 3 of that same object. In total, we then have 5 of that object.

Example 2.10.7

Where possible, simplify the following expressions by combining like terms.

  1. 6c+12cβˆ’5c

  2. βˆ’5q2βˆ’3q2

  3. xβˆ’5y+4x

  4. 2xβˆ’3y+4z

Explanation
  1. All three terms are like terms, so they may combined. We combine them two at a time:

    \begin{align*} 6c+12c-5c \amp=18c-5c\\ \amp=13c \end{align*}
  2. The two terms \(-5q^2\) and \(-3q^2\) are like terms, so we may combine them:

    \begin{align*} -5q^2-3q^2 \amp=-8q^2 \end{align*}
  3. The two terms \(x\) and \(4x\) are like terms, while the other term is different. Using the associative and commutative properties of addition in the first step allows us to place the two like terms next to each other, and then combine them:

    \begin{align*} x-5y+4x \amp=x+4x+(-5y)\\ \amp=1x+4x+(-5y)\\ \amp=5x-5y \end{align*}

    Note the expression \(x\) is the same as \(1x\text{.}\) Usually we don't write the β€œ\(1\)” as it is implied. However, it's helpful when combining like terms to remember that \(x=1x\text{.}\) (Similarly, \(-x\) is equal to \(-1x\text{,}\) which can be helpful when combining \(-x\) with like terms.)

  4. The expression \(2x-3y+4z\) cannot be simplified as there are no like terms.

Adding Expressions

When we add an expression like 4xβˆ’5 to an expression like 3xβˆ’7, we write them as follows:

(4xβˆ’5)+(3xβˆ’7)

In order to remove the given sets of parentheses and apply the commutative property of addition, we will rewrite the subtraction operation as β€œadding the opposite”:

4x+(βˆ’5)+3x+(βˆ’7)

At this point we can apply the commutative property of addition and then combine like terms. Here's how the entire problem will look:

(4xβˆ’5)+(3xβˆ’7)=4x+(βˆ’5)+3x+(βˆ’7)=4x+3x+(βˆ’5)+(βˆ’7)=7x+(βˆ’12)=7xβˆ’12
Remark 2.10.8

Once we become more comfortable simplifying such expressions, we will simply write this kind of simplification in one step:

(4xβˆ’5)+(3xβˆ’7)=7xβˆ’12
Example 2.10.9

Use the associative, commutative, and distributive properties to simplify the following expressions as much as possible.

  1. (2x+3)+(4x+5)

  2. (βˆ’5x+3)+(4xβˆ’7)

Explanation
  1. We will remove parentheses, and then combine like terms:

    \begin{align*} (2x+3)+(4x+5) \amp=2x+3+4x+5\\ \amp=2x+4x+3+5\\ \amp=6x+8 \end{align*}
  2. We will remove parentheses, and then combine like terms:

    \begin{align*} (-5x+3)+(4x-7)\amp=-5x+3+4x+(-7)\\ \amp=-x+(-4)\\ \amp=-x-4 \end{align*}
Applying the Distributive Property with Negative Coefficients

Applying the distributive property in an expression such as 2(3x+4) is fairly straightforward, in that this becomes 2(3x)+2(4) which we then simplify to 6x+8. Applying the distributive property is a little trickier when subtraction or a negative constant is involved, for example, with the expression 2(3xβˆ’4). Recalling that subtraction is defined as β€œadding the opposite,” we can change the subtraction of positive 4 to the addition of negative 4:

2(3x+(βˆ’4))

Now when we distribute, we obtain:

2(3x)+2(βˆ’4)

As a final step, we see that this simplifies to:

6xβˆ’8
Remark 2.10.10

We can also extend the distributive property to use subtraction, and state that a(bβˆ’c)=abβˆ’ac. With this property, we would simplify 2(3xβˆ’4) more efficiently:

2(3xβˆ’4)=2(3x)βˆ’2(4)=6xβˆ’8

In general, we will use this approach.

Example 2.10.11

Apply the distributive property to each expression and simplify it as much as possible.

  1. βˆ’3(5x+7)

  2. 2(βˆ’4xβˆ’1)

Explanation
  1. We will distribute \(-3\) to the \(5x\) and \(7\text{:}\)

    \begin{align*} -3(5x+7)\amp=-3(5x)+(-3)(7)\\ \amp=-15x-21 \end{align*}
  2. We will distribute \(2\) to the \(-4x\) and \(-1\text{:}\)

    \begin{align*} 2(-4x-1)\amp=2(-4x)-2(1)\\ \amp=-8x-2 \end{align*}
Checkpoint 2.10.12
Subtracting Expressions

To subtract one expression from another expression, such as (5x+9)βˆ’(3x+2), we will again rely on the fact that subtraction is defined as β€œadding the opposite.” To add the opposite of an expression, we will technically distribute a constant factor of βˆ’1 and simplify from there:

(5x+9)βˆ’(3x+2)=(5x+9)+(βˆ’1)(3x+2)=5x+9+(βˆ’1)(3x)+(βˆ’1)(2)=5x+9+(βˆ’3x)+(βˆ’2)=2x+7
Remark 2.10.13

The above example demonstrates how we apply the distributive property in order to subtract two expressions. But in practice, it can be pretty cumbersome. A shorter (and often clearer) approach is to instead subtract every term in the expression we are subtracting, which is shown like this:

(5x+9)βˆ’(3x+2)=5x+9βˆ’3xβˆ’2=2x+7

In general, we'll use this approach.

Example 2.10.14

Use the associative, commutative, and distributive properties to simplify the following expressions as much as possible.

  1. (βˆ’6x+4)βˆ’(3xβˆ’7)

  2. (βˆ’2xβˆ’5)βˆ’(βˆ’4xβˆ’6)

Explanation
  1. We will remove parentheses using the distributive property, and then combine like terms:

    \begin{align*} (-6x+4)-(3x-7) \amp=-6x+4-3x-(-7)\\ \amp=-6x+4-3x+7\\ \amp=-9x+11 \end{align*}
  2. We will remove parentheses using the distributive property, and then combine like terms:

    \begin{align*} (-2x-5)-(-4x-6)\amp=-2x-5-(-4x)-(-6)\\ \amp=-2x-5+4x+6\\ \amp=2x+1 \end{align*}

Subsection 2.10.5 The Role of the Order of Operations in Applying the Commutative, Associative, and Distributive Properties

When simplifying an expression such as 3+4(5x+7), we need to respect the order of operations. Since the terms inside the parentheses are not like terms, there is nothing to simplify there. The next highest priority operation is multiplying the 4 by (5x+7). This must be done before anything happens with the adding of that 3. We cannot say 3+4(5x+7)=7(5x+7), because that would mean we treated the addition as having higher priority than the multiplication.

So to simplify 3+4(5x+7), we will first examine the multiplication of 4 with (5x+7), and here we may apply the distributive property. After that, we will use the commutative and associative properties:

3+4(5x+7)=3+4(5x)+4(7)=3+20x+28=20x+3+28=20x+31
Example 2.10.15

Simplify the following expressions using the commutative, associative, and distributive properties.

  1. 4βˆ’(3xβˆ’9)

  2. 5x+9(βˆ’2x+3)

  3. 5(xβˆ’9)+4(x+4)

Explanation
  1. We will remove parentheses using the distributive property, and then combine like terms:

    \begin{align*} 4-(3x-9) \amp=4-3x-(-9)\\ \amp=4-3x+9\\ \amp=-3x+13 \end{align*}
  2. We will remove parentheses using the distributive property, and then combine like terms:

    \begin{align*} 5x+9(-2x+3)\amp=5x+9(-2x)+9(3)\\ \amp=5x-18x+27\\ \amp=-13x+27 \end{align*}
  3. We will remove parentheses using the distributive property, and then combine like terms:

    \begin{align*} 5(x-9)+4(x+4)\amp=5x-45+4x+16\\ \amp=9x-29 \end{align*}
Checkpoint 2.10.16

Subsection 2.10.6 Rules of Exponents and Simplifying

In Section 2.9, we introduced three exponent rules. We continue to use these rules when simplifying expressions. Sometimes though, students incorrectly apply β€œrules” of exponents where they have misremembered the actual rule. Let's summarize what we can and cannot do.

When we add/subtract two expressions, we can only combine like terms. For example:

  • 3xβˆ’x=2x

  • t2+t2=2t2

  • q2+q cannot be combined.

However, we can multiply two expressions regardless of whether or not they are like terms. For example:

  • xβ‹…x=x2

  • t2β‹…t3=t5

  • (q2)(q)=q3

Consider:

  • When we combine like terms that have a variable, the exponent doesn't change, as in x2+x2=2x2.

  • When we multiply powers of a variable that use the same variable, the exponent will change, as in (x2)(x2)=x4.

  • We cannot combine β€œunlike terms,” as something like x2+x is as simplified as it can be.

  • We can multiply powers with different exponents, as in (x2)(x)=x3.

The next few examples test your understanding of these concepts.

Example 2.10.17

Simplify the following expressions using the rules of exponents and the distributive property.

  1. 3x2+2x+x2

  2. (3x2)(2x)(x2)

  3. 2x(3x+4)

  4. x3βˆ’3x2(5xβˆ’2)

Explanation
  1. We will combine like terms \(3x^2\) and \(x^2\text{:}\)

    \begin{align*} 3x^2+2x+x^2\amp=4x^2+2x \end{align*}
  2. We will apply the Product Rule:

    \begin{align*} (3x^2)(2x)(x^2)\amp=6x^5 \end{align*}
  3. To simplify \(2x(3x+4)\text{,}\) we want to first distribute \(2x\text{,}\) and then we can apply the Product Rule:

    \begin{align*} 2x(3x+4)\amp=2x(3x)+2x(4)\\ \amp=6x^2+8x \end{align*}
  4. We will use the distributive property first, apply the Product Rule, and combine like terms:

    \begin{align*} x^3-3x^2(5x-2)\amp=x^3-3x^2(5x)-(-3x^2)(2)\\ \amp=x^3-15x^3+6x^2\\ \amp=-14x^3+6x^2 \end{align*}

Subsection 2.10.7 Exercises

Review and Warmup
1

Count the number of terms in each expression.

  1. βˆ’6xβˆ’7+3tβˆ’8z2

  2. βˆ’6t+1

  3. 4s2βˆ’6yβˆ’6s2

  4. 2sβˆ’2zβˆ’5y2+7s

2

Count the number of terms in each expression.

  1. βˆ’4x2+z+yβˆ’9t

  2. 8x2βˆ’6t+2s2+5t

  3. βˆ’7x2

  4. βˆ’8z2+5yβˆ’5

3

List the terms in each expression.

  1. βˆ’2x

  2. βˆ’8.5s2βˆ’1.2s+8t2

  3. 3.8t+6.4βˆ’0.3x

  4. βˆ’2.3yβˆ’7.8

4

List the terms in each expression.

  1. βˆ’0.4x2βˆ’0.3

  2. βˆ’3.2t+6.8t

  3. βˆ’0.2y+0.2sβˆ’2.6x+8.3s

  4. βˆ’3.5y2

5

List the terms in each expression.

  1. 1.2x+7.9t

  2. βˆ’5.2y+5.6βˆ’4.3s2βˆ’6

  3. βˆ’4.8y+0.9z

  4. 8.4yβˆ’0.1zβˆ’8.5t

6

List the terms in each expression.

  1. 2.8x2βˆ’2x2

  2. βˆ’7.2s+4.3t2βˆ’8.3z

  3. 5.8sβˆ’7.1βˆ’6.5x+7.4z

  4. 8.4x2βˆ’z

7

Simplify each expression, if possible, by combining like terms.

  1. 5x+6y2+9y

  2. 3s+6s

  3. βˆ’z+5z2

  4. x2+4x2

8

Simplify each expression, if possible, by combining like terms.

  1. 6x2βˆ’4s2+7s2

  2. 2s2+2y2βˆ’7+7y

  3. βˆ’3y2+6z+8z

  4. βˆ’4sβˆ’2xβˆ’8s2+2s2

These exercises involve the concepts of like terms and the commutative, associative, and distributive properties.

9

The additive inverse of 4 is

10

The additive inverse of 7 is

11

The multiplicative inverse of 9 is

12

The multiplicative inverse of βˆ’10 is

13

Use the associative property of addition to write an equivalent expression to r+(38+q).

14

Use the associative property of addition to write an equivalent expression to t+(2+n).

15

Use the associative property of addition to write an equivalent expression to 10+(9+b).

16

Use the associative property of addition to write an equivalent expression to 3+(17+c).

17

Use the associative property of multiplication to write an equivalent expression to 4(5m).

18

Use the associative property of multiplication to write an equivalent expression to 8(3b).

19

Use the commutative property of addition to write an equivalent expression to n+8.

20

Use the commutative property of addition to write an equivalent expression to p+73.

21

Use the commutative property of addition to write an equivalent expression to 10x+38.

22

Use the commutative property of addition to write an equivalent expression to 5y+3.

23

Use the commutative property of addition to write an equivalent expression to 8(t+69).

24

Use the commutative property of addition to write an equivalent expression to 3(b+34).

25

Use the commutative property of multiplication to write an equivalent expression to 99c.

26

Use the commutative property of multiplication to write an equivalent expression to 92x.

27

Use the commutative property of multiplication to write an equivalent expression to 43+7a.

28

Use the commutative property of multiplication to write an equivalent expression to 95+9n.

29

Use the commutative property of multiplication to write an equivalent expression to 4(p+60).

30

Use the commutative property of multiplication to write an equivalent expression to 8(x+25).

31

Use the distributive property to write an equivalent expression to 10(y+2) that has no grouping symbols.

32

Use the distributive property to write an equivalent expression to 6(t+6) that has no grouping symbols.

33

Use the distributive property to write an equivalent expression to βˆ’9(b+9) that has no grouping symbols.

34

Use the distributive property to write an equivalent expression to βˆ’3(cβˆ’3) that has no grouping symbols.

35

Use the distributive property to write an equivalent expression to βˆ’(mβˆ’2) that has no grouping symbols.

36

Use the distributive property to write an equivalent expression to βˆ’(rβˆ’7) that has no grouping symbols.

37

Use the distributive property to simplify 9+7(9+8n) completely.

38

Use the distributive property to simplify 6+2(7+7p) completely.

39

Use the distributive property to simplify 3βˆ’7(βˆ’4+3x) completely.

40

Use the distributive property to simplify 8βˆ’3(βˆ’10+3y) completely.

41

Use the distributive property to simplify 5βˆ’(βˆ’5+5t) completely.

42

Use the distributive property to simplify 2βˆ’(4+2a) completely.

43

Use the distributive property to simplify 8βˆ’(βˆ’6cβˆ’8) completely.

44

Use the distributive property to simplify 6βˆ’(2b+9) completely.

45

Use the distributive property to simplify 107(2βˆ’5x) completely.

46

Use the distributive property to simplify 85(βˆ’3+n) completely.

47

Use the distributive property to simplify 58(βˆ’9+32p) completely.

48

Use the distributive property to simplify 103(7+34x) completely.

49

The expression y+t+c would be ambiguous if we did not have a left-to-right reading convention. Use grouping symbols to emphasize the order that these additions should be carried out.

Use the associative property of addition to write an equivalent (but different) algebraic expression.

50

The expression t+a+x would be ambiguous if we did not have a left-to-right reading convention. Use grouping symbols to emphasize the order that these additions should be carried out.

Use the associative property of addition to write an equivalent (but different) algebraic expression.

51

A student has (correctly) simplified an algebraic expression in the following steps. Between each pair of steps, identify the algebraic property that justifies moving from one step to the next.

=9(a+5)+9a

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=(9a+45)+9a

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=(45+9a)+9a

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=45+(9a+9a)

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=45+(9+9)a
=45+18a

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=18a+45
52

A student has (correctly) simplified an algebraic expression in the following steps. Between each pair of steps, identify the algebraic property that justifies moving from one step to the next.

=6(c+8)+7c

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=(6c+48)+7c

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=(48+6c)+7c

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=48+(6c+7c)

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=48+(6+7)c
=48+13c

  • commutative property of addition

  • commutative property of multiplication

  • associative property of addition

  • associative property of multiplication

  • distributive property

=13c+48
53

The number of students enrolled in math courses at Portland Community College has grown over the years. The formulas

M=0.47x+3.7W=0.38x+4.3N=0.02x+0.1

describe the numbers (of thousands) of men, women, and gender-non-binary students enrolled in math courses at PCC x years after 2005. (Note this is an exercise using randomized numbers, not actual data.) Give a simplified formula for the total number T of thousands of students at PCC taking math classes x years after 2005. Be sure to give the entire formula, starting with T=.

54

The number of students enrolled in math courses at Portland Community College has grown over the years. The formulas

M=0.51x+5.7W=0.51x+3.4N=0.02x+0.2

describe the numbers (of thousands) of men, women, and gender-non-binary students enrolled in math courses at PCC x years after 2005. (Note this is an exercise using randomized numbers, not actual data.) Give a simplified formula for the total number T of thousands of students at PCC taking math classes x years after 2005. Be sure to give the entire formula, starting with T=.

55

Multiply the polynomials.

6x(xβˆ’6)=

56

Multiply the polynomials.

8x(x+4)=

57

Multiply the polynomials.

2x(βˆ’10xβˆ’5)=

58

Multiply the polynomials.

3x(βˆ’5x+5)=

59

Multiply the polynomials.

βˆ’6x2(x+4)=

60

Multiply the polynomials.

βˆ’3x2(xβˆ’8)=

61

Multiply the polynomials.

6y2(βˆ’3y2+4y)=

62

Multiply the polynomials.

βˆ’3r2(βˆ’10r2+8r)=

63

Simplify the following expressions if possible.

  1. m2+m2=

  2. (m2)(m2)=

  3. m2+m3=

  4. (m2)(m3)=

64

Simplify the following expressions if possible.

  1. n2+n2=

  2. (n2)(n2)=

  3. n2+n4=

  4. (n2)(n4)=

65

Simplify the following expressions if possible.

  1. p+p=

  2. (p)(p)=

  3. p+p2=

  4. (p)(p2)=

66

Simplify the following expressions if possible.

  1. x3+x3=

  2. (x3)(x3)=

  3. x3+x4=

  4. (x3)(x4)=

67

Simplify the following expressions if possible.

  1. βˆ’yβˆ’4y=

  2. (βˆ’y)(βˆ’4y)=

  3. βˆ’yβˆ’2y4=

  4. (βˆ’y)(βˆ’2y4)=

68

Simplify the following expressions if possible.

  1. βˆ’4t3βˆ’2t3=

  2. (βˆ’4t3)(βˆ’2t3)=

  3. βˆ’4t3βˆ’2t=

  4. (βˆ’4t3)(βˆ’2t)=

69

Simplify the following expressions if possible.

  1. 2a2+4a2=

  2. (2a2)(4a2)=

  3. 2a2+4a=

  4. (2a2)(4a)=

70

Simplify the following expressions if possible.

  1. βˆ’cβˆ’c=

  2. (βˆ’c)(βˆ’c)=

  3. βˆ’c+2c3=

  4. (βˆ’c)(2c3)=

71

Simplify the following expressions if possible.

  1. 2qβˆ’q2βˆ’2q=

  2. (2q)(βˆ’q2)(βˆ’2q)=

72

Simplify the following expressions if possible.

  1. βˆ’3r3βˆ’2r4+2r3=

  2. (βˆ’3r3)(βˆ’2r4)(2r3)=

73

Simplify the following expression.

2n2(5n4)2=

74

Simplify the following expression.

5p5(βˆ’4p2)2=

75

Simplify the following expression.

2x2c2(4xc2)2=

76

Simplify the following expression.

βˆ’3y5t4(βˆ’2yt5)4=

77

Simplify the following expression.

(βˆ’5t3)(βˆ’4t4)+(t4)(βˆ’5t3)=

78

Simplify the following expression.

(3a5)(βˆ’3a5)βˆ’(4a4)(2a6)=

79

Simplify the following expression.

(βˆ’2c5)(βˆ’2c4)3βˆ’(c)(4c8)=

80

Simplify the following expression.

(3p4)(p5)4βˆ’(2p2)(p7)=

81

Simplify the following expression.

(4q4)(βˆ’2q4)2+(q2)5(5q2)=

82

Simplify the following expression.

(3m5)(2m4)4+(m2)2(3m17)=

83

Simplify the following expression.

(3p3)2n9+3(p2n3)3=

84

Simplify the following expression.

(3x4)3c12+4(x3c3)4=

85

Use the distributive property to write an equivalent expression to βˆ’9y(7y+2) that has no grouping symbols.

86

Use the distributive property to write an equivalent expression to βˆ’4t(4tβˆ’10) that has no grouping symbols.

87

Use the distributive property to write an equivalent expression to βˆ’7a2(aβˆ’1) that has no grouping symbols.

88

Use the distributive property to write an equivalent expression to βˆ’10c4(c+8) that has no grouping symbols.

89

Use the distributive property to simplify 4+6m(2+3m) completely.

90

Use the distributive property to simplify 8+3b(10+7b) completely.

91

Use the distributive property to simplify 2mβˆ’9m(8+10m2) completely.

92

Use the distributive property to simplify 8pβˆ’6p(3+10p3) completely.

93

Use the distributive property to simplify 5x3βˆ’2x3(βˆ’3+9x2) completely.

94

Use the distributive property to simplify 10y3βˆ’7y3(βˆ’9+9y3) completely.

95

Fully simplify 3(7xβˆ’8)+6(3xβˆ’7).

96

Fully simplify 4(3x+2)βˆ’6(7xβˆ’1).

97

Fully simplify βˆ’4(9xβˆ’6)+7(βˆ’xβˆ’4).

98

Fully simplify 5(6x+1)βˆ’8(4xβˆ’6).

Challenge
99

Fill in the blanks with algebraic expressions that make the equation true. You may not use 0 or 1 in any of the blank spaces.

Here is an example: ?+?=8x.

One possible answer is: 3x+5x=8x.

There are infinitely many correct answers to this problem. I encourage you to be creative. After finding a correct answer, see if you can come up with a different answer that is also correct.

  1. + =βˆ’13x

  2. + =βˆ’13x30

  3. β‹… β‹… =2x80