Systems of Linear Equations

Size: px
Start display at page:

Download "Systems of Linear Equations"

Transcription

1 4 Systems of Linear Equations Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 1 1-1

2 4.1 Systems of Linear Equations in Two Variables R.1 Fractions Objectives 1. Decide whether an ordered pair is a solution of a linear system. 2. Solve linear systems by graphing. 3. Solve linear systems (with two equations and two variables) by substitution. 4. Solve linear systems (with two equations and two variables) by elimination. 5. Solve special systems. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 2 1-2

3 Systems of Equations Suppose we wished to cut a 10-foot length of conduit into two pieces such that one piece is 4 feet longer than the other. We are looking for two numbers whose sum is 10 and whose difference is 4. If we let x represent the larger of the two numbers and y the other number, we immediately get two equations. We call such an arrangement a system of two equations in two variables. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 3 1-3

4 Solution of a Systems of Equations A solution of a system of equations is an ordered pair that satisfies both equations at the same time. Is there such an ordered pair? Is there more then one such pair? To answer these questions, we can look at the graph of these two equations on the same coordinate system Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 4 1-4

5 Solution of a Systems of Equations To be sure that (7, 3) is a solution of both equations, we can check by substituting 7 for x and 3 for y in both equations True True Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 5 1-5

6 Deciding Whether an Ordered Pair is a Solution Example 1 Given the following system of equations, determine whether the given ordered pair is a solution of the system. The ordered pair must be a 2x+ y = 1 ( 1,3) solution of both equations to be a 3x+ 2y = 9 solution. 2x + y = 1 2( 1) + 3 = = 1 1= 1 True 3x + 2y = 9 ( 1) ( ) = = 9 A solution of the system. 9= 9 True Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 6 1-6

7 Continued Deciding Whether an ordered Pair is a Solution Given the following system of equations, determine whether the given ordered pair is a solution of the system. Since the ordered pair is not a solution 2x+ y = 1 (3, 1) of the first equation, we need not check further; the ordered pair is not a 3x+ 2y = 9 solution. 2x + y = 1 2( 3) + ( 1) = 1 6 1= 1 5= 1 False Not a solution of the system. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 7 1-7

8 Possible Solutions for a Linear System of Two Variables Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 8 1-8

9 Possible Solutions for a Linear System of Two Variables Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide 9 1-9

10 Possible Solutions for a Linear System of Two Variables Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

11 The Substitution Method for Solving Systems Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

12 Example 4 Solve the system. Solving a System by Substitution 2x + y = 2 (1) 6x 4y = 1 (2) Step 1 First, solve one equation for x or y. Since the coefficient of y in equation (1) us already 1, use that equation to solve for y. 2x+ y = 2 y = 2 2 x Substitute 2 x. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

13 Continued. Solving a System by Substitution Step 2 Substitute 2 2x for y in equation (2). 6x 4y = 1 (2) 6x 4(2 2x) = 1 Let y = 2 2x. Step 3 Solve for x. 6x 4(2 2x) = 1 From Step 2. 6x 8+ 8x = 1 Distributive property. 14x = 7 Combine like terms. x = 7 = Divide by 14. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

14 Solving a System by Substitution Continued. Step 4 Now solve for y. From Step 1, y = 2 2x, so 1 1 y = 2 = 2 1 = 1. Let x =. 2 2 Step 5 Check the solution 1,1 in both equations (1) and (2). 2 2x+ y = 2 6x 4y = = 2? 6 4( 1) = 1? = 2 True 3 4= 1 True 1 The solution set is,1. 2 Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

15 The Elimination Method for Solving Systems Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

16 Solving a System by Elimination Example 6 Solve the system. 2x + 5y = 11 (1) 3x + 7y = 15 (2) Step 1 Write both equations is standard form. Both equations are already in the form Ax + By = C. Step 2 Suppose we wish to eliminate the variable x. One way to do that is to multiply both sides of the first equation by 3, and both sides of the second equation by 2. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

17 Solving a System by Elimination Continued. Solve the system. 2x + 5y = 11 (1) 3x + 7y = 15 (2) 6x+ 15y = 33 3 times each side of equation (1) 6x 14y = 30 2 times each side of equation (2) Step 3 Now add. 6x+ 15y = 33 6x 14y = 30 y = 3 Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

18 Continued. Solving a System by Elimination Step 4 Solve for y. The equation is already solved for y: y = 3. Step 5 To find x, substitute 3 for y in either equation (1) or (2). Substituting in equation (2) gives 2x+ 5y = 11 2x + 5( 3) = 11 2x + 15= 11 2x = 4 x = 2 Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

19 Continued. Solving a System by Elimination Step 6 The solution is ( 2,3). To check, substitute 2 for x and 3 for y in both equations (1) and (2). 2x+ 5y = 11 (1) 2( 2) + 5( 3) = 11? 3x+ 7y = 15 (2) 3( 2) + 7( 3) = 15? = 11? 11= 11 True 6+ 21= 15? 15 = 15 True Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

20 Example Solving a System with Fractional Coefficients If an equation has coefficients, clear the fractions by multiplying each equation by its least common denominator to clear the fractions. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

21 Continued. Solving a System with Fractional Coefficients The system of equations becomes 2x + 5y = 11 Equation (1) with fractions cleared. 3x + 7y = 15 Equation (2) with fractions cleared. Which is identical to the system we solved in the elimination example. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

22 Example 8 Some Special Systems Some systems of linear equations have no solution or an infinite number of solutions. We multiply equation (2) by 3, and add the result to equation (1) 9x+ 12y = 18 (1) 9x 12y = 18 3 times each side of equation (2) 0 = 0 True Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

23 Some Special Systems We could get equation (1) by multiplying equation (2) by 3. Because of this, equations (1) and (2) are equivalent and have the same graph. The solution set is the set of all (infinite number of) points on the line with equation 3x + 4y = 6, written {(x, y) 3x + 4y = 6} and read the set of all ordered pairs (x, y) such that 3x + 4y = 6. This is a dependent system of equations. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

24 Some Special Systems The system is dependent; the lines are the same. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

25 Example 9 Some Special Systems First, we multiply both sides of the top of equation by 6 and the bottom equation by 3 to clear fractions. We obtain 3x 2y = 1 Equation (1) multiplied by 6 6x 4y = 3 Equation (2) multiplied by 2. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

26 Continued Some Special Systems A false statement indicates that the system is inconsistent, and has an empty set. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

27 Some Special Systems The system is inconsistent; the lines have no points in common. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.1, Slide

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

A linear equation in two variables is generally written as follows equation in three variables can be written as

A linear equation in two variables is generally written as follows equation in three variables can be written as System of Equations A system of equations is a set of equations considered simultaneously. In this course, we will discuss systems of equation in two or three variables either linear or quadratic or a

More information

Unit 4 Systems of Equations Systems of Two Linear Equations in Two Variables

Unit 4 Systems of Equations Systems of Two Linear Equations in Two Variables Unit 4 Systems of Equations Systems of Two Linear Equations in Two Variables Solve Systems of Linear Equations by Graphing Solve Systems of Linear Equations by the Substitution Method Solve Systems of

More information

Chapter 2 Functions and Their Graphs

Chapter 2 Functions and Their Graphs Chapter Functions and Their Graphs Section (, ) + ( ) ( ) + or or We must not allow the denominator to be + ; Domain: { } > > < Solution set: { < } or (, ) independent; dependent 6 range 7 [, ] We need

More information

2.2. Limits Involving Infinity. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall

2.2. Limits Involving Infinity. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall 2.2 Limits Involving Infinity Copyright 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall Finite Limits as x ± What you ll learn about Sandwich Theorem Revisited Infinite Limits as x a End

More information

Section 4.1 Polynomial Functions and Models. Copyright 2013 Pearson Education, Inc. All rights reserved

Section 4.1 Polynomial Functions and Models. Copyright 2013 Pearson Education, Inc. All rights reserved Section 4.1 Polynomial Functions and Models Copyright 2013 Pearson Education, Inc. All rights reserved 3 8 ( ) = + (a) f x 3x 4x x (b) ( ) g x 2 x + 3 = x 1 (a) f is a polynomial of degree 8. (b) g is

More information

Copyright 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 8 Section 6

Copyright 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Chapter 8 Section 6 Copyright 008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 8 Section 6 8.6 Solving Equations with Radicals 1 3 4 Solve radical equations having square root radicals. Identify equations

More information

Mini Lecture 2.1 Introduction to Functions

Mini Lecture 2.1 Introduction to Functions Mini Lecture.1 Introduction to Functions 1. Find the domain and range of a relation.. Determine whether a relation is a function. 3. Evaluate a function. 1. Find the domain and range of the relation. a.

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

6.1. Rational Expressions and Functions; Multiplying and Dividing. Copyright 2016, 2012, 2008 Pearson Education, Inc. 1

6.1. Rational Expressions and Functions; Multiplying and Dividing. Copyright 2016, 2012, 2008 Pearson Education, Inc. 1 6.1 Rational Expressions and Functions; Multiplying and Dividing 1. Define rational expressions.. Define rational functions and give their domains. 3. Write rational expressions in lowest terms. 4. Multiply

More information

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Department of Mathematics Porterville College September 7, 2014 Systems of Linear Equations in Two Variables Learning Objectives: Solve Systems

More information

Consistent and Dependent

Consistent and Dependent Graphing a System of Equations System of Equations: Consists of two equations. The solution to the system is an ordered pair that satisfies both equations. There are three methods to solving a system;

More information

Math 096--Quadratic Formula page 1

Math 096--Quadratic Formula page 1 Math 096--Quadratic Formula page 1 A Quadratic Formula. Use the quadratic formula to solve quadratic equations ax + bx + c = 0 when the equations can t be factored. To use the quadratic formula, the equation

More information

Inverse Circular Functions and Trigonometric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Inverse Circular Functions and Trigonometric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc. 6 Inverse Circular Functions and Trigonometric Equations Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 6.2 Trigonometric Equations Linear Methods Zero-Factor Property Quadratic Methods Trigonometric

More information

7.6 The Inverse of a Square Matrix

7.6 The Inverse of a Square Matrix 7.6 The Inverse of a Square Matrix Copyright Cengage Learning. All rights reserved. What You Should Learn Verify that two matrices are inverses of each other. Use Gauss-Jordan elimination to find inverses

More information

1.5 F15 O Brien. 1.5: Linear Equations and Inequalities

1.5 F15 O Brien. 1.5: Linear Equations and Inequalities 1.5: Linear Equations and Inequalities I. Basic Terminology A. An equation is a statement that two expressions are equal. B. To solve an equation means to find all of the values of the variable that make

More information

Chapter 3. Vectors and Coordinate Systems

Chapter 3. Vectors and Coordinate Systems Chapter 3. Vectors and Coordinate Systems Our universe has three dimensions, so some quantities also need a direction for a full description. For example, wind has both a speed and a direction; hence the

More information

Chapter 2 Functions and Their Graphs

Chapter 2 Functions and Their Graphs Precalculus 0th Edition Sullivan SOLUTIONS MANUAL Full download at: https://testbankreal.com/download/precalculus-0th-edition-sullivan-solutionsmanual/ Precalculus 0th Edition Sullivan TEST BANK Full download

More information

CHAPTER 1 Systems of Linear Equations

CHAPTER 1 Systems of Linear Equations CHAPTER Systems of Linear Equations Section. Introduction to Systems of Linear Equations. Because the equation is in the form a x a y b, it is linear in the variables x and y. 0. Because the equation cannot

More information

5. 2. The solution set is 7 6 i, 7 x. Since b = 20, add

5. 2. The solution set is 7 6 i, 7 x. Since b = 20, add Chapter : Quadratic Equations and Functions Chapter Review Eercises... 5 8 6 8 The solution set is 8, 8. 5 5 5 5 5 5 The solution set is 5,5. Rationalize the denominator. 6 The solution set is. 8 8 9 6

More information

Section 1.1 Guided Notebook. Section 1.1 Linear Equations

Section 1.1 Guided Notebook. Section 1.1 Linear Equations Linear Equations Work through TTK #1 Work through TTK # Work through TTK #3 Work through Objective 1 Work through Objective Work through Objective 3 Work through Objective 4 Work through Objective 5 Guided

More information

6.6 General Form of the Equation for a Linear Relation

6.6 General Form of the Equation for a Linear Relation 6.6 General Form of the Equation for a Linear Relation FOCUS Relate the graph of a line to its equation in general form. We can write an equation in different forms. y 0 6 5 y 10 = 0 An equation for this

More information

BLITZER LEARNING GUIDE SAMPLE

BLITZER LEARNING GUIDE SAMPLE BLITZER LEARNING GUIDE SAMPLE Section 5.1 Systems of Linear Equations in Two Variables Procrastination makes you sick! Researchers compared college students who were procrastinators and nonprocrastinators.

More information

Chapter 3 Scientific Measurement

Chapter 3 Scientific Measurement Chapter 3 Scientific Measurement 3.1 Using and Expressing Measurements 3.2 Units of Measurement 3.3 Solving Conversion Problems 1 Copyright Pearson Education, Inc., or its affiliates. All Rights Reserved.

More information

3.1 Using and Expressing Measurements > 3.1 Using and Expressing Measurements >

3.1 Using and Expressing Measurements > 3.1 Using and Expressing Measurements > Chapter 3 Scientific Measurement 3.1 Using and Expressing Measurements 3.2 Units of Measurement 3.3 Solving Conversion Problems 1 Copyright Pearson Education, Inc., or its affiliates. All Rights Reserved.

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

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

10.2 Systems of Linear Equations

10.2 Systems of Linear Equations 10.2 Systems of Linear Equations in Several Variables Copyright Cengage Learning. All rights reserved. Objectives Solving a Linear System The Number of Solutions of a Linear System Modeling Using Linear

More information

A. Incorrect! Replacing is not a method for solving systems of equations.

A. Incorrect! Replacing is not a method for solving systems of equations. ACT Math and Science - Problem Drill 20: Systems of Equations No. 1 of 10 1. What methods were presented to solve systems of equations? (A) Graphing, replacing, and substitution. (B) Solving, replacing,

More information

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved.

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved. 7.5 Operations with Matrices Copyright Cengage Learning. All rights reserved. What You Should Learn Decide whether two matrices are equal. Add and subtract matrices and multiply matrices by scalars. Multiply

More information

2.6. Graphs of Rational Functions. Copyright 2011 Pearson, Inc.

2.6. Graphs of Rational Functions. Copyright 2011 Pearson, Inc. 2.6 Graphs of Rational Functions Copyright 2011 Pearson, Inc. Rational Functions What you ll learn about Transformations of the Reciprocal Function Limits and Asymptotes Analyzing Graphs of Rational Functions

More information

1.2. Functions and Their Properties. Copyright 2011 Pearson, Inc.

1.2. Functions and Their Properties. Copyright 2011 Pearson, Inc. 1.2 Functions and Their Properties Copyright 2011 Pearson, Inc. What you ll learn about Function Definition and Notation Domain and Range Continuity Increasing and Decreasing Functions Boundedness Local

More information

Chapter 9. Conic Sections and Analytic Geometry. 9.2 The Hyperbola. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 9. Conic Sections and Analytic Geometry. 9.2 The Hyperbola. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 9 Conic Sections and Analytic Geometry 9. The Hyperbola Copyright 014, 010, 007 Pearson Education, Inc. 1 Objectives: Locate a hyperbola s vertices and foci. Write equations of hyperbolas in standard

More information

Chapter 6. Systems of Equations and Inequalities

Chapter 6. Systems of Equations and Inequalities Chapter 6 Systems of Equations and Inequalities 6.1 Solve Linear Systems by Graphing I can graph and solve systems of linear equations. CC.9-12.A.CED.2, CC.9-12.A.CED.3, CC.9-12.A.REI.6 What is a system

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

ALGEBRA 2 Summer Review Assignments Graphing

ALGEBRA 2 Summer Review Assignments Graphing ALGEBRA 2 Summer Review Assignments Graphing To be prepared for algebra two, and all subsequent math courses, you need to be able to accurately and efficiently find the slope of any line, be able to write

More information

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8

5x 2 = 10. x 1 + 7(2) = 4. x 1 3x 2 = 4. 3x 1 + 9x 2 = 8 1 To solve the system x 1 + x 2 = 4 2x 1 9x 2 = 2 we find an (easier to solve) equivalent system as follows: Replace equation 2 with (2 times equation 1 + equation 2): x 1 + x 2 = 4 Solve equation 2 for

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.1 SYSTEMS OF LINEAR EQUATIONS LINEAR EQUATION x 1,, x n A linear equation in the variables equation that can be written in the form a 1 x 1 + a 2 x 2 + + a n x n

More information

Check 4. Substitute n = 1 in each equation. a) P = 2n b) P = 3n = 2(1) = 3(1) = 2 = 3

Check 4. Substitute n = 1 in each equation. a) P = 2n b) P = 3n = 2(1) = 3(1) = 2 = 3 Lesson 4.1 Writing Equations to Describe Patterns Practice (pages 154 162) Check 4. Substitute n = 1 in each equation. a) P = 2n b) P = 3n = 2(1) = 3(1) = 2 = 3 c) P = 4n d) P = 5n = 4(1) = 5(1) = 4 =

More information

Chapter 5: Systems of Equations and Inequalities. Section 5.4. Check Point Exercises

Chapter 5: Systems of Equations and Inequalities. Section 5.4. Check Point Exercises Chapter : Systems of Equations and Inequalities Section. Check Point Eercises. = y y = Solve the first equation for y. y = + Substitute the epression + for y in the second equation and solve for. ( + )

More information

Chapter 2. Polynomial and Rational Functions. 2.3 Polynomial Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 2. Polynomial and Rational Functions. 2.3 Polynomial Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter Polynomial and Rational Functions.3 Polynomial Functions and Their Graphs Copyright 014, 010, 007 Pearson Education, Inc. 1 Objectives: Identify polynomial functions. Recognize characteristics

More information

MATH 240. Chapter 8 Outlines of Hypothesis Tests

MATH 240. Chapter 8 Outlines of Hypothesis Tests MATH 4 Chapter 8 Outlines of Hypothesis Tests Test for Population Proportion p Specify the null and alternative hypotheses, ie, choose one of the three, where p is some specified number: () H : p H : p

More information

Chapter 2 NAME

Chapter 2 NAME QUIZ 1 Chapter NAME 1. Determine 15 - x + x by substitution. 1. xs3 (A) (B) 8 (C) 10 (D) 1 (E) 0 5-6x + x Find, if it exists. xs5 5 - x (A) -4 (B) 0 (C) 4 (D) 6 (E) Does not exist 3. For the function y

More information

Pair of Linear Equations in Two Variables

Pair of Linear Equations in Two Variables Pair of Linear Equations in Two Variables Linear equation in two variables x and y is of the form ax + by + c= 0, where a, b, and c are real numbers, such that both a and b are not zero. Example: 6x +

More information

Chapter 4. Systems of Linear Equations; Matrices. Opening Example. Section 1 Review: Systems of Linear Equations in Two Variables

Chapter 4. Systems of Linear Equations; Matrices. Opening Example. Section 1 Review: Systems of Linear Equations in Two Variables Chapter 4 Systems of Linear Equations; Matrices Section 1 Review: Systems of Linear Equations in Two Variables Opening Example A restaurant serves two types of fish dinners- small for $5.99 and large for

More information

( )( ) Algebra I / Technical Algebra. (This can be read: given n elements, choose r, 5! 5 4 3! ! ( 5 3 )! 3!(2) 2

( )( ) Algebra I / Technical Algebra. (This can be read: given n elements, choose r, 5! 5 4 3! ! ( 5 3 )! 3!(2) 2 470 Algebra I / Technical Algebra Absolute Value: A number s distance from zero on a number line. A number s absolute value is nonnegative. 4 = 4 = 4 Algebraic Expressions: A mathematical phrase that can

More information

Chapter 3. September 11, ax + b = 0.

Chapter 3. September 11, ax + b = 0. Chapter 3 September 11, 2017 3.1 Solving equations Solving Linear Equations: These are equations that can be written as ax + b = 0. Move all the variables to one side of the equation and all the constants

More information

Basic Algebra: Unit 5 Systems of Linear Equations and Inequalities. Solving Systems of linear equations in two unknown variables using algebra

Basic Algebra: Unit 5 Systems of Linear Equations and Inequalities. Solving Systems of linear equations in two unknown variables using algebra Solving Systems of linear equations in two unknown variables using algebra Problems of this type look like: Solve the system of equations 3x + 67y = 12 You will have one of three possibilities when solving

More information

Section 8.1 & 8.2 Systems of Equations

Section 8.1 & 8.2 Systems of Equations Math 150 c Lynch 1 of 5 Section 8.1 & 8.2 Systems of Equations Geometry of Solutions The standard form for a system of two linear equations in two unknowns is ax + by = c dx + fy = g where the constants

More information

MathQuest: Linear Algebra

MathQuest: Linear Algebra MathQuest: Linear Algebra Linear Independence. True or False The following vectors are linearly independent: (,0,0), (0,0,2), (3,0,) 2. Which set of vectors is linearly independent? (a) (2,3),(8,2) (b)

More information

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam

MA 242 LINEAR ALGEBRA C1, Solutions to First Midterm Exam MA 242 LINEAR ALGEBRA C Solutions to First Midterm Exam Prof Nikola Popovic October 2 9:am - :am Problem ( points) Determine h and k such that the solution set of x + = k 4x + h = 8 (a) is empty (b) contains

More information

Chapter 2 Linear Equations and Inequalities in One Variable

Chapter 2 Linear Equations and Inequalities in One Variable Chapter 2 Linear Equations and Inequalities in One Variable Section 2.1: Linear Equations in One Variable Section 2.3: Solving Formulas Section 2.5: Linear Inequalities in One Variable Section 2.6: Compound

More information

13) = 4 36 = ) = 5-8 = -3 =3 15) = = -58 = 58 16) = 81-9 = 72 = 72

13) = 4 36 = ) = 5-8 = -3 =3 15) = = -58 = 58 16) = 81-9 = 72 = 72 Practice Practice Practice 3 ) (-3) + (-6) = -9 ) () + (-5) = -3 3) (-7) + (-) = -8 4) (-3) - (-6) = (-3) + 6 = + 3 5) (+) - (+5) = -3 6) (-7) - (-4) = (-7) + 4 = -3 7) (5)(-4) = - 8) (-3)(-6) = +8 9)

More information

Quadratic and Rational Inequalities

Quadratic and Rational Inequalities Quadratic and Rational Inequalities Definition of a Quadratic Inequality A quadratic inequality is any inequality that can be put in one of the forms ax 2 + bx + c < 0 ax 2 + bx + c > 0 ax 2 + bx + c

More information

Chapter 9. Conic Sections and Analytic Geometry. 9.3 The Parabola. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 9. Conic Sections and Analytic Geometry. 9.3 The Parabola. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 9 Conic Sections and Analytic Geometry 9.3 The Parabola Copyright 014, 010, 007 Pearson Education, Inc. 1 Objectives: Graph parabolas with vertices at the origin. Write equations of parabolas in

More information

Expressions and Formulas 1.1. Please Excuse My Dear Aunt Sally

Expressions and Formulas 1.1. Please Excuse My Dear Aunt Sally Expressions and Formulas 1.1 Order of Operations (PEMDAS) 1. Parenthesis 2. Exponents 3. Multiply or Divide from left to right 4. Add of Subtract from left to right Please Excuse My Dear Aunt Sally Example

More information

Chapter 2. Systems of Equations and Augmented Matrices. Creighton University

Chapter 2. Systems of Equations and Augmented Matrices. Creighton University Chapter Section - Systems of Equations and Augmented Matrices D.S. Malik Creighton University Systems of Linear Equations Common ways to solve a system of equations: Eliminationi Substitution Elimination

More information

The Addition Property of Equality states that You can add the same number to both sides of an equation and still have an equivalent equation.

The Addition Property of Equality states that You can add the same number to both sides of an equation and still have an equivalent equation. Section 11 1C: Solving a System of Equations by Elimination The Addition Property of Equality states that You can add the same number to both sides of an equation and still have an equivalent equation.

More information

Section 7.1 Objective 1: Solve Quadratic Equations Using the Square Root Property Video Length 12:12

Section 7.1 Objective 1: Solve Quadratic Equations Using the Square Root Property Video Length 12:12 Section 7.1 Video Guide Solving Quadratic Equations by Completing the Square Objectives: 1. Solve Quadratic Equations Using the Square Root Property. Complete the Square in One Variable 3. Solve Quadratic

More information

Numerical Methods. Equations and Partial Fractions. Jaesung Lee

Numerical Methods. Equations and Partial Fractions. Jaesung Lee Numerical Methods Equations and Partial Fractions Jaesung Lee Solving linear equations Solving linear equations Introduction Many problems in engineering reduce to the solution of an equation or a set

More information

6-4 Solving Special Systems

6-4 Solving Special Systems Warm Up Solve each equation. 1. 2x + 3 = 2x + 4 2. 2(x + 1) = 2x + 2 3. Solve 2y 6x = 10 for y Solve by using any method. 4. y = 3x + 2 2x + y = 7 5. x y = 8 x + y = 4 Know: Solve special systems of linear

More information

Chapter 2. Polynomial and Rational Functions. 2.6 Rational Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 2. Polynomial and Rational Functions. 2.6 Rational Functions and Their Graphs. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter Polynomial and Rational Functions.6 Rational Functions and Their Graphs Copyright 014, 010, 007 Pearson Education, Inc. 1 Objectives: Find the domains of rational functions. Use arrow notation.

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations As stated in Section G, Definition., a linear equation in two variables is an equation of the form AAAA + BBBB = CC, where AA and BB are not both zero. Such an equation has

More information

Utah Secondary Mathematics Core Curriculum Precalculus

Utah Secondary Mathematics Core Curriculum Precalculus A Correlation of Trigonometry Lial To the Utah Secondary Mathematics Core Curriculum Precalculus Resource Title: Trigonometry Publisher: Pearson Education Inc Publishing as Prentice Hall ISBN (10 or 13

More information

Infinite solutions; these are equivalent equations.

Infinite solutions; these are equivalent equations. hapter 6 Test for Part Name: ate: 1 Solve the system by graphing. Where necessary, indicate when the system has no solution or infinitely many solutions. y = 2x 4 2y = 4x + 8 (0, 4); (0, 4); (6, 1); Infinite

More information

MATH 408N PRACTICE MIDTERM 1

MATH 408N PRACTICE MIDTERM 1 02/0/202 Bormashenko MATH 408N PRACTICE MIDTERM Show your work for all the problems. Good luck! () (a) [5 pts] Solve for x if 2 x+ = 4 x Name: TA session: Writing everything as a power of 2, 2 x+ = (2

More information

6-4 Solving Special Systems

6-4 Solving Special Systems 6-4 Solving Special Systems Warm Up Lesson Presentation Lesson Quiz 1 2 pts Bell Quiz 6-4 Solve the equation. 1. 2(x + 1) = 2x + 2 3 pts Solve by using any method. 2. y = 3x + 2 2x + y = 7 5 pts possible

More information

Section 8.1 Vector and Parametric Equations of a Line in

Section 8.1 Vector and Parametric Equations of a Line in Section 8.1 Vector and Parametric Equations of a Line in R 2 In this section, we begin with a discussion about how to find the vector and parametric equations of a line in R 2. To find the vector and parametric

More information

Chapter 1-2 Add and Subtract Integers

Chapter 1-2 Add and Subtract Integers Chapter 1-2 Add and Subtract Integers Absolute Value of a number is its distance from zero on the number line. 5 = 5 and 5 = 5 Adding Numbers with the Same Sign: Add the absolute values and use the sign

More information

MTH 103 Group Activity Problems (W3B) Name: Linear Equations Section 2.2 (Due April 20)

MTH 103 Group Activity Problems (W3B) Name: Linear Equations Section 2.2 (Due April 20) MTH 103 Group Activity Problems (W3B) Name: Linear Equations Section 2.2 (Due April 20) Learning Objectives Learn about equations and recognize a linear equation Solve linear equations symbolically Solve

More information

Pennsylvania Algebra I Assessment Anchors and Eligible Content

Pennsylvania Algebra I Assessment Anchors and Eligible Content A Correlation of Algebra 1, 2018 To the Assessment Anchors and Eligible Content Copyright 2017 Pearson Education, Inc. or its affiliate(s). All rights reserved to the MODULE 1 Operations and Linear Equations

More information

Graphical Solutions of Linear Systems

Graphical Solutions of Linear Systems Graphical Solutions of Linear Systems Consistent System (At least one solution) Inconsistent System (No Solution) Independent (One solution) Dependent (Infinite many solutions) Parallel Lines Equations

More information

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Pearson Education Limited Edinburgh Gate Harlow Essex CM0 JE England and Associated Companies throughout the world Visit us on the World Wide Web at: www.pearsoned.co.uk Pearson Education Limited 0 All

More information

Math 4: Advanced Algebra Ms. Sheppard-Brick B Quiz Review Learning Targets

Math 4: Advanced Algebra Ms. Sheppard-Brick B Quiz Review Learning Targets 5B Quiz Review Learning Targets 4.6 5.9 Key Facts We learned two ways to solve a system of equations using algebra: o The substitution method! Pick one equation and solve for either x or y! Take that result

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Linear Equation Definition Any equation that is equivalent to the following format a a ann b (.) where,,, n are unknown variables and a, a,, an, b are known numbers (the so

More information

Chapter 1 Equations and Inequalities

Chapter 1 Equations and Inequalities Chapter Equations and Inequalities Section. Check Point Exercises... The meaning of a [,,] by [,,] viewing rectangle is as follows: distance between x-axis minimum maximum tick x-value x-value marks [,,

More information

150. a. Clear fractions in the following equation and write in. b. For the equation you wrote in part (a), compute. The Quadratic Formula

150. a. Clear fractions in the following equation and write in. b. For the equation you wrote in part (a), compute. The Quadratic Formula 75 CHAPTER Quadratic Equations and Functions Preview Eercises Eercises 8 50 will help you prepare for the material covered in the net section. 8. a. Solve by factoring: 8 + - 0. b. The quadratic equation

More information

Exponents, Polynomials, and Polynomial Functions. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 5.1, 1

Exponents, Polynomials, and Polynomial Functions. Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 5.1, 1 5 Exponents, Polynomials, and Polynomial Functions Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 5.1, 1 5.1 Integer Exponents R.1 Fractions and Scientific Notation Objectives 1. Use the product

More information

Answers of the MATH97 Practice Test Form A

Answers of the MATH97 Practice Test Form A Answers of the MATH97 Practice Test Form A A1) Answer B Section 1.2: concepts of solution of the equations. Pick the pair which satisfies the equation 4x+y=10. x= 1 and y=6 A2) Answer A Section 1.3: select

More information

Study Guide: Systems of Linear Equations

Study Guide: Systems of Linear Equations Study Guide: Systems of Linear Equations Systems of Linear Equations A system of linear equations is when two or more linear equations are involved in the same problem. The solution for a system of linear

More information

Systems of Linear Equations

Systems of Linear Equations 4 Systems of Linear Equations Copyright 2014, 2010, 2006 Pearson Education, Inc. Section 4.3, Slide 1 1-1 4.3 Applications of R.1 Systems Fractions of Linear Equations Objectives 1. Solve geometric problems

More information

1. Write three things you already know about expressions. Share your work with a classmate. Did your classmate understand what you wrote?

1. Write three things you already know about expressions. Share your work with a classmate. Did your classmate understand what you wrote? LESSON 1: RATIONAL EXPONENTS 1. Write three things you already know about epressions. Share your work with a classmate. Did your classmate understand what you wrote?. Write your wonderings about working

More information

2.1: Algebraic Expressions

2.1: Algebraic Expressions .1: Algebraic Expressions Algebra uses letters, called variables, such as x and y, to represent numbers. Algebraic expressions are combinations of variables and numbers using the operations of addition,

More information

Chapter 7 Linear Systems

Chapter 7 Linear Systems Chapter 7 Linear Systems Section 1 Section 2 Section 3 Solving Systems of Linear Equations Systems of Linear Equations in Two Variables Multivariable Linear Systems Vocabulary Systems of equations Substitution

More information

Algebra 2 Honors Unit 1 Review of Algebra 1

Algebra 2 Honors Unit 1 Review of Algebra 1 Algebra Honors Unit Review of Algebra Day Combining Like Terms and Distributive Property Objectives: SWBAT evaluate and simplify expressions involving real numbers. SWBAT evaluate exponents SWBAT combine

More information

Why? 2.2. What Do You Already Know? 2.2. Goals 2.2. Building Mathematical Language 2.2. Key Concepts 2.2

Why? 2.2. What Do You Already Know? 2.2. Goals 2.2. Building Mathematical Language 2.2. Key Concepts 2.2 Section. Solving Basic Equations Why. You can solve some equations that arise in the real world by isolating a variable. You can use this method to solve the equation 1 400 + 1 (10) x = 460 to determine

More information

2014 Summer Review for Students Entering Algebra 2. TI-84 Plus Graphing Calculator is required for this course.

2014 Summer Review for Students Entering Algebra 2. TI-84 Plus Graphing Calculator is required for this course. 1. Solving Linear Equations 2. Solving Linear Systems of Equations 3. Multiplying Polynomials and Solving Quadratics 4. Writing the Equation of a Line 5. Laws of Exponents and Scientific Notation 6. Solving

More information

Enthalpy of Neutralization Ms. Wilkins - SCI510: AP Chemistry Student Name Removed Jan 14, :48:22 PM

Enthalpy of Neutralization Ms. Wilkins - SCI510: AP Chemistry Student Name Removed Jan 14, :48:22 PM Smart Science Report Enthalpy of Neutralization Ms. Wilkins - SCI510: AP Chemistry Student Name Removed Jan 14, 2014 10:48:22 PM Any instructor comments appear in a box below each answer. Report is ready

More information

Solving Systems of Equations

Solving Systems of Equations Solving Systems of Equations Solving Systems of Equations What are systems of equations? Two or more equations that have the same variable(s) Solving Systems of Equations There are three ways to solve

More information

This is Solving Linear Systems, chapter 3 from the book Advanced Algebra (index.html) (v. 1.0).

This is Solving Linear Systems, chapter 3 from the book Advanced Algebra (index.html) (v. 1.0). This is Solving Linear Systems, chapter 3 from the book Advanced Algebra (index.html) (v. 1.0). This book is licensed under a Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/

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 09 Week 3 Due for this week Homework 3 (on MyMathLab via the Materials Link) The fifth night after class at 11:59pm. Read Chapter 6.6, 8.4 and 11.1-11.5 Do the MyMathLab Self-Check for week 3. Learning

More information

9-8 Completing the Square

9-8 Completing the Square In the previous lesson, you solved quadratic equations by isolating x 2 and then using square roots. This method works if the quadratic equation, when written in standard form, is a perfect square. When

More information

Review for Chapter 1. Selected Topics

Review for Chapter 1. Selected Topics Review for Chapter 1 Selected Topics Linear Equations We have four equivalent ways of writing linear systems: 1 As a system of equations: 2x 1 + 3x 2 = 7 x 1 x 2 = 5 2 As an augmented matrix: ( 2 3 ) 7

More information

Algebra 1 Seamless Curriculum Guide

Algebra 1 Seamless Curriculum Guide QUALITY STANDARD #1: REAL NUMBERS AND THEIR PROPERTIES 1.1 The student will understand the properties of real numbers. o Identify the subsets of real numbers o Addition- commutative, associative, identity,

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

Section 2.1 Objective 1: Determine If a Number Is a Solution of an Equation Video Length 5:19. Definition A in is an equation that can be

Section 2.1 Objective 1: Determine If a Number Is a Solution of an Equation Video Length 5:19. Definition A in is an equation that can be Section 2.1 Video Guide Linear Equations: The Addition and Multiplication Properties of Equality Objectives: 1. Determine If a Number Is a Solution of an Equation 2. Use the Addition Property of Equality

More information

17. 8x and 4x 2 > x 1 < 7 and 6x x or 2x x 7 < 3 and 8x x 9 9 and 5x > x + 3 < 3 or 8x 2

17. 8x and 4x 2 > x 1 < 7 and 6x x or 2x x 7 < 3 and 8x x 9 9 and 5x > x + 3 < 3 or 8x 2 Section 1.4 Compound Inequalities 6 1.4 Exercises In Exercises 1-12, solve the inequality. Express your answer in both interval and set notations, and shade the solution on a number line. 1. 8x 16x 1 2.

More information

Solving and Graphing Inequalities

Solving and Graphing Inequalities Solving and Graphing Inequalities Graphing Simple Inequalities: x > 3 When finding the solution for an equation we get one answer for x. (There is only one number that satisfies the equation.) For 3x 5

More information