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

Size: px
Start display at page:

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

Transcription

1 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 used to: (1) describe properties of a mathematical object, (2) represent a quantity that we dont know or (3) be a placeholder for the input of one or more numbers. 2. Algebraic expression: An expression that involves real numbers and at least one variable using addition, subtraction, multiplication, division and exponentiation or radicals. 3. Monomial: A real number or an expression that involves the product of real numbers and variables with positive integer exponents. 4. Polynomial: A monomial or an expression that involves the addition and/or subtraction of monomials. 6. Degree of a monomial: The sum of the exponents of the variables in a monomial. By convention, if the monomial is a real number, we say that it has degree zero. 7. Degree of a polynomial: The highest degree amongst the monomials in a polynomial. 8. Coefficient: The real number in a monomial. 9. Leading coefficient of a polynomial: The coefficient of the monomial with the highest degree. (a) 5xy xz 3 (b) t (c) 5x y 3xz (d) From (a): 4 (e) 7 (f) 4y 3 + x (g) 8k 2 (h) From (a): 1 (i) From (e): 0 (j) From (a): 5 (k) 9x 4 2x (l) From (k): 9 (m) 3 4 (n) From (g): k (o) From (b): 1 (p) 2 x Making Math Possible 1 of 9 c Sa diyya Hendrickson

2 Notations Consider the following general polynomial form: p(x) = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 (i) The expression p(x) reads p of x or p at x and is one way to refer to a polynomial that is defined in terms of the variable x. Note that we could have replaced x with any variable of our choosing. (ii) Because p is a polynomial, n represents some nonnegative integer (by definition). (iii) The variables a n, a n 1,..., a 2, a 1, a 0 represent coefficients. Check-In a) What does the variable n represent in the polynomial p (above)? b) What does a n represent in the polynomial p (above)? c) Consider the polynomial p(t) = 3t 5 4t 2 +2t 1. Determine a 0, a 1, a 2, a 3, a 4 and a 5. Solution: Based on the general form above, p(t) = a 5 t 5 + a 4 t 4 + a 3 t 3 + a 2 t 2 + a 1 t + a 0. So, a 0 = 1, a 1 = 2 a 2 = 4, a 3 = 0, a 4 = 0 and a 5 = 3. d) Suppose p(z) = 3z 2 4z + 1. What does p(1) mean? Determine the resulting value. Solution: p(1) reads p at 1 and represents the number produced by the polynomial when we replace z with the number 1. The resulting value is given by: p(1) = 3(1) 4(1) + 1 = = = 0 e) Consider the following one-degree polynomials, p(x) = a 1 x + a 0 and q(x) = b 1 x + b 0. Under which circumstances will p and q represent the same polynomial? Under which circumstances will they represent different polynomials? Solution: p and q will represent the same polynomial if a 1 = b 1 and a 0 = b 0. If a 1 = b 1 or a 0 = b 0, then p and q will represent different polynomials. f) Based on the information given in (i), what do you think p(x, y) might represent? If p(x, y) = y 2 3xy, determine the value of p( 1, 2). Solution: p(x, y) simply represents a polynomial defined in terms of two variables, x and y. Since p(x, y) = y 2 3xy, p( 1, 2) requires that we replace x with 1 and y with 2. This gives: p( 1, 2) = ( 2) 2 3( 1)( 2) = 4 6 = 2. Making Math Possible 2 of 9 c Sa diyya Hendrickson

3 Expanding Expressions The most popular polynomials, defined in terms of one variable (at most), are as follows: a) Degree = 0: constant polynomials (e.g. 5, 1, 2, etc.) b) Degree = 1: mx + b, where m, b R c) Degree = 2: quadratic polynomials (e.g. ax 2 + bx + c, where a, b, c R) d) Degree = 3: cubic polynomials (e.g. ax 3 + bx 2 + cx + d, where a, b, c, d R) ** It s all about the Distributive Property (DP)! ** Exercise E1: Expand the following expression: (x 1)(x + 4) a! "# $ b c!"#$!"#$ Solution: For the given expression: (x 1)( x + 4 ), we can let a = x + 1, b = x and c = 4. This results in the following expansion: Notice that each term in the first pair of brackets was simply multiplied with each term in the 2nd pair of brackets! In general, we have: Many people are familiar with the acronym FOIL (First, Outer, Inner, Last). But this is just a special case of the Distributive Property, when we have exactly two elements in each pair of brackets! Making Math Possible 3 of 9 c Sa diyya Hendrickson

4 Expanding Expressions The Distributive Property tells us to simply take each term in the 1st pair of brackets (one at a time) and multiply them with each term in the 2nd pair of brackets (i.e. distribute them). Unlike FOIL, this works for any number of elements in each pair of brackets! For the above exercise, our strategy gives: (x 1)(x + 4) DP = (x)(x) + (4)(x) (1)(x) (1)(4) as before, but in one step! = x 2 + 4x x 4! "# $ like terms = x 2 + 3x 4 Exercise E2: Expand (a b) 3 Solution: First recall that (a b) 3 = (a b)(a b)(a b), by def n of exponentiation for a positive integer exponent. So, our approach is to use the associative property of multiplication to group and expand two at a time! (a b) 3 = (a b)(a b) (a b)! "# $ DP = (a 2 ab ba + b 2 )(a b) Notice that ab = ba When expanding, it s a good idea to write the letters in alphabetical order because it makes it easier to identify like terms!! = (a 2 2ab + b 2 )(a b) DP = (a 2 )(a) + (a 2 )( b) (2ab)(a) (2ab)( b) +(b 2 )(a) + (b 2 )( b) = a 3 a 2 b 2a 2 b + 2ab 2 + ab 2 b 3 = a 3 3a 2 b + 3ab 2 b 3 Try the following exercises on your own, using the same strategy: 1) Prove that (a + b) 3 = a 3 + 3a 2 b + 3ab 2 + b 3. 2) Prove that (a b)(a 2 + ab + b 2 ) = a 3 b 3. Making Math Possible 4 of 9 c Sa diyya Hendrickson

5 Expanding Expressions Exercise E3: Expand the expression 2ab 2 c (5a 3 b + 3b 2 c) As you distribute each term, it may be helpful to: first record the product of the constants, while carefully determining the sign (i.e. is the product positive or negative?). Then, determine and record the product of each variable, one by one. (The chart below describes how to organize your mental math, as you expand.) 2ab 2 c (5a 3 b + 3b 2 c) Distribution Constants a b c Summary First ( 2)(5) = 10 a a 3 = a 4 b 2 c 10a 4 b 2 c Second ( 2)( 1) = 2 a Third b 2 b 2 = b 4 c c = c 2 Solution: 2ab 2 c (5a 3 b + 3b 2 c) DP = 10a4 b 2 c + 2ab 3 c 6ab 4 c 2 Exercise E4: Expand the expression 4(x 2 3x + 5) 3(x 2 2x + 1) Solution: 4(x 2 3x + 5) 3(x 2 2x + 1) DP = 4x 2 12x x 2 + 6x 3 = 4x 2 3x 2 12x + 6x+20 3 = x 2 6x + 17 Exercise E5: Expand and evaluate (2 3)(2 + 3) Solution: (2 3)(2 + 3) DP = 2(2) ( 3)( 3) = 4 ( 3) 2 = 4 3 since ( n a) n = a, for a 0 = 1 Making Math Possible 5 of 9 c Sa diyya Hendrickson

6 Factoring Expressions ** It s still all about the Distributive Property (DP)! ** On the previous pages, we were going from factored form to expanded form. Now, we will begin with expanded form and end in factored form. We ll know that we ve achieved factored form once the original expression is a product of terms and/or smaller expressions. Exercise F1: Factor the expression 12x 4 y xy 3 18xy 4 z. S1 Decide if you d like to factor out 1 from all terms. This is recommended if your leading term is negative. Because our leading term is 12x 4 y 2, which is negative, we will pull 1 as a common factor. Note that we can always do this! e.g. (12x 4 y 2 30xy 3 +18xy 4 z) S2 Determine the GCF (Greatest Common Factor) among the constants and each variable, one at a time. Note that for each variable, we must factor the lowest power among all terms. Otherwise, we cannot guarantee that we have a common factor. Expression: 12x 4 y xy 3 18xy 4 z Elements GCF Factor 1? N/A Yes/No: 1 Constants 12, 30, = 6 x x 4, x 1, x 1 x 1 y y 2, y 3, y 4 z z 0, z 0, z 1 z 0 = 1 Summary N/A 6xy 2 This chart gives us a visual representation of how we can organize our approach if we were to complete this strategy using mental math. Making Math Possible 6 of 9 c Sa diyya Hendrickson

7 Factoring Expressions Exercise F1 (Continued) S3 Factor out the GCF of each element, starting with the constants and then each variable. Then complete the expression in the brackets by writing in the missing part of the original term. 12x 4 y xy 3 18xy 4 z = (12x 4 y 2 30xy 3 +18xy 4 z) = 6 ( 2!"#$ 12 6 x 4 y 2 5!"#$ 30 6 xy 3 + xy 4 z) = 6x 1 (2 x 4 1! "# $ x 4 x 1 y 2 5 y y 4 z) = 6xy 2 (2x 3 y z) = 6xy 2 (2x 3 5y + 3y 2 z) With practice, you will be able to do this in one line! Let s begin by recalling the following definition: Perfect square: a perfect square is an expression of form a 2, where a is any integer. Note that there is nothing specific about our choice of the letter a. Any letter will do! e.g. b 2, c 2, s 2, t 2, x 2, y 2, etc. Below are some square numbers that appear quite often. Therefore, it may be worthwhile to commit them to memory. 0 2 = = = = = = = = = = = 100 I. Difference of Squares: a 2 b 2 = (a + b)(a b) proof : (a b)(a + b) DP = a 2 + ab ab b! "# $ 2 = 0 = a 2 b 2 Exercise F2: Factor the expression x 2 1. S1 Determine if there are exactly two perfect squares, seperated by a sign. Then, express the terms as powers of 2. x 2 " 1 = 1 2 " Making Math Possible 7 of 9 c Sa diyya Hendrickson

8 Factoring Expressions Exercise F2 (Continued) S2 Identify a and b based on the given identity. x 2 1 = x a = x and b = 1 S3 Substitute into the identity to obtain the factored form. x 2 1 = x a = x and b = 1 = (x a 1)(x a 1) = (x + 1)(x 1) Exercise F3: Factor the following expressions. a) 9 z 2 b) 4k 2 49 c) 16u 2 25v 2 a) Solution : 9 z 2 = 3 2 z 2 a = 3 and b = z = (3 a z)(3 a z) = (3 + z)(3 z) b) Solution : 4k 2 49 = 2 2 k = (2k) a = 2k and b = 7 = (2k a 7)(2k a 7) = (2k + 7)(2k 7) c) Solution : 16u 2 25v 2 = 4 2 u v 2 = (4u) 2 (5v) 2 a = 4u and b = 5v = (4u a 5v)(4u a 5v) = (4u + 5v)(4u 5v) Making Math Possible 8 of 9 c Sa diyya Hendrickson

9 Factoring Expressions II. Perfect Square: (a ± b) 2 = a 2 ± 2ab + b 2 proof : (a ± b) 2 = (a ± b)(a ± b) DP = a 2 ± ab ± ab + (±b) 2 = a 2 ± 2ab + b 2 Exercise F4: Factor the expression 4x 2 12x + 9. S1 Determine if the expression is a trinomial with perfect squares as its first and last terms. Then, express the first and last terms as powers of 2. 4x 2 = 2 2 x 2 = (2x) 2 " 9 = 3 2 " S2 Identify what a and b may be based on the identity and info from S1. Note: we still have to verify the middle term! 4x 2 12x + 9 = (2x) 2 12x + (3) 2 a = 2x and b = 3 S3 Verify that the middle term equals ±2ab. For a = 2x and b = 3 2ab = 2(2x)(3) = 12x " S4 Substitute into the identity to obtain the factored form. 4x 2 12x + 9 = (2x) 2 2(3)(2x) + (3) 2 a = 2x and b = 3 = (2x a 3) 2 by identity = (2x 3) 2 since the middle term is negative Exercise F5: Factor 9s 2 t 2 6st + 1. Solution : 9s 2 t 2 6st + 1 = (3st) 2 2(3)st + (1) 2 a = 3st and b = 1 = (3st a 1) 2 by identity = (3st 1) 2 Making Math Possible 9 of 9 c Sa diyya Hendrickson

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: =

(2) Dividing both sides of the equation in (1) by the divisor, 3, gives: = Dividing Polynomials Prepared by: Sa diyya Hendrickson Name: Date: Let s begin by recalling the process of long division for numbers. Consider the following fraction: Recall that fractions are just division

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

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

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

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

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

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

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 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

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

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

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

Package Summary. Linear Equations Quadratic Equations Rational Equations. Making Math Possible 1 of 10 c Sa diyya Hendrickson

Package Summary. Linear Equations Quadratic Equations Rational Equations. Making Math Possible 1 of 10 c Sa diyya Hendrickson Solving Equations Prepared by: Sa diyya Hendrickson Name: Date: Package Summary Linear Equations Quadratic Equations Rational Equations Making Math Possible 1 of 10 c Sa diyya Hendrickson Linear Equations

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

Pre-Algebra 2. Unit 9. Polynomials Name Period

Pre-Algebra 2. Unit 9. Polynomials Name Period Pre-Algebra Unit 9 Polynomials Name Period 9.1A Add, Subtract, and Multiplying Polynomials (non-complex) Explain Add the following polynomials: 1) ( ) ( ) ) ( ) ( ) Subtract the following polynomials:

More information

Polynomials. This booklet belongs to: Period

Polynomials. This booklet belongs to: Period HW Mark: 10 9 8 7 6 RE-Submit Polynomials This booklet belongs to: Period LESSON # DATE QUESTIONS FROM NOTES Questions that I find difficult Pg. Pg. Pg. Pg. Pg. Pg. Pg. Pg. Pg. Pg. REVIEW TEST Your teacher

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

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

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

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

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

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

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

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

Note: A file Algebra Unit 09 Practice X Patterns can be useful to prepare students to quickly find sum and product.

Note: A file Algebra Unit 09 Practice X Patterns can be useful to prepare students to quickly find sum and product. Note: This unit can be used as needed (review or introductory) to practice operations on polynomials. Math Background Previously, you Identified monomials and their characteristics Applied the laws of

More information

1.2. Indices. Introduction. Prerequisites. Learning Outcomes

1.2. Indices. Introduction. Prerequisites. Learning Outcomes Indices 1.2 Introduction Indices, or powers, provide a convenient notation when we need to multiply a number by itself several times. In this Section we explain how indices are written, and state the rules

More information

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

1.3 Algebraic Expressions. Copyright Cengage Learning. All rights reserved. 1.3 Algebraic Expressions Copyright Cengage Learning. All rights reserved. Objectives Adding and Subtracting Polynomials Multiplying Algebraic Expressions Special Product Formulas Factoring Common Factors

More information

MathB65 Ch 4 IV, V, VI.notebook. October 31, 2017

MathB65 Ch 4 IV, V, VI.notebook. October 31, 2017 Part 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

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

Polynomial comes from poly- (meaning "many") and -nomial (in this case meaning "term")... so it says "many terms

Polynomial comes from poly- (meaning many) and -nomial (in this case meaning term)... so it says many terms Polynomials Polynomial comes from poly- (meaning "many") and -nomial (in this case meaning "term")... so it says "many terms Polynomials A polynomial looks like this: Term A number, a variable, or the

More information

5.1 Monomials. Algebra 2

5.1 Monomials. Algebra 2 . Monomials Algebra Goal : A..: Add, subtract, multiply, and simplify polynomials and rational expressions (e.g., multiply (x ) ( x + ); simplify 9x x. x Goal : Write numbers in scientific notation. Scientific

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

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

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

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

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

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

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

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

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

Solving Quadratic Equations Review

Solving Quadratic Equations Review Math III Unit 2: Polynomials Notes 2-1 Quadratic Equations Solving Quadratic Equations Review Name: Date: Period: Some quadratic equations can be solved by. Others can be solved just by using. ANY quadratic

More information

Beginning Algebra. 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions

Beginning Algebra. 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions Beginning Algebra 1.3 Review of Decimal Numbers and Square Roots 1.4 Review of Percents 1.5 Real Number System 1.6 Translations:

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

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

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

= 9 = x + 8 = = -5x 19. For today: 2.5 (Review) and. 4.4a (also review) Objectives:

= 9 = x + 8 = = -5x 19. For today: 2.5 (Review) and. 4.4a (also review) Objectives: Math 65 / Notes & Practice #1 / 20 points / Due. / Name: Home Work Practice: Simplify the following expressions by reducing the fractions: 16 = 4 = 8xy =? = 9 40 32 38x 64 16 Solve the following equations

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

1.2. Indices. Introduction. Prerequisites. Learning Outcomes

1.2. Indices. Introduction. Prerequisites. Learning Outcomes Indices.2 Introduction Indices, or powers, provide a convenient notation when we need to multiply a number by itself several times. In this section we explain how indices are written, and state the rules

More information

Algebra 31 Summer Work Packet Review and Study Guide

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

More information

Algebra 2 Summer Work Packet Review and Study Guide

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

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

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

CONTENTS COLLEGE ALGEBRA: DR.YOU

CONTENTS COLLEGE ALGEBRA: DR.YOU 1 CONTENTS CONTENTS Textbook UNIT 1 LECTURE 1-1 REVIEW A. p. LECTURE 1- RADICALS A.10 p.9 LECTURE 1- COMPLEX NUMBERS A.7 p.17 LECTURE 1-4 BASIC FACTORS A. p.4 LECTURE 1-5. SOLVING THE EQUATIONS A.6 p.

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

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

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

Math 0320 Final Exam Review

Math 0320 Final Exam Review Math 0320 Final Exam Review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Factor out the GCF using the Distributive Property. 1) 6x 3 + 9x 1) Objective:

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

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

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying Math 1050 2 ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying General Tips for Studying: 1. Review this guide, class notes, the

More information

Polynomial Operations

Polynomial Operations Chapter 7 Polynomial Operations Sec. 1 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

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

x y x y ax bx c x Algebra I Course Standards Gap 1 Gap 2 Comments a. Set up and solve problems following the correct order of operations (including proportions, percent, and absolute value) with rational

More information

Evaluate the expression if x = 2 and y = 5 6x 2y Original problem Substitute the values given into the expression and multiply

Evaluate the expression if x = 2 and y = 5 6x 2y Original problem Substitute the values given into the expression and multiply Name EVALUATING ALGEBRAIC EXPRESSIONS Objective: To evaluate an algebraic expression Example Evaluate the expression if and y = 5 6x y Original problem 6() ( 5) Substitute the values given into the expression

More information

MATH98 Intermediate Algebra Practice Test Form B

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

More information

Westside. Algebra 2 PreAP

Westside. Algebra 2 PreAP Westside Algebra 2 PreAP Name Period IMPORTANT INSTRUCTIONS FOR STUDENTS!!! We understand that students come to Algebra II with different strengths and needs. For this reason, students have options for

More information

Algebra 2 Segment 1 Lesson Summary Notes

Algebra 2 Segment 1 Lesson Summary Notes Algebra 2 Segment 1 Lesson Summary Notes For each lesson: Read through the LESSON SUMMARY which is located. Read and work through every page in the LESSON. Try each PRACTICE problem and write down the

More information

Summer Prep Packet for students entering Algebra 2

Summer Prep Packet for students entering Algebra 2 Summer Prep Packet for students entering Algebra The following skills and concepts included in this packet are vital for your success in Algebra. The Mt. Hebron Math Department encourages all students

More information

Westside Algebra 2 PreAP

Westside Algebra 2 PreAP Westside Algebra 2 PreAP Name Period IMPORTANT INSTRUCTIONS FOR STUDENTS!!! We understand that students come to Algebra II with different strengths and needs. For this reason, students have options for

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

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 Families of Functions Prepared by: Sa diyya Hendrickson Name: Date: Definition: function A function f is a rule that relates two sets by assigning to some element (e.g. x) in a set A exactly one element

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

Chapter R - Basic Algebra Operations (94 topics, no due date)

Chapter R - Basic Algebra Operations (94 topics, no due date) Course Name: Math 00024 Course Code: N/A ALEKS Course: College Algebra Instructor: Master Templates Course Dates: Begin: 08/15/2014 End: 08/15/2015 Course Content: 207 topics Textbook: Barnett/Ziegler/Byleen/Sobecki:

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

Exponents and Polynomials. (5) Page 459 #15 43 Second Column; Page 466 #6 30 Fourth Column

Exponents and Polynomials. (5) Page 459 #15 43 Second Column; Page 466 #6 30 Fourth Column Algebra Name: Date: Period: # Exponents and Polynomials (1) Page 453 #22 59 Left (2) Page 453 #25 62 Right (3) Page 459 #5 29 Odd (4) Page 459 #14 42 First Column; Page 466 #3 27 First Column (5) Page

More information

Welcome to Math Video Lessons. Stanley Ocken. Department of Mathematics The City College of New York Fall 2013

Welcome to Math Video Lessons. Stanley Ocken. Department of Mathematics The City College of New York Fall 2013 Welcome to Math 19500 Video Lessons Prof. Department of Mathematics The City College of New York Fall 2013 An important feature of the following Beamer slide presentations is that you, the reader, move

More information

The grade on this summer packet will count as your first journal grade and points will be deducted for late submissions.

The grade on this summer packet will count as your first journal grade and points will be deducted for late submissions. Welcome to Honors Algebra 2, May 2018 Hello, and Welcome to Honors Algebra 2. Honors Algebra 2 is the next course in your path to college-level mathematics. If you are entering Honors Algebra 2, then you

More information

Something that can have different values at different times. A variable is usually represented by a letter in algebraic expressions.

Something that can have different values at different times. A variable is usually represented by a letter in algebraic expressions. Lesson Objectives: Students will be able to define, recognize and use the following terms in the context of polynomials: o Constant o Variable o Monomial o Binomial o Trinomial o Polynomial o Numerical

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

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

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

MAC 1105 Lecture Outlines for Ms. Blackwelder s lecture classes

MAC 1105 Lecture Outlines for Ms. Blackwelder s lecture classes MAC 1105 Lecture Outlines for Ms. Blackwelder s lecture classes These notes are prepared using software that is designed for typing mathematics; it produces a pdf output. Alternative format is not available.

More information

2 P a g e. Essential Questions:

2 P a g e. Essential Questions: NC Math 1 Unit 5 Quadratic Functions Main Concepts Study Guide & Vocabulary Classifying, Adding, & Subtracting Polynomials Multiplying Polynomials Factoring Polynomials Review of Multiplying and Factoring

More information

PRE-CALCULUS By: Salah Abed, Sonia Farag, Stephen Lane, Tyler Wallace, and Barbara Whitney

PRE-CALCULUS By: Salah Abed, Sonia Farag, Stephen Lane, Tyler Wallace, and Barbara Whitney PRE-CALCULUS By: Salah Abed, Sonia Farag, Stephen Lane, Tyler Wallace, and Barbara Whitney MATH 141/14 1 Pre-Calculus by Abed, Farag, Lane, Wallace, and Whitney is licensed under the creative commons attribution,

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

RAVEN S MANITOBA GRADE 10 INTRODUCTION TO APPLIED AND PRE CALCULUS MATHEMATICS (20S)

RAVEN S MANITOBA GRADE 10 INTRODUCTION TO APPLIED AND PRE CALCULUS MATHEMATICS (20S) RAVEN S MANITOBA GRADE 10 INTRODUCTION TO APPLIED AND PRE CALCULUS MATHEMATICS (20S) LINKED DIRECTLY TO NEW CURRICULUM REQUIREMENTS FROM THE WESTERN PROTOCOLS FOR 2008 AND BEYOND STUDENT GUIDE AND RESOURCE

More information

Variables and Expressions

Variables and Expressions Variables and Expressions A variable is a letter that represents a value that can change. A constant is a value that does not change. A numerical expression contains only constants and operations. An algebraic

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 7 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

Gaithersburg High School Summer 2018 Math Packet For Rising Algebra 2/Honors Algebra 2 Students

Gaithersburg High School Summer 2018 Math Packet For Rising Algebra 2/Honors Algebra 2 Students Gaithersburg High School Math Packet For Rising Algebra 2/Honors Algebra 2 Students 1 This packet is an optional review of the skills that will help you be successful in Algebra 2 in the fall. By completing

More information

Quick-and-Easy Factoring. of lower degree; several processes are available to fi nd factors.

Quick-and-Easy Factoring. of lower degree; several processes are available to fi nd factors. Lesson 11-3 Quick-and-Easy Factoring BIG IDEA Some polynomials can be factored into polynomials of lower degree; several processes are available to fi nd factors. Vocabulary factoring a polynomial factored

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

Algebra I Notes Unit Eleven: Polynomials

Algebra I Notes Unit Eleven: Polynomials Syllabus Objective: 9.1 The student will add, subtract, multiply, and factor polynomials connecting the arithmetic and algebraic processes. Teacher Note: A nice way to illustrate operations with polynomials

More information

Math 302 Module 4. Department of Mathematics College of the Redwoods. June 17, 2011

Math 302 Module 4. Department of Mathematics College of the Redwoods. June 17, 2011 Math 302 Module 4 Department of Mathematics College of the Redwoods June 17, 2011 Contents 4 Integer Exponents and Polynomials 1 4a Polynomial Identification and Properties of Exponents... 2 Polynomials...

More information

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS. MAT 010 or placement on the COMPASS/CMAT

HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS. MAT 010 or placement on the COMPASS/CMAT 1 HOSTOS COMMUNITY COLLEGE DEPARTMENT OF MATHEMATICS MAT 00 ELEMENTARY ALGEBRA CREDIT HOURS: 0.0 EQUATED HOURS: 4.5 CLASS HOURS: 4.5 + PREREQUISITE: REQUIRED TEXTS: DESCRIPTION: EXAMINATIONS: GRADES: MAT

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

Unit 2, Ongoing Activity, Little Black Book of Algebra II Properties

Unit 2, Ongoing Activity, Little Black Book of Algebra II Properties Unit 2, Ongoing Activity, Little Black Book of Algebra II Properties Little Black Book of Algebra II Properties Unit 2 - Polynomial Equations & Inequalities 2.1 Laws of Exponents - record the rules for

More information

Algebra III and Trigonometry Summer Assignment

Algebra III and Trigonometry Summer Assignment Algebra III and Trigonometry Summer Assignment Welcome to Algebra III and Trigonometry! This summer assignment is a review of the skills you learned in Algebra II. Please bring this assignment with you

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

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

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