8 Systems of Linear Equations

Size: px
Start display at page:

Download "8 Systems of Linear Equations"

Transcription

1 8 Systems of Linear Equations 8.1 Systems of linear equations in two variables To solve a system of linear equations of the form { a1 x + b 1 y = c 1 x + y = c 2 means to find all its solutions (all pairs (x, y) which check both equations). Methods for solving such a system: a) Graphical: graph both linear equations and find the point(s) of intersection. Then read the solution from the graph. b) Elimination: multiply each equation by convenient numbers and add them, such that one of the variables will be eliminated. Once you have found one unknown, replace its value in the equation to find the other one. c) Substitution: solve one equation for a variable, and replace this value in the other equation. Solve (find one of the unknowns) and then replace its value in the equation to find the other one. Remark: the system above has: i) one solution (a pair of values for x and y). This happens when the lines intersect at one point: ii) no solution (the equations are inconsistent). This happens when lines are parallel and distinct: a 1 b 1 a 1 = b 1 c 1 c 2 iii) infinitely many solutions (the equations are dependent). This happens when the lines coincide: a 1 = b 1 = c 1 c 2. Exercise { 1 Solve by one of the methods { above: 3x 2y = 6 4x + 3y = 10 a) b) 2x + 4y = 20 2x + y = 4 { { 4x 3y = 2 2x 3y = 6 e) f) g) 8x 6y = 4 y = 3x 5 c) { 2x + 3y = 5 x 2y = Systems of linear equations in three variables To solve a system of linear equations of the form a 1 x + b 1 y + c 1 z = d 1 x + y + c 2 z = d 2 a 3 x + b 3 y + c 3 z = d 3 { 3x 5y = 2 2x 3y = 1 means to find all its solutions (all triples (x, y, z) which check both equations). Methods for solving such a system: a) Elimination: eliminate a variable from the three equation d) { 5x 2y = 1 10x + 4y = 3 b) Substitution: solve one equation for one of the variables, and replace the value in the other two equations. Solve the resulting system (two equations, two unknowns), then find the value of the remaining unknown. c) Linear algebra: (Cramer s rule) Remark: when solving by either method your variables might disappear. You may obtain something like 0 = 0 (equations are dependent, infinitely many solution), or 0 = 1 (equations are inconsistent, no solution). Exercise 2 Solve the given systems: x + y + z = 6 a) 2x y + z = 3 b) x + 2y 3z = 4 x 5y + 4z = 8 d) 3x + y 2z = 7 e) 9x 3y + 6z = 5 2x + y z = 3 3x + 4y + z = 6 2x 3y + z = 1 x + 3y = 5 6y + z = 12 x 2z = 10 2x + 3y z = 5 c) 4x + 6y 2z = 10 x 4y + 3z = 5 1

2 8.3 Determinants (briefly) A 2 2 determinant: A 3 3 determinant a 1 b 1 c 1 c 2 a 3 b 3 c 3 a c b d = ad bc = a 1 c 3 + b 3 c 1 + a 3 b 1 c 2 a 3 c 1 b 1 c 3 a 1 b 3 c 2 Remark: to help you remember the above definition, use triangle rule or Sarrus rule. Exercise 3 Compute the given determinants: a) b) c) 3 x 2 x d) e) Remark: there are other rules for computing determinants, for example expansion by a row (or a column). What is that? 8.4 Cramer s rule To solve compute the determinants: a 1 b 1 c 1 D = c 2 a 3 b 3 c 3, D x = d 1 b 1 c 1 d 2 c 2 d 3 b 3 c 3 a 1 x + b 1 y + c 1 z = d 1 x + y + c 2 z = d 2, a 3 x + b 3 y + c 3 z = d 3, D y = Cramer s rule says that if D 0, the solution of the system is given by a 1 d 1 c 1 d 2 c 2 a 3 d 3 c 3, D z = a 1 b 1 d 1 d 2 a 3 b 3 d 3. Can you generalize to four unknowns? Exercise 4 Solve using Cramer s rule: x = D x D, x + y = 1 2x z = 3 y + 2z = 1 y = D y D,. z = D z D. 8.5 Word problems Same as before: set the notations, write equations (system of equations), solve, and then answer the question Exercise 5 One number is 2 more than 3 times another, and their sum is 26. Find the two numbers. Exercise 6 Suppose 850 tickets were sold for the game for a total of $1, 100. If adult tickets cost $1.50 and children s tickets cost $1.00, how many of each kind of ticket were sold? Exercise 7 Suppose a person invests a total of $10, 000 in two accounts. One account earns 5% annually and the other earns 6% annually. If the total interest earned from both accounts in a year is $560, how much is invested in each account? Exercise 8 How much 20% alcohol solution and 50% alcohol solution must be mixed to get 12 gallons of 30% alcohol solution? Exercise 9 It takes 2 hours for a boat to travel 28 miles downstream. The same boat can travel 18 miles upstream in 3 hours. What is the speed of the boat in still water and the speed of the current of the river? 2

3 9 The conic sections 9.1 The parabola A parabola is the graph of a quadratic of the form y = ax 2 + bx + c (a 0). To sketch its graph, use the following: a) if a > 0, the parabola opens upward, and downward if a < 0 b) the intercepts are: y int = c and x int = b ± 4ac 2a ( c) the vertex has coordinates b ) 2a, 4ac b2 4a (if = 4ac < 0 there are no x-intercepts!) Exercise 10 Sketch the graph of: a) y = x 2 4x 5 b) y = x 2 4x + 12 c) y = 3x 2 6x + 1 d) y = 2x 2 + 6x 5. Exercise 11 Graph the inequality y x The circle Recall that the distance between the points (x 1, y 1 ) and (x 2, y 2 ) is dist = (x 2 x 1 ) 2 + (y 2 y 1 ) 2. Exercise 12 Find the distance between (3, 5) and (2, 1). Exercise 13 Find x if the distance from (x, 5) to (3, 4) is 2. The equation of a circle of radius r > 0 centered at (a, b) is (x a) 2 + (y b) 2 = r 2. Exercise 14 Find the equation of the circle with center at ( 3, 2) having a radius of 5. Exercise 15 Give the equation of the circle with radius 3 whose center is at the origin. Exercise 16 Find the center and radius, then sketch the graph of the circle whose equation is (x 1) 2 +(y+3) 2 = 4. Exercise 17 Sketch the graph of x 2 + y 2 + 6x 4y 12 = 0. (Hint: complete the square) Exercise 18 Graph x 2 + y 2 < Functions A function is a rule f which assigns to each x in a set A (called domain) a unique number y in a set B (called range). We write f : A B, y = f (x). To graph a function f : A B means to graph all points (x, f (x)) for x A. Examples: a) linear function: f : R R, f (x) = ax + b b) quadratic function: f : R R, f (x) = ax 2 + bx + c c) exponential function: f : R R, f (x) = a x (a > 0 - why?) d) trigonometric functions: f : R R, f (x) = sin x (or cos x, tan x, cot x) 3

4 Exercise 19 Graph the given functions: a) f : R R, f (x) = 2x + 3 b) g : R R, g (x) = 2x 2 + 3x 5 c) h : R R, h (x) = 2 x d) k : R R, k (x) = ( 1 2) x. Exercise 20 What happens in the exercise above if we change the domain of the functions to: a) [0, ) b) (, 0) c) ( 1, 1]? Composition of functions: if g : A B and f : B C, the composition of f and g is the function f g : A C defined by g (x) = f (g (x)). Exercise 21 Find the composition of the functions f, g : R R, given by f (x) = 2x + 3 and g (x) = x Are they equal? Exercise 22 Given two functions f : A B and g : C D, when can you compose f g? g f? Inverse function: A function f : A B has an inverse, if there is a function g : B A such that g f (x) = x for all x A AND f g (x) = x for all x B. Notation: the inverse function of f is denoted f 1 (not to be confused with 1 f!). Exercise 23 Verify that the inverse of the function f : R R, f (x) = x 3 is the function g : R R, g (x) = 3 x. Exercise 24 Does the function f (x) = x 2 have an inverse? What is its domain and range? Remark: the function and its inverse undo what the other one did. Question: how do we know a function has an inverse? Answer: if the function is bijective (definition below). A function f : A B is: a) injective if whenever x 1 x 2 (x 1,2 A), we have f (x 1 ) f (x 2 ) b) surjective if for each y in B we can find a x A such that f (x) = y c) bijective if it is both injective and surjective. Remark: an alternate way to see if a function f : A B is injective/surjective is by looking at its graph (horizontal line test): a) a function is injective if a horizontal line intersects the graph at most once b) a function is surjective if a horizontal line (y = b, b B) intersects the graph at least once Question: if a function f : A B has an inverse, how can we find it? Answer: solve f (x) = y for x. The resulting value for x is the expression for f 1 (y). Exercise 25 Find the inverse of the function f : R R, f (x) = 2x Logarithms Exercise: Graph: a) y = 2 x b) y = ( 1 2) x. Remark: the exponential function f : R (0, ), f (x) = a x (with a > 0, a 1) has an inverse (both injective and surjective). We denote by log a x its inverse (g : (0, ) R, g (x) = log a x). What this means: log a b = c iff a c = b. Exercise 26 Find the indicated logarithms: log 2 8, log 5 25, log , log Exercise 27 Solve the given equations: a) log 3 x = 2 b) log x 4 = 3 c) log 8 4 = x Notation: decimal logarithm lg x = log 10 x and natural logarithm ln x = log e x (where e ) 4

5 11.1 Properties of logarithms Assuming x, y > 0 and a, b > 0 and a, b 1, we have (why?): 1. log a (xy) = log a x + log a y (logarithm of a product) ( ) x 2. log a = log y a x log a y (logarithm of a ratio) 3. log a x r = r log a x (logarithm of a power) 4. log a x = log b x log a x (change of base formula) Exercise 28 Expand using the properties of logarithm: a) log 5 3xy z b) log 2 x 4 yz 3 Exercise 29 Convert to a base decimal logarithm: a) log 8 24 b) log Exercise 30 Solve for x: log 2 (x + 2) + log 2 x = Exponential equations Idea: to solve, take logarithms (with a convenient base) of both sides. Exercise 31 Solve: a) 5 x = 12 b) 25 2x+1 = 12 c) 6 5 2x = 4. 5

The coordinates of the vertex of the corresponding parabola are p, q. If a > 0, the parabola opens upward. If a < 0, the parabola opens downward.

The coordinates of the vertex of the corresponding parabola are p, q. If a > 0, the parabola opens upward. If a < 0, the parabola opens downward. Mathematics 10 Page 1 of 8 Quadratic Relations in Vertex Form The expression y ax p q defines a quadratic relation in form. The coordinates of the of the corresponding parabola are p, q. If a > 0, the

More information

1 Sets of real numbers

1 Sets of real numbers 1 Sets of real numbers Outline Sets of numbers, operations, functions Sets of natural, integer, rational and real numbers Operations with real numbers and their properties Representations of real numbers

More information

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution.

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution. SKILL BUILDER TEN Graphs of Linear Equations with Two Variables A first degree equation is called a linear equation, since its graph is a straight line. In a linear equation, each term is a constant or

More information

y z ). Write all solutions using only positive

y z ). Write all solutions using only positive 1. a) Graph the equation x y =. b) What is the x-intercept? What is the y-intercept? d) What is the slope of this line?. a) Find the slope of the line joining the points and ( b) Find the equation of this

More information

Math Exam Jam Solutions. Contents. 1 Linear Inequalities and Absolute Value Equations 2

Math Exam Jam Solutions. Contents. 1 Linear Inequalities and Absolute Value Equations 2 Math 11100 Exam Jam Solutions Contents 1 Linear Inequalities and Absolute Value Equations 2 2 Linear Equations, Graphing and Solving Systems of Equations 4 3 Polynomials and Rational Expressions 13 4 Radical

More information

2. Determine the domain of the function. Verify your result with a graph. f(x) = 25 x 2

2. Determine the domain of the function. Verify your result with a graph. f(x) = 25 x 2 29 April PreCalculus Final Review 1. Find the slope and y-intercept (if possible) of the equation of the line. Sketch the line: y = 3x + 13 2. Determine the domain of the function. Verify your result with

More information

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Week # 1 Order of Operations Step 1 Evaluate expressions inside grouping symbols. Order of Step 2 Evaluate all powers. Operations Step

More information

Math 370 Semester Review Name

Math 370 Semester Review Name Math 370 Semester Review Name 1) State the following theorems: (a) Remainder Theorem (b) Factor Theorem (c) Rational Root Theorem (d) Fundamental Theorem of Algebra (a) If a polynomial f(x) is divided

More information

Lesson 9 Exploring Graphs of Quadratic Functions

Lesson 9 Exploring Graphs of Quadratic Functions Exploring Graphs of Quadratic Functions Graph the following system of linear inequalities: { y > 1 2 x 5 3x + 2y 14 a What are three points that are solutions to the system of inequalities? b Is the point

More information

MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS

MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT100 is a fast-paced and thorough tour of precalculus mathematics, where the choice of topics is primarily motivated by the conceptual and technical knowledge

More information

Algebraic. techniques1

Algebraic. techniques1 techniques Algebraic An electrician, a bank worker, a plumber and so on all have tools of their trade. Without these tools, and a good working knowledge of how to use them, it would be impossible for them

More information

2-7 Solving Quadratic Inequalities. ax 2 + bx + c > 0 (a 0)

2-7 Solving Quadratic Inequalities. ax 2 + bx + c > 0 (a 0) Quadratic Inequalities In One Variable LOOKS LIKE a quadratic equation but Doesn t have an equal sign (=) Has an inequality sign (>,

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity

Algebra 2 Khan Academy Video Correlations By SpringBoard Activity SB Activity Activity 1 Creating Equations 1-1 Learning Targets: Create an equation in one variable from a real-world context. Solve an equation in one variable. 1-2 Learning Targets: Create equations in

More information

2. Use your graphing calculator to graph each of the functions below over the interval 2, 2

2. Use your graphing calculator to graph each of the functions below over the interval 2, 2 MSLC Math 0 Final Eam Review Disclaimer: This should NOT be used as your only guide for what to study. if 0. Use the piece-wise defined function f( ) to answer the following: if a. Compute f(0), f(), f(-),

More information

Due for this week. Slide 2. Copyright 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Due for this week. Slide 2. Copyright 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley MTH 209 Week 1 Due for this week Homework 1 (on MyMathLab via the Materials Link) Monday night at 6pm. Read Chapter 6.1-6.4, 7.1-7.4,10.1-10.3,10.6 Do the MyMathLab Self-Check for week 1. Learning team

More information

A) (-1, -1, -2) B) No solution C) Infinite solutions D) (1, 1, 2) A) (6, 5, -3) B) No solution C) Infinite solutions D) (1, -3, -7)

A) (-1, -1, -2) B) No solution C) Infinite solutions D) (1, 1, 2) A) (6, 5, -3) B) No solution C) Infinite solutions D) (1, -3, -7) Algebra st Semester Final Exam Review Multiple Choice. Write an equation that models the data displayed in the Interest-Free Loan graph that is provided. y = x + 80 y = -0x + 800 C) y = 0x 00 y = 0x +

More information

5 Systems of Equations

5 Systems of Equations Systems of Equations Concepts: Solutions to Systems of Equations-Graphically and Algebraically Solving Systems - Substitution Method Solving Systems - Elimination Method Using -Dimensional Graphs to Approximate

More information

When using interval notation use instead of open circles, and use instead of solid dots.

When using interval notation use instead of open circles, and use instead of solid dots. P.1 Real Numbers PreCalculus P.1 REAL NUMBERS Learning Targets for P1 1. Describe an interval on the number line using inequalities. Describe an interval on the number line using interval notation (closed

More information

ALGEBRA 2 X. Final Exam. Review Packet

ALGEBRA 2 X. Final Exam. Review Packet ALGEBRA X Final Exam Review Packet Multiple Choice Match: 1) x + y = r a) equation of a line ) x = 5y 4y+ b) equation of a hyperbola ) 4) x y + = 1 64 9 c) equation of a parabola x y = 1 4 49 d) equation

More information

QUADRATIC FUNCTIONS AND MODELS

QUADRATIC FUNCTIONS AND MODELS QUADRATIC FUNCTIONS AND MODELS What You Should Learn Analyze graphs of quadratic functions. Write quadratic functions in standard form and use the results to sketch graphs of functions. Find minimum and

More information

MATH 125 FALL 2018 ELAC TEST 3 TAKE HOME Name: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

MATH 125 FALL 2018 ELAC TEST 3 TAKE HOME Name: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. MATH 125 FALL 2018 ELAC TEST 3 TAKE HOME Name: SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Determine whether the functions f and g are inverses of

More information

INTERNET MAT 117. Solution for the Review Problems. (1) Let us consider the circle with equation. x 2 + 2x + y 2 + 3y = 3 4. (x + 1) 2 + (y + 3 2

INTERNET MAT 117. Solution for the Review Problems. (1) Let us consider the circle with equation. x 2 + 2x + y 2 + 3y = 3 4. (x + 1) 2 + (y + 3 2 INTERNET MAT 117 Solution for the Review Problems (1) Let us consider the circle with equation x 2 + y 2 + 2x + 3y + 3 4 = 0. (a) Find the standard form of the equation of the circle given above. (i) Group

More information

Algebra 2 Honors: Final Exam Review

Algebra 2 Honors: Final Exam Review Name: Class: Date: Algebra 2 Honors: Final Exam Review Directions: You may write on this review packet. Remember that this packet is similar to the questions that you will have on your final exam. Attempt

More information

Mock Final Exam Name. Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) A) {- 30} B) {- 6} C) {30} D) {- 28}

Mock Final Exam Name. Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) A) {- 30} B) {- 6} C) {30} D) {- 28} Mock Final Exam Name Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) 1) A) {- 30} B) {- 6} C) {30} D) {- 28} First, write the value(s) that make the denominator(s) zero. Then solve the

More information

7.2 Solving Systems with Graphs Name: Date: Goal: to use the graphs of linear equations to solve linear systems. Main Ideas:

7.2 Solving Systems with Graphs Name: Date: Goal: to use the graphs of linear equations to solve linear systems. Main Ideas: 7.2 Solving Systems with Graphs Name: Date: Goal: to use the graphs of linear equations to solve linear systems Toolkit: graphing lines rearranging equations substitution Main Ideas: Definitions: Linear

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Algebraic Concepts Review MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the inequality. ) - - 0x - -x - ) A) x > -0 B) x < -0 C) x 0 D) x

More information

3. Solve the following inequalities and express your answer in interval notation.

3. Solve the following inequalities and express your answer in interval notation. Youngstown State University College Algebra Final Exam Review (Math 50). Find all Real solutions for the following: a) x 2 + 5x = 6 b) 9 x2 x 8 = 0 c) (x 2) 2 = 6 d) 4x = 8 x 2 e) x 2 + 4x = 5 f) 36x 3

More information

SECTION 1.8 : x = f LEARNING OBJECTIVES

SECTION 1.8 : x = f LEARNING OBJECTIVES SECTION 1.8 : x = f (Section 1.8: x = f ( y) ( y)) 1.8.1 LEARNING OBJECTIVES Know how to graph equations of the form x = f ( y). Compare these graphs with graphs of equations of the form y = f ( x). Recognize

More information

ID: ID: ID: of 39 1/18/ :43 AM. Student: Date: Instructor: Alfredo Alvarez Course: 2017 Spring Math 1314

ID: ID: ID: of 39 1/18/ :43 AM. Student: Date: Instructor: Alfredo Alvarez Course: 2017 Spring Math 1314 1 of 39 1/18/017 10:43 AM Student: Date: Instructor: Alfredo Alvarez Course: 017 Spring Math 1314 Assignment: Practice Final 1. Graph the equation. y= x 3 ID: 1.1-11. Perform the multiplication and write

More information

1. Simplify each expression and write all answers without negative exponents. for variable L.

1. Simplify each expression and write all answers without negative exponents. for variable L. MATH 0: PRACTICE FINAL Spring, 007 Chapter # :. Simplif each epression and write all answers without negative eponents. ( ab ) Ans. b 9 7a 6 Ans.. Solve each equation. 5( ) = 5 5 Ans. man solutions + 7

More information

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics MATHS 101: Calculus I

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics   MATHS 101: Calculus I Preliminaries 2 1 2 Lectures Department of Mathematics http://www.abdullaeid.net/maths101 MATHS 101: Calculus I (University of Bahrain) Prelim 1 / 35 Pre Calculus MATHS 101: Calculus MATHS 101 is all about

More information

Pre-calculus 12 Curriculum Outcomes Framework (110 hours)

Pre-calculus 12 Curriculum Outcomes Framework (110 hours) Curriculum Outcomes Framework (110 hours) Trigonometry (T) (35 40 hours) General Curriculum Outcome: Students will be expected to develop trigonometric reasoning. T01 Students will be expected to T01.01

More information

15) x3/2 = ) (5x + 3)1/3 = 3. 17) (x2 + 14x + 49) 3/4-20 = 7. 18) x4-7x = 0. 19) x2/5 - x1/5-12 = 0. 21) e2x + ex - 6 = 0

15) x3/2 = ) (5x + 3)1/3 = 3. 17) (x2 + 14x + 49) 3/4-20 = 7. 18) x4-7x = 0. 19) x2/5 - x1/5-12 = 0. 21) e2x + ex - 6 = 0 Instructor: Medina Solve the equation. 1) x 9 = x 4 + 7 9 Name 15) x3/2 = 125 2) x + 7 4 = 2 - x - 1 6 16) (5x + 3)1/3 = 3 17) (x2 + 14x + 49) 3/4-20 = 7 3) 7 x = 1 2x + 52 4) 30 x - 4 + 5 = 15 x - 4 18)

More information

Solving Systems of Linear Equations. Classification by Number of Solutions

Solving Systems of Linear Equations. Classification by Number of Solutions Solving Systems of Linear Equations Case 1: One Solution Case : No Solution Case 3: Infinite Solutions Independent System Inconsistent System Dependent System x = 4 y = Classification by Number of Solutions

More information

RADICAL AND RATIONAL FUNCTIONS REVIEW

RADICAL AND RATIONAL FUNCTIONS REVIEW RADICAL AND RATIONAL FUNCTIONS REVIEW Name: Block: Date: Total = % 2 202 Page of 4 Unit 2 . Sketch the graph of the following functions. State the domain and range. y = 2 x + 3 Domain: Range: 2. Identify

More information

PRACTICE FINAL , FALL What will NOT be on the final

PRACTICE FINAL , FALL What will NOT be on the final PRACTICE FINAL - 1010-004, FALL 2013 If you are completing this practice final for bonus points, please use separate sheets of paper to do your work and circle your answers. Turn in all work you did to

More information

North Seattle Community College Computer Based Mathematics Instruction Math 102 Test Reviews

North Seattle Community College Computer Based Mathematics Instruction Math 102 Test Reviews North Seattle Community College Computer Based Mathematics Instruction Math 10 Test Reviews Click on a bookmarked heading on the left to access individual reviews. To print a review, choose print and the

More information

1 x. II. CHAPTER 2: (A) Graphing Rational Functions: Show Asymptotes using dotted lines, Intercepts, Holes(Coordinates, if any.)

1 x. II. CHAPTER 2: (A) Graphing Rational Functions: Show Asymptotes using dotted lines, Intercepts, Holes(Coordinates, if any.) FINAL REVIEW-014: Before using this review guide be sure to study your test and quizzes from this year. The final will contain big ideas from the first half of the year (chapters 1-) but it will be focused

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

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Math 170 Final Exam Review Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Evaluate the function at the given value of the independent variable and

More information

Math 370 Semester Review Name

Math 370 Semester Review Name Math 370 Semester Review Name These problems will give you an idea of what may be included on the final exam. Don't worry! The final exam will not be this long! 1) State the following theorems: (a) Remainder

More information

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 Name: Math Academy I Fall Study Guide CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 1-A Terminology natural integer rational real complex irrational imaginary term expression argument monomial degree

More information

Summer Packet A Math Refresher For Students Entering IB Mathematics SL

Summer Packet A Math Refresher For Students Entering IB Mathematics SL Summer Packet A Math Refresher For Students Entering IB Mathematics SL Name: PRECALCULUS SUMMER PACKET Directions: This packet is required if you are registered for Precalculus for the upcoming school

More information

Check boxes of Edited Copy of Sp Topics (was 261-pilot)

Check boxes of Edited Copy of Sp Topics (was 261-pilot) Check boxes of Edited Copy of 10023 Sp 11 253 Topics (was 261-pilot) Intermediate Algebra (2011), 3rd Ed. [open all close all] R-Review of Basic Algebraic Concepts Section R.2 Ordering integers Plotting

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Math 170 Final Exam Review Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Evaluate the function at the given value of the independent variable and

More information

e. some other answer 6. The graph of the parabola given below has an axis of symmetry of: a. y = 5 b. x = 3 c. y = 3 d. x = 5 e. Some other answer.

e. some other answer 6. The graph of the parabola given below has an axis of symmetry of: a. y = 5 b. x = 3 c. y = 3 d. x = 5 e. Some other answer. Intermediate Algebra Solutions Review Problems Final Exam MTH 099 December, 006 1. True or False: (a + b) = a + b. True or False: x + y = x + y. True or False: The parabola given by the equation y = x

More information

Intermediate Algebra

Intermediate Algebra Intermediate Algebra 978-1-63545-084-2 To learn more about all our offerings Visit Knewton.com Source Author(s) (Text or Video) Title(s) Link (where applicable) Openstax Lyn Marecek, MaryAnne Anthony-Smith

More information

b g if f x x x x x x

b g if f x x x x x x 1. Find the product, if possible. AB, if A = 0 1, 4 1 0 4 4 3 15 B = 1 4 0 1 4 1 16 6 1 4 1 0 4 7 0 0 16 0 1 0 0 4 3 4 15. Find the equation of the parabola with vertex at the origin that passes through

More information

MR. YATES. Vocabulary. Quadratic Cubic Monomial Binomial Trinomial Term Leading Term Leading Coefficient

MR. YATES. Vocabulary. Quadratic Cubic Monomial Binomial Trinomial Term Leading Term Leading Coefficient ALGEBRA II WITH TRIGONOMETRY COURSE OUTLINE SPRING 2009. MR. YATES Vocabulary Unit 1: Polynomials Scientific Notation Exponent Base Polynomial Degree (of a polynomial) Constant Linear Quadratic Cubic Monomial

More information

1. Graph each of the given equations, state the domain and range, and specify all intercepts and symmetry. a) y 3x

1. Graph each of the given equations, state the domain and range, and specify all intercepts and symmetry. a) y 3x MATH 94 Final Exam Review. Graph each of the given equations, state the domain and range, and specify all intercepts and symmetry. a) y x b) y x 4 c) y x 4. Determine whether or not each of the following

More information

Algebra 2 Summer Review Packet

Algebra 2 Summer Review Packet Algebra Summer Review Packet Welcome to Algebra! Attached you will find the learning targets your teacher thinks you should know BEFORE you come to class in the fall and problems to help you practice these

More information

( ) a (graphical) transformation of y = f ( x )? x 0,2π. f ( 1 b) = a if and only if f ( a ) = b. f 1 1 f

( ) a (graphical) transformation of y = f ( x )? x 0,2π. f ( 1 b) = a if and only if f ( a ) = b. f 1 1 f Warm-Up: Solve sinx = 2 for x 0,2π 5 (a) graphically (approximate to three decimal places) y (b) algebraically BY HAND EXACTLY (do NOT approximate except to verify your solutions) x x 0,2π, xscl = π 6,y,,

More information

Parametric Equations

Parametric Equations Parametric Equations By: OpenStaxCollege Consider the path a moon follows as it orbits a planet, which simultaneously rotates around the sun, as seen in [link]. At any moment, the moon is located at a

More information

4x 2-5x+3. 7x-1 HOMEWORK 1-1

4x 2-5x+3. 7x-1 HOMEWORK 1-1 HOMEWORK 1-1 As it is always the case that correct answers without sufficient mathematical justification may not receive full credit, make sure that you show all your work. Please circle, draw a box around,

More information

Final Exam Review: Study Guide Math 3

Final Exam Review: Study Guide Math 3 Final Exam Review: Study Guide Math 3 Name: Day 1 Functions, Graphing, Regression Relation: Function: Domain: Range: Asymptote: Hole: Graphs of Functions f(x) = x f(x) = f(x) = x f(x) = x 3 Key Ideas Key

More information

Quadratic Functions. and Equations

Quadratic Functions. and Equations Name: Quadratic Functions and Equations 1. + x 2 is a parabola 2. - x 2 is a parabola 3. A quadratic function is in the form ax 2 + bx + c, where a and is the y-intercept 4. Equation of the Axis of Symmetry

More information

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

3.1. QUADRATIC FUNCTIONS AND MODELS

3.1. QUADRATIC FUNCTIONS AND MODELS 3.1. QUADRATIC FUNCTIONS AND MODELS 1 What You Should Learn Analyze graphs of quadratic functions. Write quadratic functions in standard form and use the results to sketch graphs of functions. Find minimum

More information

The Method of Substitution. Linear and Nonlinear Systems of Equations. The Method of Substitution. The Method of Substitution. Example 2.

The Method of Substitution. Linear and Nonlinear Systems of Equations. The Method of Substitution. The Method of Substitution. Example 2. The Method of Substitution Linear and Nonlinear Systems of Equations Precalculus 7.1 Here is an example of a system of two equations in two unknowns. Equation 1 x + y = 5 Equation 3x y = 4 A solution of

More information

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

More information

C.3 Nonlinear Systems of Equations and Inequalities

C.3 Nonlinear Systems of Equations and Inequalities 50 section C3 C.3 Nonlinear Systems of Equations and Inequalities In section E, we discussed methods of solving systems of two linear equations. Recall that solutions to such systems are the intercepts

More information

YOU CAN BACK SUBSTITUTE TO ANY OF THE PREVIOUS EQUATIONS

YOU CAN BACK SUBSTITUTE TO ANY OF THE PREVIOUS EQUATIONS The two methods we will use to solve systems are substitution and elimination. Substitution was covered in the last lesson and elimination is covered in this lesson. Method of Elimination: 1. multiply

More information

CALCULUS BASIC SUMMER REVIEW

CALCULUS BASIC SUMMER REVIEW NAME CALCULUS BASIC SUMMER REVIEW Slope of a non vertical line: rise y y y m run Point Slope Equation: y y m( ) The slope is m and a point on your line is, ). ( y Slope-Intercept Equation: y m b slope=

More information

(a) Write down the value of q and of r. (2) Write down the equation of the axis of symmetry. (1) (c) Find the value of p. (3) (Total 6 marks)

(a) Write down the value of q and of r. (2) Write down the equation of the axis of symmetry. (1) (c) Find the value of p. (3) (Total 6 marks) 1. Let f(x) = p(x q)(x r). Part of the graph of f is shown below. The graph passes through the points ( 2, 0), (0, 4) and (4, 0). (a) Write down the value of q and of r. (b) Write down the equation of

More information

Instructor Quick Check: Question Block 12

Instructor Quick Check: Question Block 12 Instructor Quick Check: Question Block 2 How to Administer the Quick Check: The Quick Check consists of two parts: an Instructor portion which includes solutions and a Student portion with problems for

More information

IYGB. Special Paper U. Time: 3 hours 30 minutes. Created by T. Madas. Created by T. Madas

IYGB. Special Paper U. Time: 3 hours 30 minutes. Created by T. Madas. Created by T. Madas IYGB Special Paper U Time: 3 hours 30 minutes Candidates may NOT use any calculator Information for Candidates This practice paper follows the Advanced Level Mathematics Core Syllabus Booklets of Mathematical

More information

Along the way, you learned many manipulative skills using the Properties of Real Numbers.

Along the way, you learned many manipulative skills using the Properties of Real Numbers. A LOOK at Algebra ============================= In a nutshell, you have learned how to: 1. solve linear equations and inequalities. solve quadratic equations and inequalities 3. solve systems of linear

More information

Spiral Review Probability, Enter Your Grade Online Quiz - Probability Pascal's Triangle, Enter Your Grade

Spiral Review Probability, Enter Your Grade Online Quiz - Probability Pascal's Triangle, Enter Your Grade Course Description This course includes an in-depth analysis of algebraic problem solving preparing for College Level Algebra. Topics include: Equations and Inequalities, Linear Relations and Functions,

More information

Calculus First Semester Review Name: Section: Evaluate the function: (g o f )( 2) f (x + h) f (x) h. m(x + h) m(x)

Calculus First Semester Review Name: Section: Evaluate the function: (g o f )( 2) f (x + h) f (x) h. m(x + h) m(x) Evaluate the function: c. (g o f )(x + 2) d. ( f ( f (x)) 1. f x = 4x! 2 a. f( 2) b. f(x 1) c. f (x + h) f (x) h 4. g x = 3x! + 1 Find g!! (x) 5. p x = 4x! + 2 Find p!! (x) 2. m x = 3x! + 2x 1 m(x + h)

More information

Review of Topics in Algebra and Pre-Calculus I. Introduction to Functions function Characteristics of a function from set A to set B

Review of Topics in Algebra and Pre-Calculus I. Introduction to Functions function Characteristics of a function from set A to set B Review of Topics in Algebra and Pre-Calculus I. Introduction to Functions A function f from a set A to a set B is a relation that assigns to each element x in the set A exactly one element y in set B.

More information

Important Math 125 Definitions/Formulas/Properties

Important Math 125 Definitions/Formulas/Properties Exponent Rules (Chapter 3) Important Math 125 Definitions/Formulas/Properties Let m & n be integers and a & b real numbers. Product Property Quotient Property Power to a Power Product to a Power Quotient

More information

MATH 1710 College Algebra Final Exam Review

MATH 1710 College Algebra Final Exam Review MATH 1710 College Algebra Final Exam Review MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. 1) There were 480 people at a play.

More information

8.4. Systems of Equations in Three Variables. Identifying Solutions 2/20/2018. Example. Identifying Solutions. Solving Systems in Three Variables

8.4. Systems of Equations in Three Variables. Identifying Solutions 2/20/2018. Example. Identifying Solutions. Solving Systems in Three Variables 8.4 Systems of Equations in Three Variables Copyright 2010 Pearson Education, Inc. Publishing as Pearson Addison- Wesley Identifying Solutions Solving Systems in Three Variables Dependency, Inconsistency,

More information

Find: sinθ. Name: Date:

Find: sinθ. Name: Date: Name: Date: 1. Find the exact value of the given trigonometric function of the angle θ shown in the figure. (Use the Pythagorean Theorem to find the third side of the triangle.) Find: sinθ c a θ a a =

More information

Math 1160 Final Review (Sponsored by The Learning Center) cos xcsc tan. 2 x. . Make the trigonometric substitution into

Math 1160 Final Review (Sponsored by The Learning Center) cos xcsc tan. 2 x. . Make the trigonometric substitution into Math 60 Final Review (Sponsored by The Learning Center). Simplify cot csc csc. Prove the following identities: cos csc csc sin. Let 7sin simplify.. Prove: tan y csc y cos y sec y cos y cos sin y cos csc

More information

RF2 Unit Test # 2 Review Quadratics (Chapter 6) 1. What is the degree of a quadratic function?

RF2 Unit Test # 2 Review Quadratics (Chapter 6) 1. What is the degree of a quadratic function? RF Unit Test # Review Quadratics (Chapter 6) 1. What is the degree of a quadratic function? Name: a. 1 b. c. 3 d. 0. What is the -intercept for = 3x + x 5? a. 5 b. 5 c. d. 3 3. Which set of data is correct

More information

SESSION CLASS-XI SUBJECT : MATHEMATICS FIRST TERM

SESSION CLASS-XI SUBJECT : MATHEMATICS FIRST TERM TERMWISE SYLLABUS SESSION-2018-19 CLASS-XI SUBJECT : MATHEMATICS MONTH July, 2018 to September 2018 CONTENTS FIRST TERM Unit-1: Sets and Functions 1. Sets Sets and their representations. Empty set. Finite

More information

3 Inequalities Absolute Values Inequalities and Intervals... 5

3 Inequalities Absolute Values Inequalities and Intervals... 5 Contents 1 Real Numbers, Exponents, and Radicals 3 1.1 Rationalizing the Denominator................................... 3 1.2 Factoring Polynomials........................................ 3 1.3 Algebraic

More information

y d y b x a x b Fundamentals of Engineering Review Fundamentals of Engineering Review 1 d x y Introduction - Algebra Cartesian Coordinates

y d y b x a x b Fundamentals of Engineering Review Fundamentals of Engineering Review 1 d x y Introduction - Algebra Cartesian Coordinates Fundamentals of Engineering Review RICHARD L. JONES FE MATH REVIEW ALGEBRA AND TRIG 8//00 Introduction - Algebra Cartesian Coordinates Lines and Linear Equations Quadratics Logs and exponents Inequalities

More information

Math 120: Precalculus Autumn 2017 A List of Topics for the Final

Math 120: Precalculus Autumn 2017 A List of Topics for the Final Math 120: Precalculus Autumn 2017 A List of Topics for the Final Here s a fairly comprehensive list of things you should be comfortable doing for the final. Really Old Stuff 1. Unit conversion and rates

More information

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

More information

1) 8x - y = 20. 2) y = 9x ) x + y = 14

1) 8x - y = 20. 2) y = 9x ) x + y = 14 Chapter 8 Practice Disclaimer: The actual exam may differ. This is a tool to help you practice. Determine whether the ordered pair is a solution of the system of equations. Remember to use alphabetical

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational expressions Solve polynomial equations and equations involving rational expressions Review Chapter 1 and their

More information

Algebra II Final Examination Mr. Pleacher Name (A) - 4 (B) 2 (C) 3 (D) What is the product of the polynomials (4c 1) and (3c + 5)?

Algebra II Final Examination Mr. Pleacher Name (A) - 4 (B) 2 (C) 3 (D) What is the product of the polynomials (4c 1) and (3c + 5)? Algebra II Final Examination Mr. Pleacher Name I. Multiple Choice 1. If f( x) = x 1, then f ( 3) = (A) - 4 (B) (C) 3 (D) 4. What is the product of the polynomials (4c 1) and (3c + 5)? A) 7c 4 B) 1c + 17c

More information

Regents Review Session #3 Functions

Regents Review Session #3 Functions Regents Review Session #3 Functions A relation is a set of ordered pairs. A function is a relation in which each element of the domain corresponds t exactly one element in the range. (Each x value is paired

More information

Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations.

Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations. Section 6.3 - Solving Trigonometric Equations Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations. These are equations from algebra: Linear Equation: Solve:

More information

7.1 Solving Systems of Equations

7.1 Solving Systems of Equations Date: Precalculus Notes: Unit 7 Systems of Equations and Matrices 7.1 Solving Systems of Equations Syllabus Objectives: 8.1 The student will solve a given system of equations or system of inequalities.

More information

Precalculus. Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. Precalculus, 6th edition, McGraw- Hill, ISBN:

Precalculus. Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. Precalculus, 6th edition, McGraw- Hill, ISBN: Precalculus Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. Precalculus, 6th edition, McGraw- Hill, 2008. ISBN: 978-0-07-331263-7. Course Description This course provides a working

More information

King s Year 12 Medium Term Plan for LC1- A-Level Mathematics

King s Year 12 Medium Term Plan for LC1- A-Level Mathematics King s Year 12 Medium Term Plan for LC1- A-Level Mathematics Modules Algebra, Geometry and Calculus. Materials Text book: Mathematics for A-Level Hodder Education. needed Calculator. Progress objectives

More information

Calculus I Exam 1 Review Fall 2016

Calculus I Exam 1 Review Fall 2016 Problem 1: Decide whether the following statements are true or false: (a) If f, g are differentiable, then d d x (f g) = f g. (b) If a function is continuous, then it is differentiable. (c) If a function

More information

f exist? Why or why not? Non-AP Calculus Summer Assignment 1. Use the graph at the right to answer the questions below. a. Find f (0).

f exist? Why or why not? Non-AP Calculus Summer Assignment 1. Use the graph at the right to answer the questions below. a. Find f (0). 1. Use the graph at the right to answer the questions below. 4 1 0 - - -1 0 1 4 5 6 7 8 9 10 11-1 - a. Find f (0). b. On what intervals is f( x) increasing? c. Find x so that f( x). d. Find the zeros of

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS 1.6 Inverse Functions and Logarithms In this section, we will learn about: Inverse functions and logarithms. INVERSE FUNCTIONS The table gives data from an experiment

More information

Step 1: Greatest Common Factor Step 2: Count the number of terms If there are: 2 Terms: Difference of 2 Perfect Squares ( + )( - )

Step 1: Greatest Common Factor Step 2: Count the number of terms If there are: 2 Terms: Difference of 2 Perfect Squares ( + )( - ) Review for Algebra 2 CC Radicals: r x p 1 r x p p r = x p r = x Imaginary Numbers: i = 1 Polynomials (to Solve) Try Factoring: i 2 = 1 Step 1: Greatest Common Factor Step 2: Count the number of terms If

More information

College Algebra To learn more about all our offerings Visit Knewton.com

College Algebra To learn more about all our offerings Visit Knewton.com College Algebra 978-1-63545-097-2 To learn more about all our offerings Visit Knewton.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Text Jay Abramson, Arizona State University

More information

Algebra II Chapter 5

Algebra II Chapter 5 Algebra II Chapter 5 5.1 Quadratic Functions The graph of a quadratic function is a parabola, as shown at rig. Standard Form: f ( x) = ax2 + bx + c vertex: (x, y) = b 2a, f b 2a a < 0 graph opens down

More information

9.1 - Systems of Linear Equations: Two Variables

9.1 - Systems of Linear Equations: Two Variables 9.1 - Systems of Linear Equations: Two Variables Recall that a system of equations consists of two or more equations each with two or more variables. A solution to a system in two variables is an ordered

More information

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II Course Number 5116 Department Mathematics Qualification Guidelines Successful completion of both semesters of Algebra 1 or Algebra 1

More information

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x Algebra Notes Quadratic Systems Name: Block: Date: Last class we discussed linear systems. The only possibilities we had we 1 solution, no solution or infinite solutions. With quadratic systems we have

More information

Answers to the problems will be posted on the school website, go to Academics tab, then select Mathematics and select Summer Packets.

Answers to the problems will be posted on the school website, go to Academics tab, then select Mathematics and select Summer Packets. Name Geometry SUMMER PACKET This packet contains Algebra I topics that you have learned before and should be familiar with coming into Geometry. We will use these concepts on a regular basis throughout

More information