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

Size: px
Start display at page:

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

Transcription

1 Welcome to Math Video Lessons Prof. Department of Mathematics The City College of New York Fall 013 An important feature of the following Beamer slide presentations is that you, the reader, move step-by-step and at your own pace through these notes. To do so, use the arrow keys or the mouse to move from slide to slide, forwards or backwards. Also use the index dots at the top of this slide (or the index at the left, accessible from the Adobe Acrobat Toolbar) to access the different sections of this document. To prepare for the Chapter 1.5 Quiz (September 5th at the start of class), please Read all the following material carefully, especially the included Examples. Memorize and understand all included Definitions and Procedures. Work out the Exercises section, which explains how to check your answers. Do the Quiz Review and check your answers by referring back to the Examples.

2 Linear and polynomial equations Definition An equation is a statement that two algebra expressions are equal. Numerical equations (involving numbers no variables) are either true or false. For example, = 8 is true, while = 0 is false. For an equation with a single variable x, there are three possibilities: true for all x, as is the case for the equation x + = + x, true for some but not all x, as is the case for the equation x + = 9 false for all x, as is the case for the equation x + = x + 1. Definition A real number is a solution of an equation in x if substituting that number for x in the equation yields a true statement. For example, 6 is a solution of x + 3 = 9 because (6) + 3 = 9 is a true statement. In fact, 6 is the only solution of x + 3 = 9.

3 However, equations can have more than one solution. Check that and are solutions of x = 4, and that 0, 1, and are solutions of x 3 + x = 3x. Definition A polynomial equation in x is a statement P (x) = Q(x) that two polynomials in x are equal. The degree of a polynomial equation P (x) = Q(x) is the highest power of x in the polynomial p(x) = P (x) Q(x) when p(x) is written in standard form. Example 1: The equation 1 + x + x + x 3 = has degree 3. The equation x + 3x = x 5 has degree one since it can be rewritten as 3x + 5 = 0. Definition A linear equation in x is a degree one polynomial equation in x.

4 A linear equation in x can always be written in the form p(x) = mx + b = 0, where m and b are real numbers, and the graph of the equation y = p(x) is a straight line with slope m. Examples of linear equations: 3x = 5 3x + 5 = 0 x + 3x = x + 5 Procedure To solve a linear equation in x: Rewrite the equation in the form ax = b. The solution is then x = b/a. Example : To solve 3x + 5 = 8x, rewrite the equation as 5x = 7. The solution is x = 7/5. Example 3: Solve xc + yc + xyu = x + u + v for x. The fact that there are letters (rather than numbers) multiplied by x is essentially irrelevant.

5 Here s the equation to be solved: xc + yc + xyu = x + u + v Move terms with x to the left side, and terms without x to the right side: xc + xyu x = u + v yc Factor out x from terms on the left: x(c + yu ) = u + v yc Divide both sides by c + yu to find the solution : x = u + v yc c + yu More examples of this type: SRW Examples 1.5.1, 1.5., and on page 46. Things get harder when the equation is not linear. Procedure To solve a nonlinear equation in x (degree or more) Rewrite the equation in the form p(x) = 0 Factor p(x) completely. Set each factor to zero and solve for x.

6 Example 4a: Solve x 3 = x as follows: Rewrite as x 3 x = 0. Factor: x(x 1) = 0, and so x(x 1)(x + 1) = 0. Set each factor to 0 and solve for x. x = 0 has solution x = 0; x 1 = 0 has solution x = 1; and x + 1 = 0 has solution x = 1. Answer: the solutions of x 3 = x are 0, 1, and 1. Warning: never solve an equation by guessing. If you say that the solution of x = x is x = 1, you receive zero part credit. Example 4b: Solve x 4 = 4x 3 3x as follows: Rewrite as x 4 4x 3 + 3x = 0. Factor: x (x 4x + 3) = x (x 3)(x 1). Set each factor to 0 and solve for x. x = 0 has solution x = 0; x 3 = 0 has solution x = 3; and x 1 = 0 has solution x = 1. Answer: the solutions of x 4 = 4x 3 3x are 0, 1, and 3.

7 Quadratic equations Definition A quadratic equation is a degree polynomial equation. We will always assume that the equation is written as ax + bx + c = 0. with a 0. The easiest quadratic equation to solve is x = K. This is the special case of ax + bx + c = 0 with a = 1, b = 0, c = K. If K > 0, the equation x = K has two solutions: x = K and x = K. If K = 0, the equation x = K has one solution: x = 0. If K < 0, the equation x = K has no (real) solution. You get zero part credit if you say the solution of x = 4 is x =. The above statements are true if any expression is substituted for x. To solve (x + 4) = 3, set x + 4 = 3 and x + 4 = 3, to obtain x = andx = 4 3. We usually write this more briefly as x = 4 ± 3. In general, however, b will not be 0 in the quadratic equation ax + bx + c = 0. In this section we use two methods to solve this equation:

8 Method 1: Factor ax + bx + c and set each factor to 0. Method : Use the quadratic formula. Method 1 is the method described above for solving polynomial equations. In some cases, the factoring is difficult, and it is easier to use Method. Example 5: Solve x(x + 1) = 1 Method 1 Solution: Rewrite as x + x = 1, then as x + x 1 = 0 Factor x + x 1 = as (x + r)(x + s) by solving r + s = 1, rs = 1 to get: x + x 1 = (x + 4)(x 3) = 0 Set each factor to 0 and solve forx: x + 4 = 0 has solution x = 4. x 3 = 0 has solution x = 3. Answer: the solutions of x(x + 1) = 1 are x = 4 and x = 3. In this problem x + x 1 was easy to factor. However, if the problem changed slightly, say to x + x 10 = 0, then using the factoring method would be a waste of time, since the quadratic does not factor. We will discuss below a method for deciding in advance whether a quadratic polynomial factors.

9 In contrast, the quadratic formula is a sure thing. Procedure Quadratic Formula : The solutions of the quadratic equation ax + bx + c = 0 are x = b ± b 4ac. The discriminant in this formula is D = b 4ac. a If D > 0, there are two distinct real number solutions; If D = 0, there is one real solution; If D < 0, there are two distinct complex number solutions. Example 6: Use the quadratic formula to solve x + x 1 = 0. Solution: Here a = 1, b = 1, c = 1, and so x = b± b 4ac a = 1± 1 4(1)( 1) (1) = 1± 49 = 1±7 Then the solutions are x = 1 7 = 8 = 4 and x = 1+7 = 6 = 3. In this problem, factoring was easier than the quadratic formula. Sometimes the reverse is true. Exercise: Solve 6x + 13x + 6 = 0, first by trial and error factoring, and then by using the quadratic formula.

10 While the quadratic formula is a sure thing, there are situations where you need to know in advance whether a quadratic polynomial factors. For example, suppose you are asked to simplify (reduce to lowest terms) the fraction 6x + 13x + 6. You need to 3x + decide if the numerator factors. There is a straightforward method of deciding in advance whether it is possible to factor a quadratic polynomial. The discriminant D = b 4ac tells you the whole story, as follows. Quadratic Polynomial Factoring Criterion: The quadratic polynomial ax + bx + c factors if and only if b 4ac is a whole number. Example 7: Show that 6x + 13x + 6 can be factored. Solution: D = b 4ac = 13 4(6)(6) = = 5. Since 5 = 5 is a whole number, 6x + 13x + 6 can be factored.

11 Factoring 6x + 13x + 6 by the usual trial and error method is unpleasant: you need to try a lot of possibilities. Here is a better way. Procedure for factoring a quadratic polynomial. To factor ax + bx + c Calculate D = b 4ac If D is a whole number: Let r 1 and r be the roots of ax + bx + c = 0. Then ax + bx + c = a(x r 1 )(x r ) can be rewritten as a factorization with integer coefficients If D is a not a whole number: there is no factorization with integer coefficients. Example 8: Factor 6x + 13x + 6. In the previous example we saw that b 4ac = 5 = 5 is a whole number. Therefore, the above result guarantees that 6x + 13x + 6 factors with integer coefficients and gives a method of doing the factoring, as follows.

12 r 1 = = = 3 ; r = = = 3 and so 6x + 13x + 6 = a (x r 1 ) (x r ) = 6 ( x + ( ) 3) x + 3 = 3 ( x + ( 3) x + 3 ) = (3x + )(x + 3) Now read SRW Example 1.5.9, and do the suggested homework exercise. Now we can do the following problem in a systematic way: Example 9: Reduce the fraction 18x + 39x + 18 to lowest terms. 1x + 8 Solution: Carry out the three steps for reducing a fraction to lowest terms: Factor the numerator: 18x + 39x + 18 = 3(6x + 13x + 6) = 3(3x + )(x + 3) Factor the denominator: 1x + 8 = 4(3x + ) Cancel common factors: 18x + 39x x + 6 = 3 (3x + )(x + 3) 4 (3x + = ) 3(x + 3) 4

13 It is important to understand that the coefficients a, b, c in the quadratic equation can be numbers, letters, or any expressions whatsoever. The equation is quadratic in x provided that the only powers of x are x (with non-zero coefficient) and (possibly) x. Example 10: Use the quadratic formula to solve 3x + 4x + stx + q = 0 Solution: Rearrange to get (3 + st)x + 4x + q = 0 This is obtained from the quadratic equation ax + bx + c = 0 by substituting 3 + st,for a, 4 for b, and q for c. Answer: The solutions are x = b ± b 4ac a = 4 ± 4 4(3 + st)(q) (3 + st) So far, we have discussed how to solve polynomial equations, which do not involve fractions. In equations that do involve fractions, we simply rewrite them as polynomial equations. Definition A rational equation is one in which both sides involve polynomials or quotients of polynomials. Read Example SRW

14 Rational equations Procedure To solve a rational equation Multiply both sides by the LCD of all denominators that appear. Solve the resulting polynomial equation. Reject any solutions that are roots of any denominator of the original equation. 4 Example 11: Solve the rational equation x = x Solution: here is the original problem 4 x = x Denominators ae prime polynomials LCD = x(3 x) Multiply both sides by LCD x(3 x) ( ) ( ) 4 x = x(3 x) x Distribute the LCD and cancel (3 x)4 = x(3 x)() + 4x Remove parentheses 1 4x = (3x x ) + 4x to get 1 4x = 6x x + 4x a quadratic equation x 14x + 1 = 0

15 Divide by x 7x + 6 = 0 Factor (x 6)(x 1) = 0 Set each factor to zero x = 6 and x = 1 are possible solutions. Check the answer x = 1 by substituting 1 for x in the original equation 4 Original equation x = x 4 Substitute 1 for x 1 =? =? =? + Yes! Check the answer x = 6 by substituting 1 for x in the original equation 4 Original equation x = x 4 Substitute 6 for x 6 =? Rewrite 3 =? =? Yes! Answer: The equation 4 x = x has solutions x = 1 and x = 6. Alse see Example SRW and do the suggested exercise.

16 Equations with radicals The last category of equations we will discuss involves radical signs, typically square roots. To solve these, we get rid of the square roots and then solve the remaining polynomial or rational equation: To solve an equation involving one or more radicals: Rearrange the equation so that a radical is alone on the left side. Square both sides of the equation. Solve the resulting polynomial equation. Check your solution(s) in the original equation. Remember that any solution involving the square root of a negative number must be rejected. Example 1: Solve x = x Solution: Original equation x = x Isolate radical on left x + 1 = x 1

17 Square both sides ( ) x + 1 = (x 1) x + 1 = x x + 1 Rewrite equation in x = x x standard form and factor 0 = x 4x = x(x 4) to get possible solutions x = 0 and x = 4. Check the answer x = 0 by substituting 0 for x in the original equation Original equation x = x Substitute 0 for x =? 0 and check =? 0. No! Reject x = 0 Check the answer x = 4 by substituting 4 for x in the original equation Original equation x = x Substitute 0 for x (4) =? =? 4 and check =? 4. Yes! Accept the answer x = 4. Answer: The equation x = x has one solution x = 4 Read Example SRW and do the suggested exercise.

18 Substituting a variable for a power of the unknown Example 13: Solve x 4 8x + 8 = 0 Solution: Notice that the only powers of x are x and x 4. This suggests rewriting x 4 8x + 8 = 0 as (x ) 8x + 8 = 0. Substitute W for x to get W 8W + 8 = 0. Now apply the quadratic formula: W = 8± ( 8) = 8± 3 = 8±4 = 4 ± Thus there are two solutions for W, namely W 1 = 4 + and W = 4. Since these are both positive and x = W, the original equation has four solutions: x = ± W 1 = ± 4 + and x = ± W = ± 4 Example 14: Solve x 1/3 + x 1/6 = 0. Solution: Rewrite as (x 1/6 ) + x 1/6 = 0. Setting W = x 1/6 yields W + W ) = (W + )(W 1) = 0 and so W = or W = 1. Since x = W 6, we get x = ( ) 6 = 64 or x = 1 6 = 1. Check your answer by substituting in the original equation. x = 1 is fine, but x = 64 yields the false statement 4 + = 0. Solution: x = 1.

19 Exercises for Chapter 1.5: Equations Click on Wolfram Calculator to find an answer checker. Click on Wolfram Algebra Examples to see how to check various types of algebra problems. 1. Do the WebAssign exercises.. Solve each of the following equations: a) x = x b) x(x + 1) = 0 c) x 3 = 16x d) x 4 = 16x e) x = 0 f) x(x + 1)(x + ) = (x + 1)(x + 5x + 6) g) 1x + 30x = 5x 1 3. Solve each of the following equations: a) x + 4 = 0 b) x 3 + x x = 0 c)x 4 4 = 0 4. Solve each of the following equations: a) x 4/3 5x / = 0 b) x + 1 x = 108 c) 3x + 7 = x 7 x d) 10 x 1 x = 0 e) x x+7 x+1 x+3 = 1 f) 5 x + 1 = x

20 Quiz Review Example 1: Find the degree of each equation: 1 + x + x + x 3 = x + 7 x + 3x = x 5 Example :: Solve 3x + 5 = 8x. Example 3:: Solve xc + yc + xyu = x + u + v for x. Example 4: Solve each of the following x 3 = x x 4 = 4x 3 3x Example 5: Solve x(x + 1) = 1 Example 7: How do you know that 6x + 13x + 6 can be factored? Example 8: Factor 6x + 13x + 6. Example 9: Reduce the fraction 18x + 39x + 18 to lowest terms. 1x + 8 Example 10: Use the quadratic formula to solve 3x + 4x + stx + q = 0. 4 Example 11: Solve the rational equation x = x. Example 1: Solve x = x. Example 13: Solve x 4 8x + 8 = 0. Example 14: Solve x 1/3 + x 1/6 = 0.

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

Partial Fraction Decomposition Honors Precalculus Mr. Velazquez Rm. 254

Partial Fraction Decomposition Honors Precalculus Mr. Velazquez Rm. 254 Partial Fraction Decomposition Honors Precalculus Mr. Velazquez Rm. 254 Adding and Subtracting Rational Expressions Recall that we can use multiplication and common denominators to write a sum or difference

More information

CCNY Math Review Chapter 1: Fundamentals

CCNY Math Review Chapter 1: Fundamentals CCNY Math Review Chapter 1: Fundamentals To navigate this document, click any button below or any chapter heading in the orange strip above. To move forward or backward between frames, click keyboard arrow

More information

Herndon High School Geometry Honors Summer Assignment

Herndon High School Geometry Honors Summer Assignment Welcome to Geometry! This summer packet is for all students enrolled in Geometry Honors at Herndon High School for Fall 07. The packet contains prerequisite skills that you will need to be successful in

More information

Are you ready for Algebra 3? Summer Packet *Required for all Algebra 3/Trigonometry Students*

Are you ready for Algebra 3? Summer Packet *Required for all Algebra 3/Trigonometry Students* Name: Date: Period: Are you ready for Algebra? Summer Packet *Required for all Students* The course prepares students for Pre Calculus and college math courses. In order to accomplish this, the course

More information

Chapter 2A - Solving Equations

Chapter 2A - Solving Equations - Chapter A Chapter A - Solving Equations Introduction and Review of Linear Equations An equation is a statement which relates two or more numbers or algebraic expressions. For example, the equation 6

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

SUMMER REVIEW PACKET. Name:

SUMMER REVIEW PACKET. Name: Wylie East HIGH SCHOOL SUMMER REVIEW PACKET For students entering Regular PRECALCULUS Name: Welcome to Pre-Calculus. The following packet needs to be finished and ready to be turned the first week of the

More information

Lesson 3.5 Exercises, pages

Lesson 3.5 Exercises, pages Lesson 3.5 Exercises, pages 232 238 A 4. Calculate the value of the discriminant for each quadratic equation. a) 5x 2-9x + 4 = 0 b) 3x 2 + 7x - 2 = 0 In b 2 4ac, substitute: In b 2 4ac, substitute: a 5,

More information

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions

10/22/16. 1 Math HL - Santowski SKILLS REVIEW. Lesson 15 Graphs of Rational Functions. Lesson Objectives. (A) Rational Functions Lesson 15 Graphs of Rational Functions SKILLS REVIEW! Use function composition to prove that the following two funtions are inverses of each other. 2x 3 f(x) = g(x) = 5 2 x 1 1 2 Lesson Objectives! The

More information

Lesson 5b Solving Quadratic Equations

Lesson 5b Solving Quadratic Equations Lesson 5b Solving Quadratic Equations In this lesson, we will continue our work with Quadratics in this lesson and will learn several methods for solving quadratic equations. The first section will introduce

More information

Simplify each numerical expression. Show all work! Only use a calculator to check. 1) x ) 25 ( x 2 3) 3) 4)

Simplify each numerical expression. Show all work! Only use a calculator to check. 1) x ) 25 ( x 2 3) 3) 4) NAME HONORS ALGEBRA II REVIEW PACKET To maintain a high quality program, students entering Honors Algebra II are expected to remember the basics of the mathematics taught in their Algebra I course. In

More information

Chapter 8B - Trigonometric Functions (the first part)

Chapter 8B - Trigonometric Functions (the first part) Fry Texas A&M University! Spring 2016! Math 150 Notes! Section 8B-I! Page 79 Chapter 8B - Trigonometric Functions (the first part) Recall from geometry that if 2 corresponding triangles have 2 angles of

More information

MULTIPLYING TRINOMIALS

MULTIPLYING TRINOMIALS Name: Date: 1 Math 2 Variable Manipulation Part 4 Polynomials B MULTIPLYING TRINOMIALS Multiplying trinomials is the same process as multiplying binomials except for there are more terms to multiply than

More information

MATH 1130 Exam 1 Review Sheet

MATH 1130 Exam 1 Review Sheet MATH 1130 Exam 1 Review Sheet The Cartesian Coordinate Plane The Cartesian Coordinate Plane is a visual representation of the collection of all ordered pairs (x, y) where x and y are real numbers. This

More information

( 3) ( ) ( ) ( ) ( ) ( )

( 3) ( ) ( ) ( ) ( ) ( ) 81 Instruction: Determining the Possible Rational Roots using the Rational Root Theorem Consider the theorem stated below. Rational Root Theorem: If the rational number b / c, in lowest terms, is a root

More information

Math 1302 Notes 2. How many solutions? What type of solution in the real number system? What kind of equation is it?

Math 1302 Notes 2. How many solutions? What type of solution in the real number system? What kind of equation is it? Math 1302 Notes 2 We know that x 2 + 4 = 0 has How many solutions? What type of solution in the real number system? What kind of equation is it? What happens if we enlarge our current system? Remember

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

Chapter Five Notes N P U2C5

Chapter Five Notes N P U2C5 Chapter Five Notes N P UC5 Name Period Section 5.: Linear and Quadratic Functions with Modeling In every math class you have had since algebra you have worked with equations. Most of those equations have

More information

SOLUTIONS FOR PROBLEMS 1-30

SOLUTIONS FOR PROBLEMS 1-30 . Answer: 5 Evaluate x x + 9 for x SOLUTIONS FOR PROBLEMS - 0 When substituting x in x be sure to do the exponent before the multiplication by to get (). + 9 5 + When multiplying ( ) so that ( 7) ( ).

More information

Simplifying Rational Expressions and Functions

Simplifying Rational Expressions and Functions Department of Mathematics Grossmont College October 15, 2012 Recall: The Number Types Definition The set of whole numbers, ={0, 1, 2, 3, 4,...} is the set of natural numbers unioned with zero, written

More information

5.4 - Quadratic Functions

5.4 - Quadratic Functions Fry TAMU Spring 2017 Math 150 Notes Section 5.4 Page! 92 5.4 - Quadratic Functions Definition: A function is one that can be written in the form f (x) = where a, b, and c are real numbers and a 0. (What

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

MATH 150 Pre-Calculus

MATH 150 Pre-Calculus MATH 150 Pre-Calculus Fall, 2014, WEEK 2 JoungDong Kim Week 2: 1D, 1E, 2A Chapter 1D. Rational Expression. Definition of a Rational Expression A rational expression is an expression of the form p, where

More information

Quadratic Functions. Key Terms. Slide 1 / 200. Slide 2 / 200. Slide 3 / 200. Table of Contents

Quadratic Functions. Key Terms. Slide 1 / 200. Slide 2 / 200. Slide 3 / 200. Table of Contents Slide 1 / 200 Quadratic Functions Table of Contents Key Terms Identify Quadratic Functions Explain Characteristics of Quadratic Functions Solve Quadratic Equations by Graphing Solve Quadratic Equations

More information

Quadratic Functions. Key Terms. Slide 2 / 200. Slide 1 / 200. Slide 3 / 200. Slide 4 / 200. Slide 6 / 200. Slide 5 / 200.

Quadratic Functions. Key Terms. Slide 2 / 200. Slide 1 / 200. Slide 3 / 200. Slide 4 / 200. Slide 6 / 200. Slide 5 / 200. Slide 1 / 200 Quadratic Functions Slide 2 / 200 Table of Contents Key Terms Identify Quadratic Functions Explain Characteristics of Quadratic Functions Solve Quadratic Equations by Graphing Solve Quadratic

More information

Slide 1 / 200. Quadratic Functions

Slide 1 / 200. Quadratic Functions Slide 1 / 200 Quadratic Functions Key Terms Slide 2 / 200 Table of Contents Identify Quadratic Functions Explain Characteristics of Quadratic Functions Solve Quadratic Equations by Graphing Solve Quadratic

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

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc.

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc. Section 2.1-2.2 September 6, 2017 1 Polynomials Definition. A polynomial is an expression of the form a n x n + a n 1 x n 1 + + a 1 x + a 0 where each a 0, a 1,, a n are real numbers, a n 0, and n is a

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

ACCUPLACER MATH 0311 OR MATH 0120

ACCUPLACER MATH 0311 OR MATH 0120 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 0 OR MATH 00 http://www.academics.utep.edu/tlc MATH 0 OR MATH 00 Page Factoring Factoring Eercises 8 Factoring Answer to Eercises

More information

LESSON EII.C EQUATIONS AND INEQUALITIES

LESSON EII.C EQUATIONS AND INEQUALITIES LESSON EII.C EQUATIONS AND INEQUALITIES LESSON EII.C EQUATIONS AND INEQUALITIES 7 OVERVIEW Here s what you ll learn in this lesson: Linear a. Solving linear equations b. Solving linear inequalities Once

More information

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions Rational Functions A rational function f (x) is a function which is the ratio of two polynomials, that is, Part 2, Polynomials Lecture 26a, Rational Functions f (x) = where and are polynomials Dr Ken W

More information

LESSON 13.1 NONLINEAR EQUATIONS

LESSON 13.1 NONLINEAR EQUATIONS LESSON. NONLINEAR EQUATIONS LESSON. NONLINEAR EQUATIONS 58 OVERVIEW Here's what you'll learn in this lesson: Solving Equations a. Solving polynomial equations by factoring b. Solving quadratic type equations

More information

9.5. Polynomial and Rational Inequalities. Objectives. Solve quadratic inequalities. Solve polynomial inequalities of degree 3 or greater.

9.5. Polynomial and Rational Inequalities. Objectives. Solve quadratic inequalities. Solve polynomial inequalities of degree 3 or greater. Chapter 9 Section 5 9.5 Polynomial and Rational Inequalities Objectives 1 3 Solve quadratic inequalities. Solve polynomial inequalities of degree 3 or greater. Solve rational inequalities. Objective 1

More information

Algebra II (Common Core) Summer Assignment Due: September 11, 2017 (First full day of classes) Ms. Vella

Algebra II (Common Core) Summer Assignment Due: September 11, 2017 (First full day of classes) Ms. Vella 1 Algebra II (Common Core) Summer Assignment Due: September 11, 2017 (First full day of classes) Ms. Vella In this summer assignment, you will be reviewing important topics from Algebra I that are crucial

More information

Equations in Quadratic Form

Equations in Quadratic Form Equations in Quadratic Form MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to: make substitutions that allow equations to be written

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

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

= 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

Integration of Rational Functions by Partial Fractions

Integration of Rational Functions by Partial Fractions Title Integration of Rational Functions by MATH 1700 MATH 1700 1 / 11 Readings Readings Readings: Section 7.4 MATH 1700 2 / 11 Rational functions A rational function is one of the form where P and Q are

More information

Algebra 1 S1 Lesson Summaries. Lesson Goal: Mastery 70% or higher

Algebra 1 S1 Lesson Summaries. Lesson Goal: Mastery 70% or higher Algebra 1 S1 Lesson Summaries For every lesson, you need to: Read through the LESSON REVIEW which is located below or on the last page of the lesson and 3-hole punch into your MATH BINDER. Read and work

More information

Quarter 2 400, , , , , , ,000 50,000

Quarter 2 400, , , , , , ,000 50,000 Algebra 2 Quarter 2 Quadratic Functions Introduction to Polynomial Functions Hybrid Electric Vehicles Since 1999, there has been a growing trend in the sales of hybrid electric vehicles. These data show

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

P.1 Prerequisite skills Basic Algebra Skills

P.1 Prerequisite skills Basic Algebra Skills P.1 Prerequisite skills Basic Algebra Skills Topics: Evaluate an algebraic expression for given values of variables Combine like terms/simplify algebraic expressions Solve equations for a specified variable

More information

Polynomial Functions

Polynomial Functions Polynomial Functions Polynomials A Polynomial in one variable, x, is an expression of the form a n x 0 a 1 x n 1... a n 2 x 2 a n 1 x a n The coefficients represent complex numbers (real or imaginary),

More information

PARTIAL FRACTION DECOMPOSITION. Mr. Velazquez Honors Precalculus

PARTIAL FRACTION DECOMPOSITION. Mr. Velazquez Honors Precalculus PARTIAL FRACTION DECOMPOSITION Mr. Velazquez Honors Precalculus ADDING AND SUBTRACTING RATIONAL EXPRESSIONS Recall that we can use multiplication and common denominators to write a sum or difference of

More information

Integration of Rational Functions by Partial Fractions

Integration of Rational Functions by Partial Fractions Title Integration of Rational Functions by Partial Fractions MATH 1700 December 6, 2016 MATH 1700 Partial Fractions December 6, 2016 1 / 11 Readings Readings Readings: Section 7.4 MATH 1700 Partial Fractions

More information

Chapter One: Pre-Geometry

Chapter One: Pre-Geometry Chapter One: Pre-Geometry Index: A: Solving Equations B: Factoring (GCF/DOTS) C: Factoring (Case Two leading into Case One) D: Factoring (Case One) E: Solving Quadratics F: Parallel and Perpendicular Lines

More information

Systems of Equations and Inequalities. College Algebra

Systems of Equations and Inequalities. College Algebra Systems of Equations and Inequalities College Algebra System of Linear Equations There are three types of systems of linear equations in two variables, and three types of solutions. 1. An independent system

More information

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2)

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2) Math 001 - Term 161 Recitation (R1, R) Question 1: How many rational and irrational numbers are possible between 0 and 1? (a) 1 (b) Finite (c) 0 (d) Infinite (e) Question : A will contain how many elements

More information

Solve by factoring and applying the Zero Product Property. Review Solving Quadratic Equations. Three methods to solve equations of the

Solve by factoring and applying the Zero Product Property. Review Solving Quadratic Equations. Three methods to solve equations of the Hartfield College Algebra (Version 2015b - Thomas Hartfield) Unit ONE Page - 1 - of 26 Topic 0: Review Solving Quadratic Equations Three methods to solve equations of the form ax 2 bx c 0. 1. Factoring

More information

Linear equations are equations involving only polynomials of degree one.

Linear equations are equations involving only polynomials of degree one. Chapter 2A Solving Equations Solving Linear Equations Linear equations are equations involving only polynomials of degree one. Examples include 2t +1 = 7 and 25x +16 = 9x 4 A solution is a value or a set

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2013 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

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

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation?

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation? Algebra Concepts Equation Solving Flow Chart Page of 6 How Do I Solve This Equation? First, simplify both sides of the equation as much as possible by: combining like terms, removing parentheses using

More information

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers Fry Texas A&M University! Fall 2016! Math 150 Notes! Section 1A! Page 1 Chapter 1A -- Real Numbers Math Symbols: iff or Example: Let A = {2, 4, 6, 8, 10, 12, 14, 16,...} and let B = {3, 6, 9, 12, 15, 18,

More information

( ) c. m = 0, 1 2, 3 4

( ) c. m = 0, 1 2, 3 4 G Linear Functions Probably the most important concept from precalculus that is required for differential calculus is that of linear functions The formulas you need to know backwards and forwards are:

More information

Geometry Summer Assignment 2018

Geometry Summer Assignment 2018 Geometry Summer Assignment 2018 The following packet contains topics and definitions that you will be required to know in order to succeed in Geometry this year. You are advised to be familiar with each

More information

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software Practical Algebra A Step-by-step Approach Brought to you by Softmath, producers of Algebrator Software 2 Algebra e-book Table of Contents Chapter 1 Algebraic expressions 5 1 Collecting... like terms 5

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

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

Solutions to Exercises, Section 2.5

Solutions to Exercises, Section 2.5 Instructor s Solutions Manual, Section 2.5 Exercise 1 Solutions to Exercises, Section 2.5 For Exercises 1 4, write the domain of the given function r as a union of intervals. 1. r(x) 5x3 12x 2 + 13 x 2

More information

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable.

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable. C H A P T E R 6 Algebra Review This chapter reviews key skills and concepts of algebra that you need to know for the SAT. Throughout the chapter are sample questions in the style of SAT questions. Each

More information

Chapter 1D - Rational Expressions

Chapter 1D - Rational Expressions - Capter 1D Capter 1D - Rational Expressions Definition of a Rational Expression A rational expression is te quotient of two polynomials. (Recall: A function px is a polynomial in x of degree n, if tere

More information

MATH 103 Pre-Calculus Mathematics Test #3 Fall 2008 Dr. McCloskey Sample Solutions

MATH 103 Pre-Calculus Mathematics Test #3 Fall 2008 Dr. McCloskey Sample Solutions MATH 103 Pre-Calculus Mathematics Test #3 Fall 008 Dr. McCloskey Sample Solutions 1. Let P (x) = 3x 4 + x 3 x + and D(x) = x + x 1. Find polynomials Q(x) and R(x) such that P (x) = Q(x) D(x) + R(x). (That

More information

B.3 Solving Equations Algebraically and Graphically

B.3 Solving Equations Algebraically and Graphically B.3 Solving Equations Algebraically and Graphically 1 Equations and Solutions of Equations An equation in x is a statement that two algebraic expressions are equal. To solve an equation in x means to find

More information

Algebra II Summer Packet. Summer Name:

Algebra II Summer Packet. Summer Name: Algebra II Summer Packet Summer 2017 Name: NAME ALGEBRA II & TRIGONOMETRY SUMMER REVIEW PACKET To maintain a high quality program, students entering Algebra II are expected to remember the basics of the

More information

Section 1.1 Task List

Section 1.1 Task List Summer 017 Math 143 Section 1.1 7 Section 1.1 Task List Section 1.1 Linear Equations Work through Section 1.1 TTK Work through Objective 1 then do problems #1-3 Work through Objective then do problems

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

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

We will work with two important rules for radicals. We will write them for square roots but they work for any root (cube root, fourth root, etc.).

We will work with two important rules for radicals. We will write them for square roots but they work for any root (cube root, fourth root, etc.). College algebra We will review simplifying radicals, exponents and their rules, multiplying polynomials, factoring polynomials, greatest common denominators, and solving rational equations. Pre-requisite

More information

Extending the Number System

Extending the Number System Analytical Geometry Extending the Number System Extending the Number System Remember how you learned numbers? You probably started counting objects in your house as a toddler. You learned to count to ten

More information

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polynomial and Rational Functions 3.1 Polynomial Functions and their Graphs So far, we have learned how to graph polynomials of degree 0, 1, and. Degree 0 polynomial functions are things like f(x) =,

More information

REAL WORLD SCENARIOS: PART IV {mostly for those wanting 114 or higher} 1. If 4x + y = 110 where 10 < x < 20, what is the least possible value of y?

REAL WORLD SCENARIOS: PART IV {mostly for those wanting 114 or higher} 1. If 4x + y = 110 where 10 < x < 20, what is the least possible value of y? REAL WORLD SCENARIOS: PART IV {mostly for those wanting 114 or higher} REAL WORLD SCENARIOS 1. If 4x + y = 110 where 10 < x < 0, what is the least possible value of y? WORK AND ANSWER SECTION. Evaluate

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

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

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

3.4. ZEROS OF POLYNOMIAL FUNCTIONS

3.4. ZEROS OF POLYNOMIAL FUNCTIONS 3.4. ZEROS OF POLYNOMIAL FUNCTIONS What You Should Learn Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions. Find rational zeros of polynomial functions. Find

More information

Equations. Rational Equations. Example. 2 x. a b c 2a. Examine each denominator to find values that would cause the denominator to equal zero

Equations. Rational Equations. Example. 2 x. a b c 2a. Examine each denominator to find values that would cause the denominator to equal zero Solving Other Types of Equations Rational Equations Examine each denominator to find values that would cause the denominator to equal zero Multiply each term by the LCD or If two terms cross-multiply Solve,

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

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2014 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

Math Analysis Notes Mrs. Atkinson 1

Math Analysis Notes Mrs. Atkinson 1 Name: Math Analysis Chapter 7 Notes Day 6: Section 7-1 Solving Systems of Equations with Two Variables; Sections 7-1: Solving Systems of Equations with Two Variables Solving Systems of equations with two

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

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

Chapter 1: Precalculus Review

Chapter 1: Precalculus Review : Precalculus Review Math 115 17 January 2018 Overview 1 Important Notation 2 Exponents 3 Polynomials 4 Rational Functions 5 Cartesian Coordinates 6 Lines Notation Intervals: Interval Notation (a, b) (a,

More information

Mathematics: Year 12 Transition Work

Mathematics: Year 12 Transition Work Mathematics: Year 12 Transition Work There are eight sections for you to study. Each section covers a different skill set. You will work online and on paper. 1. Manipulating directed numbers and substitution

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

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 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

Partial Fractions. (Do you see how to work it out? Substitute u = ax + b, so du = a dx.) For example, 1 dx = ln x 7 + C, x x (x 3)(x + 1) = a

Partial Fractions. (Do you see how to work it out? Substitute u = ax + b, so du = a dx.) For example, 1 dx = ln x 7 + C, x x (x 3)(x + 1) = a Partial Fractions 7-9-005 Partial fractions is the opposite of adding fractions over a common denominator. It applies to integrals of the form P(x) dx, wherep(x) and Q(x) are polynomials. Q(x) The idea

More information

Equations and Inequalities. College Algebra

Equations and Inequalities. College Algebra Equations and Inequalities College Algebra Radical Equations Radical Equations: are equations that contain variables in the radicand How to Solve a Radical Equation: 1. Isolate the radical expression on

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

OVER for SOLUTIONS SOLUTIONS TO REVIEW SHEET FOR EXAM I. The first Math 5a midterm will be Friday, February 9th from 2 4 p.m. Location: Goldsmith 300

OVER for SOLUTIONS SOLUTIONS TO REVIEW SHEET FOR EXAM I. The first Math 5a midterm will be Friday, February 9th from 2 4 p.m. Location: Goldsmith 300 MATH 5a SOLUTIONS TO REVIEW SHEET FOR EXAM I The first Math 5a midterm will be Friday, February 9th from 4 p.m. Location: Goldsmith 00 The exam will cover Sections..5: Section.: Real Numbers Section.:

More information

LESSON 8.1 RATIONAL EXPRESSIONS I

LESSON 8.1 RATIONAL EXPRESSIONS I LESSON 8. RATIONAL EXPRESSIONS I LESSON 8. RATIONAL EXPRESSIONS I 7 OVERVIEW Here is what you'll learn in this lesson: Multiplying and Dividing a. Determining when a rational expression is undefined Almost

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

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

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

MA094 Part 2 - Beginning Algebra Summary

MA094 Part 2 - Beginning Algebra Summary MA094 Part - Beginning Algebra Summary Page of 8/8/0 Big Picture Algebra is Solving Equations with Variables* Variable Variables Linear Equations x 0 MA090 Solution: Point 0 Linear Inequalities x < 0 page

More information

Lesson 21 Not So Dramatic Quadratics

Lesson 21 Not So Dramatic Quadratics STUDENT MANUAL ALGEBRA II / LESSON 21 Lesson 21 Not So Dramatic Quadratics Quadratic equations are probably one of the most popular types of equations that you ll see in algebra. A quadratic equation has

More information