1.3 Algebraic Expressions. Copyright Cengage Learning. All rights reserved.

Size: px
Start display at page:

Download "1.3 Algebraic Expressions. Copyright Cengage Learning. All rights reserved."

Transcription

1 1.3 Algebraic Expressions Copyright Cengage Learning. All rights reserved.

2 Objectives Adding and Subtracting Polynomials Multiplying Algebraic Expressions Special Product Formulas Factoring Common Factors 2

3 Objectives Factoring Trinomials Special Factoring Formulas Factoring by Grouping Terms 3

4 Algebraic Expressions A variable is a letter that can represent any number from a given set of numbers. If we start with variables, such as x, y, and z and some real numbers, and combine them using addition, subtraction, multiplication, division, powers, and roots, we obtain an algebraic expression. Here are some examples: 2x 2 + 3x + 4 A monomial is an expression of the form ax k, where a is a real number and k is a nonnegative integer. 4

5 Algebraic Expressions A binomial is a sum of two monomials and a trinomial is a sum of three monomials. In general, a sum of monomials is called a polynomial. For example, the first expression listed above is a polynomial, but the other two are not. 5

6 Algebraic Expressions Note that the degree of a polynomial is the highest power of the variable that appears in the polynomial. 6

7 Adding and Subtracting Polynomials 7

8 Adding and Subtracting Polynomials We add and subtract polynomials using the properties of real numbers. The idea is to combine like terms (that is, terms with the same variables raised to the same powers) using the Distributive Property. For instance, 5x 7 + 3x 7 = (5 + 3)x 7 = 8x 7 8

9 Adding and Subtracting Polynomials In subtracting polynomials, we have to remember that if a minus sign precedes an expression in parentheses, then the sign of every term within the parentheses is changed when we remove the parentheses: (b + c) = b c [This is simply a case of the Distributive Property, a(b + c) = ab + ac, with a = 1.] 9

10 Example 1 Adding and Subtracting Polynomials (a) Find the sum (x 3 6x 2 + 2x + 4) + (x 3 + 5x 2 7x). (b) Find the difference (x 3 6x 2 + 2x + 4) (x 3 + 5x 2 7x). Solution: (a) (x 3 6x 2 + 2x + 4) + (x 3 + 5x 2 7x) = (x 3 + x 3 ) + ( 6x 2 + 5x 2 ) + (2x 7x) + 4 Group like terms = 2x 3 x 2 5x + 4 Combine like terms 10

11 Example 1 Solution cont d (b) (x 3 6x 2 + 2x + 4) (x 3 + 5x 2 7x) = x 3 6x 2 + 2x + 4 x 3 5x 2 + 7x Distributive Property = (x 3 x 3 ) + ( 6x 2 5x 2 ) + (2x + 7x) + 4 Group like terms = 11x 2 + 9x + 4 Combine like terms 11

12 Multiplying Algebraic Expressions 12

13 Multiplying Algebraic Expressions To find the product of polynomials or other algebraic expressions, we need to use the Distributive Property repeatedly. In particular, using it two times on the product of two binomials, we get (a + b)(c + d) = a(c + d) + b(c + d) = ac + ad + bc + bd This says that we multiply the two factors by multiplying each term in one factor by each term in the other factor and adding these products. Schematically, we have (a + b)(c + d) = ac + ad + bc + bd 13

14 Multiplying Algebraic Expressions In general, we can multiply two algebraic expressions by using the Distributive Property and the Laws of Exponents. When we multiply trinomials or other polynomials with more terms, we use the Distributive Property. It is also helpful to arrange our work in table form. The next example illustrates both methods. 14

15 Example 3 Multiplying Polynomials Find the product: (2x + 3) (x 2 5x + 4) Solution 1: Using the Distributive Property (2x + 3)(x 2 5x + 4) = 2x(x 2 5x + 4) + 3(x 2 5x + 4) Distributive Property = (2x x 2 2x 5x + 2x 4) + (3 x 2 3 5x + 3 4) Distributive Property = (2x 3 10x 2 + 8x) + (3x 2 15x + 12) Laws of Exponents 15

16 Example 3 Solution = 2x 3 7x 2 7x + 12 cont d Combine like terms Solution 2: Using Table Form x 2 5x + 4 2x + 3 3x 2 15x x 3 10x 2 + 8x 2x 3 7x 2 7x + 12 Multiply x 2 5x + 4 by 3 Multiply x 2 5x + 4 by 2x Add like terms 16

17 Special Product Formulas 17

18 Special Product Formulas 18

19 Special Product Formulas The key idea in using these formulas (or any other formula in algebra) is the Principle of Substitution: We may substitute any algebraic expression for any letter in a formula. For example, to find(x 2 + y 3 ) 2 we use Product Formula 2, substituting x 2 for A and y 3 for B, to get 19

20 Example 4 Using the Special Product Formulas Use the Special Product Formulas to find each product. (a) (3x + 5) 2 (b) (x 2 2) 3 Solution: (a) Substituting A = 3x and B = 5 in Product Formula 2, we get (3x + 5) 2 = (3x) 2 + 2(3x)(5) = 9x x + 25 (b) Substituting A = x 2 and B = 2 in Product Formula 5, we get (x 2 2) 3 = (x 2 ) 3 3(x 2 ) 2 (2) + 3(x 2 )(2) = x 6 6x x

21 Factoring Common Factors 21

22 Factoring Common Factors We use the Distributive Property to expand algebraic expressions. We sometimes need to reverse this process (again using the Distributive Property) by factoring an expression as a product of simpler ones. For example, we can write x 2 4 = (x 2)(x + 2) We say that x 2 and x + 2 are factors of x 2 4. The easiest type of factoring occurs when the terms have a common factor. 22

23 Example 6 Solution cont d Factor each expression: (b) 8x 4 y 2 + 6x 3 y 3 2xy 4 ; The greatest common factor of the three terms in the polynomial is 2xy 2, and we have 8x 4 y 2 + 6x 3 y 3 2xy 4 = (2xy 2 )(4x 3 ) + (2xy 2 )(3x 2 y) + (2xy 2 )( y 2 ) = 2xy 2 (4x 3 + 3x 2 y y 2 ) (c) (2x + 4)(x 3) 5(x 3). x 3 is the common factor. So, (2x + 4)(x 3) 5(x 3) = [(2x + 4) 5](x 3) = (2x 1)(x 3) Distributive Property Simplify 23

24 Factoring Trinomials 24

25 Factoring Trinomials To factor a trinomial of the form x 2 + bx + c, we note that (x + r)(x + s) = x 2 + (r + s)x + rs so we need to choose numbers r and s so that r + s = b and rs = c. 25

26 Example 7 Factoring x 2 + bx + c by Trial and Error Factor: x 2 + 7x + 12 Solution: We need to find two integers whose product is 12 and whose sum is 7. By trial and error we find that the two integers are 3 and 4. Thus, the factorization is x 2 + 7x + 12 = (x + 3)(x + 4) 26

27 Factoring Trinomials To factor a trinomial of the form ax 2 + bx + c with a 1, we look for factors of the form px + r and qx + s: ax 2 + bx + c = (px + r)(qx + s) = pqx 2 + (ps + qr)x + rs Therefore, we try to find numbers p, q, r, and s such that pq = a, rs = c, ps + qr = b. If these numbers are all integers, then we will have a limited number of possibilities to try for p, q, r, and s. 27

28 Example 9 Recognizing the Form of an Expression Factor each expression. (a) x 2 2x 3 (b) (5a + 1) 2 2(5a + 1) 3 Solution: (a) x 2 2x 3 = (x 3)(x + 1) Trial and error (b) This expression is of the form where represents 5a + 1. This is the same form as the expression in part (a), so it will factor as 28

29 Example 9 Solution cont d = (5a 2)(5a + 2) 29

30 Special Factoring Formulas 30

31 Special Factoring Formulas Some special algebraic expressions can be factored using the following formulas. The first three are simply Special Product Formulas written backward. 31

32 Example 11 Factoring Differences and Sums of Cubes Factor each polynomial. (a) 27x 3 1 (b) x Solution: (a) Using the Difference of Cubes Formula with A = 3x and B = 1, we get 27x 3 1 = (3x) = (3x 1)[(3x) 2 + (3x)(1) ] = (3x 1) (9x 2 + 3x + 1) 32

33 Example 11 Solution cont d (b) Using the Sum of Cubes Formula with A = x 2 and B = 2, we have x = (x 2 ) = (x 2 + 2)(x 4 2x 2 + 4) 33

34 Special Factoring Formulas A trinomial is a perfect square if it is of the form A 2 + 2AB + B 2 or A 2 2AB + B 2 So, we recognize a perfect square if the middle term (2AB or 2AB) is plus or minus twice the product of the square roots of the outer two terms. 34

35 Example 12 Recognizing Perfect Squares Factor each trinomial. (a) x 2 + 6x + 9 (b) 4x 2 4xy + y 2 Solution: (a) Here A = x and B = 3, so 2AB = 2 x 3 = 6x. Since the middle term is 6x, the trinomial is a perfect square. By the Perfect Square Formula we have x 2 + 6x + 9 = (x + 3) 2 35

36 Example 12 Solution cont d (b) Here A = 2x and B = y, so 2AB = 2 2x y = 4xy. Since the middle term is 4xy, the trinomial is a perfect square. By the Perfect Square Formula we have 4x 2 4xy + y 2 = (2x y) 2 36

37 Special Factoring Formulas When we factor an expression, the result can sometimes be factored further. In general, we first factor out common factors, then inspect the result to see whether it can be factored by any of the other methods of this section. We repeat this process until we have factored the expression completely. 37

38 Example 13 Factoring an Expression Completely Factor each expression completely. (a) 2x 4 8x 2 (b) x 5 y 2 xy 6 Solution: (a) We first factor out the power of x with the smallest exponent. 2x 4 8x 2 = 2x 2 (x 2 4) = 2x 2 (x 2)(x + 2) Common factor is 2x 2 Factor x 2 4 as a difference of squares 38

39 Example 13 Solution cont d (b) We first factor out the powers of x and y with the smallest exponents. x 5 y 2 xy 6 = xy 2 (x 4 y 4 ) Common factor is xy 2 = xy 2 (x 2 + y 2 )(x 2 y 2 ) = xy 2 (x 2 + y 2 )(x + y)(x y) Factor x 4 y 4 as a difference of squares Factor x 2 y 2 as a difference of squares 39

40 Factoring by Grouping Terms 40

41 Factoring by Grouping Terms Polynomials with at least four terms can sometimes be factored by grouping terms. The following example illustrates the idea. 41

42 Example 15 Factoring by Grouping Factor each polynomial. (a) x 3 + x 2 + 4x + 4 (b) x 3 2x 2 3x + 6 Solution: (a) x 3 + x 2 + 4x + 4 = (x 3 + x 2 ) + (4x + 4) Group terms = x 2 (x + 1) + 4(x + 1) Factor out common factors = (x 2 + 4)(x + 1) Factor out x + 1 from each term 42

43 Example 15 Solution cont d (b) x 3 2x 2 3x + 6 = (x 3 2x 2 ) (3x 6) Group terms = x 2 (x 2) 3(x 2) = (x 2 3)(x 2) Factor out common factors Factor out x 2 from each term = (x V3)(x + V3)(x 2) 43

Prerequisites. Copyright Cengage Learning. All rights reserved.

Prerequisites. Copyright Cengage Learning. All rights reserved. Prerequisites P Copyright Cengage Learning. All rights reserved. P.4 FACTORING POLYNOMIALS Copyright Cengage Learning. All rights reserved. What You Should Learn Remove common factors from polynomials.

More information

When you square a binomial, you can apply the FOIL method to find the product. You can also apply the following rules as a short cut.

When you square a binomial, you can apply the FOIL method to find the product. You can also apply the following rules as a short cut. Squaring a Binomial When you square a binomial, you can apply the FOIL method to find the product. You can also apply the following rules as a short cut. Solve. (x 3) 2 Step 1 Square the first term. Rules

More information

A-2. Polynomials and Factoring. Section A-2 1

A-2. Polynomials and Factoring. Section A-2 1 A- Polynomials and Factoring Section A- 1 What you ll learn about Adding, Subtracting, and Multiplying Polynomials Special Products Factoring Polynomials Using Special Products Factoring Trinomials Factoring

More information

5.3. Polynomials and Polynomial Functions

5.3. Polynomials and Polynomial Functions 5.3 Polynomials and Polynomial Functions Polynomial Vocabulary Term a number or a product of a number and variables raised to powers Coefficient numerical factor of a term Constant term which is only a

More information

Multiplication of Polynomials

Multiplication of Polynomials Summary 391 Chapter 5 SUMMARY Section 5.1 A polynomial in x is defined by a finite sum of terms of the form ax n, where a is a real number and n is a whole number. a is the coefficient of the term. n is

More information

Sections 7.2, 7.3, 4.1

Sections 7.2, 7.3, 4.1 Sections 7., 7.3, 4.1 Section 7. Multiplying, Dividing and Simplifying Radicals This section will discuss the rules for multiplying, dividing and simplifying radicals. Product Rule for multiplying radicals

More information

Math 101 Study Session Spring 2016 Test 4 Chapter 10, Chapter 11 Chapter 12 Section 1, and Chapter 12 Section 2

Math 101 Study Session Spring 2016 Test 4 Chapter 10, Chapter 11 Chapter 12 Section 1, and Chapter 12 Section 2 Math 101 Study Session Spring 2016 Test 4 Chapter 10, Chapter 11 Chapter 12 Section 1, and Chapter 12 Section 2 April 11, 2016 Chapter 10 Section 1: Addition and Subtraction of Polynomials A monomial is

More information

We say that a polynomial is in the standard form if it is written in the order of decreasing exponents of x. Operations on polynomials:

We say that a polynomial is in the standard form if it is written in the order of decreasing exponents of x. Operations on polynomials: R.4 Polynomials in one variable A monomial: an algebraic expression of the form ax n, where a is a real number, x is a variable and n is a nonnegative integer. : x,, 7 A binomial is the sum (or difference)

More information

Algebra 1: Hutschenreuter Chapter 10 Notes Adding and Subtracting Polynomials

Algebra 1: Hutschenreuter Chapter 10 Notes Adding and Subtracting Polynomials Algebra 1: Hutschenreuter Chapter 10 Notes Name 10.1 Adding and Subtracting Polynomials Polynomial- an expression where terms are being either added and/or subtracted together Ex: 6x 4 + 3x 3 + 5x 2 +

More information

review To find the coefficient of all the terms in 15ab + 60bc 17ca: Coefficient of ab = 15 Coefficient of bc = 60 Coefficient of ca = -17

review To find the coefficient of all the terms in 15ab + 60bc 17ca: Coefficient of ab = 15 Coefficient of bc = 60 Coefficient of ca = -17 1. Revision Recall basic terms of algebraic expressions like Variable, Constant, Term, Coefficient, Polynomial etc. The coefficients of the terms in 4x 2 5xy + 6y 2 are Coefficient of 4x 2 is 4 Coefficient

More information

Math Lecture 18 Notes

Math Lecture 18 Notes Math 1010 - Lecture 18 Notes Dylan Zwick Fall 2009 In our last lecture we talked about how we can add, subtract, and multiply polynomials, and we figured out that, basically, if you can add, subtract,

More information

Adding and Subtracting Polynomials

Adding and Subtracting Polynomials Adding and Subtracting Polynomials When you add polynomials, simply combine all like terms. When subtracting polynomials, do not forget to use parentheses when needed! Recall the distributive property:

More information

Chapter 5: Exponents and Polynomials

Chapter 5: Exponents and Polynomials Chapter 5: Exponents and Polynomials 5.1 Multiplication with Exponents and Scientific Notation 5.2 Division with Exponents 5.3 Operations with Monomials 5.4 Addition and Subtraction of Polynomials 5.5

More information

Study Guide for Math 095

Study Guide for Math 095 Study Guide for Math 095 David G. Radcliffe November 7, 1994 1 The Real Number System Writing a fraction in lowest terms. 1. Find the largest number that will divide into both the numerator and the denominator.

More information

{ independent variable some property or restriction about independent variable } where the vertical line is read such that.

{ independent variable some property or restriction about independent variable } where the vertical line is read such that. Page 1 of 5 Introduction to Review Materials One key to Algebra success is identifying the type of work necessary to answer a specific question. First you need to identify whether you are dealing with

More information

POLYNOMIAL EXPRESSIONS PART 1

POLYNOMIAL EXPRESSIONS PART 1 POLYNOMIAL EXPRESSIONS PART 1 A polynomial is an expression that is a sum of one or more terms. Each term consists of one or more variables multiplied by a coefficient. Coefficients can be negative, so

More information

Maintaining Mathematical Proficiency

Maintaining Mathematical Proficiency Chapter 7 Maintaining Mathematical Proficiency Simplify the expression. 1. 5x 6 + 3x. 3t + 7 3t 4 3. 8s 4 + 4s 6 5s 4. 9m + 3 + m 3 + 5m 5. 4 3p 7 3p 4 1 z 1 + 4 6. ( ) 7. 6( x + ) 4 8. 3( h + 4) 3( h

More information

Find two positive factors of 24 whose sum is 10. Make an organized list.

Find two positive factors of 24 whose sum is 10. Make an organized list. 9.5 Study Guide For use with pages 582 589 GOAL Factor trinomials of the form x 2 1 bx 1 c. EXAMPLE 1 Factor when b and c are positive Factor x 2 1 10x 1 24. Find two positive factors of 24 whose sum is

More information

Chapter Six. Polynomials. Properties of Exponents Algebraic Expressions Addition, Subtraction, and Multiplication Factoring Solving by Factoring

Chapter Six. Polynomials. Properties of Exponents Algebraic Expressions Addition, Subtraction, and Multiplication Factoring Solving by Factoring Chapter Six Polynomials Properties of Exponents Algebraic Expressions Addition, Subtraction, and Multiplication Factoring Solving by Factoring Properties of Exponents The properties below form the basis

More information

Lesson 3: Polynomials and Exponents, Part 1

Lesson 3: Polynomials and Exponents, Part 1 Lesson 2: Introduction to Variables Assessment Lesson 3: Polynomials and Exponents, Part 1 When working with algebraic expressions, variables raised to a power play a major role. In this lesson, we look

More information

Polynomials and Factoring

Polynomials and Factoring 7.6 Polynomials and Factoring Basic Terminology A term, or monomial, is defined to be a number, a variable, or a product of numbers and variables. A polynomial is a term or a finite sum or difference of

More information

Lesson 3 Algebraic expression: - the result obtained by applying operations (+, -,, ) to a collection of numbers and/or variables o

Lesson 3 Algebraic expression: - the result obtained by applying operations (+, -,, ) to a collection of numbers and/or variables o Lesson 3 Algebraic expression: - the result obtained by applying operations (+, -,, ) to a collection of numbers and/or variables o o ( 1)(9) 3 ( 1) 3 9 1 Evaluate the second expression at the left, if

More information

Algebra. Practice Pack

Algebra. Practice Pack Algebra Practice Pack WALCH PUBLISHING Table of Contents Unit 1: Algebra Basics Practice 1 What Are Negative and Positive Numbers?... 1 Practice 2 Larger and Smaller Numbers................ 2 Practice

More information

Unit 13: Polynomials and Exponents

Unit 13: Polynomials and Exponents Section 13.1: Polynomials Section 13.2: Operations on Polynomials Section 13.3: Properties of Exponents Section 13.4: Multiplication of Polynomials Section 13.5: Applications from Geometry Section 13.6:

More information

A polynomial expression is the addition or subtraction of many algebraic terms with positive integer powers.

A polynomial expression is the addition or subtraction of many algebraic terms with positive integer powers. LEAVING CERT Honours Maths notes on Algebra. A polynomial expression is the addition or subtraction of many algebraic terms with positive integer powers. The degree is the highest power of x. 3x 2 + 2x

More information

Can there be more than one correct factorization of a polynomial? There can be depending on the sign: -2x 3 + 4x 2 6x can factor to either

Can there be more than one correct factorization of a polynomial? There can be depending on the sign: -2x 3 + 4x 2 6x can factor to either MTH95 Day 9 Sections 5.5 & 5.6 Section 5.5: Greatest Common Factor and Factoring by Grouping Review: The difference between factors and terms Identify and factor out the Greatest Common Factor (GCF) Factoring

More information

Topic 7: Polynomials. Introduction to Polynomials. Table of Contents. Vocab. Degree of a Polynomial. Vocab. A. 11x 7 + 3x 3

Topic 7: Polynomials. Introduction to Polynomials. Table of Contents. Vocab. Degree of a Polynomial. Vocab. A. 11x 7 + 3x 3 Topic 7: Polynomials Table of Contents 1. Introduction to Polynomials. Adding & Subtracting Polynomials 3. Multiplying Polynomials 4. Special Products of Binomials 5. Factoring Polynomials 6. Factoring

More information

LESSON 9.1 ROOTS AND RADICALS

LESSON 9.1 ROOTS AND RADICALS LESSON 9.1 ROOTS AND RADICALS LESSON 9.1 ROOTS AND RADICALS 67 OVERVIEW Here s what you ll learn in this lesson: Square Roots and Cube Roots a. Definition of square root and cube root b. Radicand, radical

More information

P.1: Algebraic Expressions, Mathematical Models, and Real Numbers

P.1: Algebraic Expressions, Mathematical Models, and Real Numbers Chapter P Prerequisites: Fundamental Concepts of Algebra Pre-calculus notes Date: P.1: Algebraic Expressions, Mathematical Models, and Real Numbers Algebraic expression: a combination of variables and

More information

3.3 Dividing Polynomials. Copyright Cengage Learning. All rights reserved.

3.3 Dividing Polynomials. Copyright Cengage Learning. All rights reserved. 3.3 Dividing Polynomials Copyright Cengage Learning. All rights reserved. Objectives Long Division of Polynomials Synthetic Division The Remainder and Factor Theorems 2 Dividing Polynomials In this section

More information

LESSON 7.2 FACTORING POLYNOMIALS II

LESSON 7.2 FACTORING POLYNOMIALS II LESSON 7.2 FACTORING POLYNOMIALS II LESSON 7.2 FACTORING POLYNOMIALS II 305 OVERVIEW Here s what you ll learn in this lesson: Trinomials I a. Factoring trinomials of the form x 2 + bx + c; x 2 + bxy +

More information

Algebra 2. Factoring Polynomials

Algebra 2. Factoring Polynomials Algebra 2 Factoring Polynomials Algebra 2 Bell Ringer Martin-Gay, Developmental Mathematics 2 Algebra 2 Bell Ringer Answer: A Martin-Gay, Developmental Mathematics 3 Daily Learning Target (DLT) Tuesday

More information

Never leave a NEGATIVE EXPONENT or a ZERO EXPONENT in an answer in simplest form!!!!!

Never leave a NEGATIVE EXPONENT or a ZERO EXPONENT in an answer in simplest form!!!!! 1 ICM Unit 0 Algebra Rules Lesson 1 Rules of Exponents RULE EXAMPLE EXPLANANTION a m a n = a m+n A) x x 6 = B) x 4 y 8 x 3 yz = When multiplying with like bases, keep the base and add the exponents. a

More information

Chapter 3: Section 3.1: Factors & Multiples of Whole Numbers

Chapter 3: Section 3.1: Factors & Multiples of Whole Numbers Chapter 3: Section 3.1: Factors & Multiples of Whole Numbers Prime Factor: a prime number that is a factor of a number. The first 15 prime numbers are: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43,

More information

P4 Polynomials and P5 Factoring Polynomials

P4 Polynomials and P5 Factoring Polynomials P4 Polynomials and P5 Factoring Polynomials Professor Tim Busken Graduate T.A. Dynamical Systems Program Department of Mathematics San Diego State University June 22, 2011 Professor Tim Busken (Graduate

More information

Arithmetic Operations. The real numbers have the following properties: In particular, putting a 1 in the Distributive Law, we get

Arithmetic Operations. The real numbers have the following properties: In particular, putting a 1 in the Distributive Law, we get MCA AP Calculus AB Summer Assignment The following packet is a review of many of the skills needed as we begin the study of Calculus. There two major sections to this review. Pages 2-9 are review examples

More information

Polynomials; Add/Subtract

Polynomials; Add/Subtract Chapter 7 Polynomials Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions such as 6x 2 + 5x

More information

5.1, 5.2, 5.3 Properites of Exponents last revised 6/7/2014. c = Properites of Exponents. *Simplify each of the following:

5.1, 5.2, 5.3 Properites of Exponents last revised 6/7/2014. c = Properites of Exponents. *Simplify each of the following: 48 5.1, 5.2, 5.3 Properites of Exponents last revised 6/7/2014 Properites of Exponents 1. x a x b = x a+b *Simplify each of the following: a. x 4 x 8 = b. x 5 x 7 x = 2. xa xb = xa b c. 5 6 5 11 = d. x14

More information

27 Wyner Math 2 Spring 2019

27 Wyner Math 2 Spring 2019 27 Wyner Math 2 Spring 2019 CHAPTER SIX: POLYNOMIALS Review January 25 Test February 8 Thorough understanding and fluency of the concepts and methods in this chapter is a cornerstone to success in the

More information

Algebra I Polynomials

Algebra I Polynomials Slide 1 / 217 Slide 2 / 217 Algebra I Polynomials 2014-04-24 www.njctl.org Slide 3 / 217 Table of Contents Definitions of Monomials, Polynomials and Degrees Adding and Subtracting Polynomials Multiplying

More information

Unit 7: Factoring Quadratic Polynomials

Unit 7: Factoring Quadratic Polynomials Unit 7: Factoring Quadratic Polynomials A polynomial is represented by: where the coefficients are real numbers and the exponents are nonnegative integers. Side Note: Examples of real numbers: Examples

More information

I CAN classify polynomials by degree and by the number of terms.

I CAN classify polynomials by degree and by the number of terms. 13-1 Polynomials I CAN classify polynomials by degree and by the number of terms. 13-1 Polynomials Insert Lesson Title Here Vocabulary monomial polynomial binomial trinomial degree of a polynomial 13-1

More information

Lesson 6. Diana Pell. Monday, March 17. Section 4.1: Solve Linear Inequalities Using Properties of Inequality

Lesson 6. Diana Pell. Monday, March 17. Section 4.1: Solve Linear Inequalities Using Properties of Inequality Lesson 6 Diana Pell Monday, March 17 Section 4.1: Solve Linear Inequalities Using Properties of Inequality Example 1. Solve each inequality. Graph the solution set and write it using interval notation.

More information

Intermediate Algebra Textbook for Skyline College

Intermediate Algebra Textbook for Skyline College Intermediate Algebra Textbook for Skyline College Andrew Gloag Anne Gloag Mara Landers Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) www.ck12.org To access a customizable

More information

Math 1 Variable Manipulation Part 6 Polynomials

Math 1 Variable Manipulation Part 6 Polynomials Name: Math 1 Variable Manipulation Part 6 Polynomials Date: 1 VOCABULARY Constant: A term that does not have a variable is called a constant. Example: the number 5 is a constant because it does not have

More information

Order of Operations Practice: 1) =

Order of Operations Practice: 1) = Order of Operations Practice: 1) 24-12 3 + 6 = a) 6 b) 42 c) -6 d) 192 2) 36 + 3 3 (1/9) - 8 (12) = a) 130 b) 171 c) 183 d) 4,764 1 3) Evaluate: 12 2-4 2 ( - ½ ) + 2 (-3) 2 = 4) Evaluate 3y 2 + 8x =, when

More information

A field trips costs $800 for the charter bus plus $10 per student for x students. The cost per student is represented by: 10x x

A field trips costs $800 for the charter bus plus $10 per student for x students. The cost per student is represented by: 10x x LEARNING STRATEGIES: Activate Prior Knowledge, Shared Reading, Think/Pair/Share, Note Taking, Group Presentation, Interactive Word Wall A field trips costs $800 for the charter bus plus $10 per student

More information

SYMBOL NAME DESCRIPTION EXAMPLES. called positive integers) negatives, and 0. represented as a b, where

SYMBOL NAME DESCRIPTION EXAMPLES. called positive integers) negatives, and 0. represented as a b, where EXERCISE A-1 Things to remember: 1. THE SET OF REAL NUMBERS SYMBOL NAME DESCRIPTION EXAMPLES N Natural numbers Counting numbers (also 1, 2, 3,... called positive integers) Z Integers Natural numbers, their

More information

LESSON 6.2 POLYNOMIAL OPERATIONS I

LESSON 6.2 POLYNOMIAL OPERATIONS I LESSON 6. POLYNOMIAL OPERATIONS I LESSON 6. POLYNOMIALS OPERATIONS I 63 OVERVIEW Here's what you'll learn in this lesson: Adding and Subtracting a. Definition of polynomial, term, and coefficient b. Evaluating

More information

Math 2 Variable Manipulation Part 3 Polynomials A

Math 2 Variable Manipulation Part 3 Polynomials A Math 2 Variable Manipulation Part 3 Polynomials A 1 MATH 1 REVIEW: VOCABULARY Constant: A term that does not have a variable is called a constant. Example: the number 5 is a constant because it does not

More information

Common Core Standards Addressed in this Resource

Common Core Standards Addressed in this Resource Common Core Standards Addressed in this Resource.EE.3 - Apply the properties of operations to generate equivalent expressions. Activity page: 4 7.RP.3 - Use proportional relationships to solve multistep

More information

IES Parque Lineal - 2º ESO

IES Parque Lineal - 2º ESO UNIT5. ALGEBRA Contenido 1. Algebraic expressions.... 1 Worksheet: algebraic expressions.... 2 2. Monomials.... 3 Worksheet: monomials.... 5 3. Polynomials... 6 Worksheet: polynomials... 9 4. Factorising....

More information

Adding and Subtracting Polynomials

Adding and Subtracting Polynomials Adding and Subtracting Polynomials Polynomial A monomial or sum of monomials. Binomials and Trinomial are also polynomials. Binomials are sum of two monomials Trinomials are sum of three monomials Degree

More information

Unit 2: Polynomials Guided Notes

Unit 2: Polynomials Guided Notes Unit 2: Polynomials Guided Notes Name Period **If found, please return to Mrs. Brandley s room, M 8.** Self Assessment The following are the concepts you should know by the end of Unit 1. Periodically

More information

Degree of a polynomial

Degree of a polynomial Variable Algebra Term Polynomial Monomial Binomial Trinomial Degree of a term Degree of a polynomial Linear A generalization of arithmetic. Letters called variables are used to denote numbers, which are

More information

Algebraic Expressions

Algebraic Expressions Algebraic Expressions 1. Expressions are formed from variables and constants. 2. Terms are added to form expressions. Terms themselves are formed as product of factors. 3. Expressions that contain exactly

More information

Algebra I. Book 2. Powered by...

Algebra I. Book 2. Powered by... Algebra I Book 2 Powered by... ALGEBRA I Units 4-7 by The Algebra I Development Team ALGEBRA I UNIT 4 POWERS AND POLYNOMIALS......... 1 4.0 Review................ 2 4.1 Properties of Exponents..........

More information

Read the following definitions and match them with the appropriate example(s) using the lines provided.

Read the following definitions and match them with the appropriate example(s) using the lines provided. Algebraic Expressions Prepared by: Sa diyya Hendrickson Name: Date: Read the following definitions and match them with the appropriate example(s) using the lines provided. 1. Variable: A letter that is

More information

Algebra Review. Terrametra Resources. Lynn Patten

Algebra Review. Terrametra Resources. Lynn Patten Terrametra Resources Lynn Patten ALGEBRAIC EXPRESSION A combination of ordinary numbers, letter symbols, variables, grouping symbols and operation symbols. Numbers remain fixed in value and are referred

More information

Secondary Math 2H Unit 3 Notes: Factoring and Solving Quadratics

Secondary Math 2H Unit 3 Notes: Factoring and Solving Quadratics Secondary Math H Unit 3 Notes: Factoring and Solving Quadratics 3.1 Factoring out the Greatest Common Factor (GCF) Factoring: The reverse of multiplying. It means figuring out what you would multiply together

More information

Section 5.2 Polynomials, Sums, and Differences

Section 5.2 Polynomials, Sums, and Differences Department of Mathematics Grossmont College October 2, 2012 4.1 Systems of Linear Equations in Two Variables Learning Objectives: Give the degree of a polynomial Add and subract polynomials evaluate a

More information

Chapter 6. Polynomials

Chapter 6. Polynomials Chapter 6 Polynomials How to Play the Stock Market 6.1 Monomials: Multiplication and Division 6.2 Polynomials 6.3 Addition and Subtraction of Polynomials 6.4 Multiplication of Polynomials Chapter Review

More information

Algebra I. Polynomials.

Algebra I. Polynomials. 1 Algebra I Polynomials 2015 11 02 www.njctl.org 2 Table of Contents Definitions of Monomials, Polynomials and Degrees Adding and Subtracting Polynomials Multiplying a Polynomial by a Monomial Multiplying

More information

Math 10-C Polynomials Concept Sheets

Math 10-C Polynomials Concept Sheets Math 10-C Polynomials Concept Sheets Concept 1: Polynomial Intro & Review A polynomial is a mathematical expression with one or more terms in which the exponents are whole numbers and the coefficients

More information

Name: Chapter 7: Exponents and Polynomials

Name: Chapter 7: Exponents and Polynomials Name: Chapter 7: Exponents and Polynomials 7-1: Integer Exponents Objectives: Evaluate expressions containing zero and integer exponents. Simplify expressions containing zero and integer exponents. You

More information

Factoring Polynomials. Review and extend factoring skills. LEARN ABOUT the Math. Mai claims that, for any natural number n, the function

Factoring Polynomials. Review and extend factoring skills. LEARN ABOUT the Math. Mai claims that, for any natural number n, the function Factoring Polynomials GOAL Review and extend factoring skills. LEARN ABOUT the Math Mai claims that, for any natural number n, the function f (n) 5 n 3 1 3n 2 1 2n 1 6 always generates values that are

More information

Algebra I Unit Report Summary

Algebra I Unit Report Summary Algebra I Unit Report Summary No. Objective Code NCTM Standards Objective Title Real Numbers and Variables Unit - ( Ascend Default unit) 1. A01_01_01 H-A-B.1 Word Phrases As Algebraic Expressions 2. A01_01_02

More information

Lesson 2: Introduction to Variables

Lesson 2: Introduction to Variables Lesson 2: Introduction to Variables Topics and Objectives: Evaluating Algebraic Expressions Some Vocabulary o Variable o Term o Coefficient o Constant o Factor Like Terms o Identifying Like Terms o Combining

More information

SECTION 1.4 PolyNomiAls feet. Figure 1. A = s 2 = (2x) 2 = 4x 2 A = 2 (2x) 3 _ 2 = 1 _ = 3 _. A = lw = x 1. = x

SECTION 1.4 PolyNomiAls feet. Figure 1. A = s 2 = (2x) 2 = 4x 2 A = 2 (2x) 3 _ 2 = 1 _ = 3 _. A = lw = x 1. = x SECTION 1.4 PolyNomiAls 4 1 learning ObjeCTIveS In this section, you will: Identify the degree and leading coefficient of polynomials. Add and subtract polynomials. Multiply polynomials. Use FOIL to multiply

More information

Unit 1 Vocabulary. A function that contains 1 or more or terms. The variables may be to any non-negative power.

Unit 1 Vocabulary. A function that contains 1 or more or terms. The variables may be to any non-negative power. MODULE 1 1 Polynomial A function that contains 1 or more or terms. The variables may be to any non-negative power. 1 Modeling Mathematical modeling is the process of using, and to represent real world

More information

MathB65 Ch 4 VII, VIII, IX.notebook. November 06, 2017

MathB65 Ch 4 VII, VIII, IX.notebook. November 06, 2017 Chapter 4: Polynomials I. Exponents & Their Properties II. Negative Exponents III. Scientific Notation IV. Polynomials V. Addition & Subtraction of Polynomials VI. Multiplication of Polynomials VII. Greatest

More information

Unit 3 Factors & Products

Unit 3 Factors & Products 1 Unit 3 Factors & Products General Outcome: Develop algebraic reasoning and number sense. Specific Outcomes: 3.1 Demonstrate an understanding of factors of whole number by determining the: o prime factors

More information

Algebra Introduction to Polynomials

Algebra Introduction to Polynomials Introduction to Polynomials What is a Polynomial? A polynomial is an expression that can be written as a term or a sum of terms, each of which is the product of a scalar (the coefficient) and a series

More information

Math 3 Variable Manipulation Part 3 Polynomials A

Math 3 Variable Manipulation Part 3 Polynomials A Math 3 Variable Manipulation Part 3 Polynomials A 1 MATH 1 & 2 REVIEW: VOCABULARY Constant: A term that does not have a variable is called a constant. Example: the number 5 is a constant because it does

More information

To Find the Product of Monomials. ax m bx n abx m n. Let s look at an example in which we multiply two monomials. (3x 2 y)(2x 3 y 5 )

To Find the Product of Monomials. ax m bx n abx m n. Let s look at an example in which we multiply two monomials. (3x 2 y)(2x 3 y 5 ) 5.4 E x a m p l e 1 362SECTION 5.4 OBJECTIVES 1. Find the product of a monomial and a polynomial 2. Find the product of two polynomials 3. Square a polynomial 4. Find the product of two binomials that

More information

Part 2 - Beginning Algebra Summary

Part 2 - Beginning Algebra Summary Part - Beginning Algebra Summary Page 1 of 4 1/1/01 1. Numbers... 1.1. Number Lines... 1.. Interval Notation.... Inequalities... 4.1. Linear with 1 Variable... 4. Linear Equations... 5.1. The Cartesian

More information

Solving Quadratic Equations

Solving Quadratic Equations Solving Quadratic Equations MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to: solve quadratic equations by factoring, solve quadratic

More information

Unit 2: Polynomials Guided Notes

Unit 2: Polynomials Guided Notes Unit 2: Polynomials Guided Notes Name Period **If found, please return to Mrs. Brandley s room, M 8.** Self Assessment The following are the concepts you should know by the end of Unit 1. Periodically

More information

Controlling the Population

Controlling the Population Lesson.1 Skills Practice Name Date Controlling the Population Adding and Subtracting Polynomials Vocabulary Match each definition with its corresponding term. 1. polynomial a. a polynomial with only 1

More information

Unit 2-1: Factoring and Solving Quadratics. 0. I can add, subtract and multiply polynomial expressions

Unit 2-1: Factoring and Solving Quadratics. 0. I can add, subtract and multiply polynomial expressions CP Algebra Unit -1: Factoring and Solving Quadratics NOTE PACKET Name: Period Learning Targets: 0. I can add, subtract and multiply polynomial expressions 1. I can factor using GCF.. I can factor by grouping.

More information

Beginning Algebra MAT0024C. Professor Sikora. Professor M. J. Sikora ~ Valencia Community College

Beginning Algebra MAT0024C. Professor Sikora. Professor M. J. Sikora ~ Valencia Community College Beginning Algebra Professor Sikora MAT002C POLYNOMIALS 6.1 Positive Integer Exponents x n = x x x x x [n of these x factors] base exponent Numerical: Ex: - = where as Ex: (-) = Ex: - = and Ex: (-) = Rule:

More information

Polynomials and Polynomial Equations

Polynomials and Polynomial Equations Polynomials and Polynomial Equations A Polynomial is any expression that has constants, variables and exponents, and can be combined using addition, subtraction, multiplication and division, but: no division

More information

Solving Linear Equations

Solving Linear Equations Solving Linear Equations Golden Rule of Algebra: Do unto one side of the equal sign as you will do to the other Whatever you do on one side of the equal sign, you MUST do the same exact thing on the other

More information

Factoring Trinomials of the Form ax 2 + bx + c, a 1

Factoring Trinomials of the Form ax 2 + bx + c, a 1 Factoring Trinomials of the Form ax 2 + bx + c, a 1 When trinomials factor, the resulting terms are binomials. To help establish a procedure for solving these types of equations look at the following patterns.

More information

Algebraic Expressions and Identities

Algebraic Expressions and Identities 9 Algebraic Epressions and Identities introduction In previous classes, you have studied the fundamental concepts of algebra, algebraic epressions and their addition and subtraction. In this chapter, we

More information

Departamento de Matematicas. Real Instituto de Jovellanos. J. F. Antona Algebraic notation and Polynomials 1

Departamento de Matematicas. Real Instituto de Jovellanos. J. F. Antona Algebraic notation and Polynomials 1 Departamento de Matematicas. Real Instituto de Jovellanos. J. F. Antona Algebraic notation and Polynomials 1 Algebraic Notation The ability to convert worded sentences and problems into algebraic symbols

More information

Day 131 Practice. What Can You Do With Polynomials?

Day 131 Practice. What Can You Do With Polynomials? Polynomials Monomial - a Number, a Variable or a PRODUCT of a number and a variable. Monomials cannot have radicals with variables inside, quotients of variables or variables with negative exponents. Degree

More information

( ) Chapter 6 ( ) ( ) ( ) ( ) Exercise Set The greatest common factor is x + 3.

( ) Chapter 6 ( ) ( ) ( ) ( ) Exercise Set The greatest common factor is x + 3. Chapter 6 Exercise Set 6.1 1. A prime number is an integer greater than 1 that has exactly two factors, itself and 1. 3. To factor an expression means to write the expression as the product of factors.

More information

Review for Mastery. Integer Exponents. Zero Exponents Negative Exponents Negative Exponents in the Denominator. Definition.

Review for Mastery. Integer Exponents. Zero Exponents Negative Exponents Negative Exponents in the Denominator. Definition. LESSON 6- Review for Mastery Integer Exponents Remember that means 8. The base is, the exponent is positive. Exponents can also be 0 or negative. Zero Exponents Negative Exponents Negative Exponents in

More information

Combining Like Terms in Polynomials

Combining Like Terms in Polynomials Section 1 6: Combining Like Terms in Polynomials Polynomials A polynomial is an expression that has two or more terms each separated by a + or sign. If the expression has only one term it is called a monomial.

More information

Chapter 1. Making algebra orderly with the order of operations and other properties Enlisting rules of exponents Focusing on factoring

Chapter 1. Making algebra orderly with the order of operations and other properties Enlisting rules of exponents Focusing on factoring In This Chapter Chapter 1 Making Advances in Algebra Making algebra orderly with the order of operations and other properties Enlisting rules of exponents Focusing on factoring Algebra is a branch of mathematics

More information

Basic Equation Solving Strategies

Basic Equation Solving Strategies Basic Equation Solving Strategies Case 1: The variable appears only once in the equation. (Use work backwards method.) 1 1. Simplify both sides of the equation if possible.. Apply the order of operations

More information

Polynomials. In many problems, it is useful to write polynomials as products. For example, when solving equations: Example:

Polynomials. In many problems, it is useful to write polynomials as products. For example, when solving equations: Example: Polynomials Monomials: 10, 5x, 3x 2, x 3, 4x 2 y 6, or 5xyz 2. A monomial is a product of quantities some of which are unknown. Polynomials: 10 + 5x 3x 2 + x 3, or 4x 2 y 6 + 5xyz 2. A polynomial is a

More information

Spring Nikos Apostolakis

Spring Nikos Apostolakis Spring 07 Nikos Apostolakis Review of fractions Rational expressions are fractions with numerator and denominator polynomials. We need to remember how we work with fractions (a.k.a. rational numbers) before

More information

Lecture Guide. Math 90 - Intermediate Algebra. Stephen Toner. Intermediate Algebra, 3rd edition. Miller, O'Neill, & Hyde. Victor Valley College

Lecture Guide. Math 90 - Intermediate Algebra. Stephen Toner. Intermediate Algebra, 3rd edition. Miller, O'Neill, & Hyde. Victor Valley College Lecture Guide Math 90 - Intermediate Algebra to accompany Intermediate Algebra, 3rd edition Miller, O'Neill, & Hyde Prepared by Stephen Toner Victor Valley College Last updated: 4/17/16 5.1 Exponents &

More information

AFM Review Test Review

AFM Review Test Review Name: Class: Date: AFM Review Test Review Multiple Choice Identify the choice that best completes the statement or answers the question. What are the solutions of the inequality?. q + (q ) > 0 q < 3 q

More information

Geometry 21 Summer Work Packet Review and Study Guide

Geometry 21 Summer Work Packet Review and Study Guide Geometry Summer Work Packet Review and Study Guide This study guide is designed to accompany the Geometry Summer Work Packet. Its purpose is to offer a review of the ten specific concepts covered in the

More information

MATH98 Intermediate Algebra Practice Test Form A

MATH98 Intermediate Algebra Practice Test Form A MATH98 Intermediate Algebra Practice Test Form A MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the equation. 1) (y - 4) - (y + ) = 3y 1) A)

More information

UNIT 2 FACTORING. M2 Ch 11 all

UNIT 2 FACTORING. M2 Ch 11 all UNIT 2 FACTORING M2 Ch 11 all 2.1 Polynomials Objective I will be able to put polynomials in standard form and identify their degree and type. I will be able to add and subtract polynomials. Vocabulary

More information

UNIT 5 VOCABULARY: POLYNOMIALS

UNIT 5 VOCABULARY: POLYNOMIALS 3º ESO Bilingüe Page 1 UNIT 5 VOCABULARY: POLYNOMIALS 1.1. Monomials A monomial is an algebraic expression consisting of only one term. A monomial can be any of the following: A constant: 2 4-5 A variable:

More information