Section 5.1 Solving Systems of Linear Equation Using Substitution and Elimination

Size: px
Start display at page:

Download "Section 5.1 Solving Systems of Linear Equation Using Substitution and Elimination"

Transcription

1 204 Section 5.1 Solving Systems of Linear Equation Using Substitution and Elimination A system of equations consists of two or more equations. A solution to a system of equations is a point that satisfies all the equations in the system. In this chapter, our focus will be solving systems of linear equations. If we are solving a system of two linear equations in two variables, there are three possible types of systems we could have: Case #1 Case #2 Case #3 Consistent System Inconsistent System Consistent System The equations are The equations are The equations are independent. Independent. dependent The solution is the The lines do not Every point on the where the lines intersect, so there line is a solution. We intersect. In this case, is no solution, }. write the solution as: the solution is (2, 3). The lines are different, (x, y) ax + by = c} The lines have but the lines do have The lines are the different slopes. the same slope. same or coincident. To solve a system of equations, we can graph each equation on the same axes and see where they intersect. The point of intersection will be the solution to the system. We can then check the answer by plugging in the solution into both equations and verify that the point makes both of them true. Solving the following system by graphing: Ex. 1 y = 2 3 x 1 x + 2y = 5

2 205 The first equation is already solved for y. 1) y = 2 3 x 1 m = 2, y-int: (0, 1) 3 To solve the second equation for y, subtract x from both sides and divided both sides by 2: 2) x + 2y = 5 y = 1 2 x m = 1 2, y-int: (0, 5 2 ) The lines intersect at (3, 1) so the solution is (3, 1). This is a consistent system and the equations are independent. You can always check the answer by plugging in the solution into each equation and see if it satisfies all the equations in the system: y = 2 3 x 1 x + 2y = 5 1 = 2 (3) 1 3 (3) + 2(1) = 5 1 = 1 true 5 = 5 true So, the solution checks. Objective #1: Solving Systems of Equations Using Substitution. Using the substitution method, we will solve one equation for one variable and substitute that expression for that variable in the other equation. This will give us one linear equation with one variable. We solve that equation and that will yield the value for one of the coordinates of our solution. We take that answer, substitute it into one of the two original equations and solve to find the value for the other coordinate of our solution. Solve by substitution: Ex x 1 6 y = x y = 3 5

3 It is easiest to clear fractions first. The L.C.D. of equation #1 is 6 and the L.C.D. of equation #2 is 15. 1) 2 3 x 1 6 y = ( 3 x 1 ) 6( 6 y ) = 6( (multiply both sides by 6) 5 6 ) 4x y = 5 2) 1 5 x y = 3 (multiply both sides by 15) 5 15( 1 5 x 1 ) + 15( 3 y 3 ) = 15( 5 ) 3x + 5y = 9 Now, solve equation #1 for y: 4x y = 5 y = 4x + 5 y = 4x 5 Finally, replace y in equation #2 with 4x 5: 3x + 5(4x 5) = 9 (distribute & combine like terms) 17x 25 = 9 (solve) 17x = 34 x = 2 Since y = 4x 5, then y = 4(2) 5 = 8 5 = 3. The solution is (2, 3). Ex. 3 6x 2y = 4 10y + 5x = 0 Solve equation #2 for x: 10y + 5x = 0 5x = 10y x = 2y Replace x in equation #1 with 2y: 6( 2y) 2y = 4 (multiply and combine like terms) 14y = 4 (solve) y = 2 7 The solution is ( Since x = 2y, then x = 2( 2 7 ) = , 2 7 ). 206 Objective #2: Solving Systems of Equations Using Elimination. A variant of the Addition Property of Equality that if you have two equations, you can add the left sides and then add the right sides of the equations to produce an equivalent equation. In other words, If A = B and C = D, then A + C = B + D. We will therefore manipulate one or both equations until the coefficients of one of the variable terms are opposites. This is done by finding the L.C.M. of the coefficients of the term we are trying to eliminate.

4 We will then add the equations together, eliminating the terms with opposite coefficients. This will give us one linear equation with one variable. We solve that equation and that will yield the value for one of the coordinates of our solution. We then take that answer, substitute it into one of the two original equations and solve to find the value for the other coordinate of our solution. Solve by elimination Ex. 4 6x + 5y = 7 x y = 4 We need to manipulate the equations so that the coefficients of one of the variable terms are opposites. Let s work on getting rid of y, the easiest way to do this is to multiply the second equation by 5: x y = 4 5x 5y = 20 Now, the coefficients of the y-terms are opposites, so add the left sides and the right sides. 6x + 5y = 7 5x 5y = 20 11x = 27 (solve) x = Substitute into equation #2: x y = y = y = So, y = Thus, the solution is ( 27 11, ). y = Ex. 5 3x 11 = 2( y + 4) 7(3 y) = 4(x 5) The first step is to simplify the equations and write them in standard form: 3x 11 = 2( y + 4) 7(3 y) = 4(x 5) 3x 11 = 2y y = 4x 20 3x + 2y 11 = 8 4x 20 = 21 7y 1) 3x + 2y = 19 4x + 7y 20 = 21 2) 4x + 7y = 41 Let s eliminate the x-terms. The LCM of 3 and 4 is

5 1) 3x + 2y = 19 (multiply by 4) 12x + 8y = 76 2) 4x + 7y = 41 (multiply by 3) 12x 21y = 123 Now, the coefficients of the x-terms are opposites, so add the left sides and the right sides. 12x + 8y = 76 12x 21y = y = 47 y = To find x, plug y = 47 into equation #1: 13 3x + 2y = 19 3x + 2( ) = 19 3x + 94 = 19 (multiply both sides by 13 to clear fractions) 13 39x + 94 = x = 153 x = = Hence, ( 13, ) is the solution. 208 Objective #3 Systems of equations that are inconsistent. Solve the following: Ex. 6 4x + 2y = 3 10x + 5y = 2 Solve equation #1 for y: 4x + 2y = 3 2y = 4x 3 y = 2x 1.5 In equation #2, replace y with 2x 1.5: 10x + 5y = 2 10x + 5( 2x 1.5) = 2 (distribute) 10x 10x 7.5 = 2 (combine like terms) 7.5 = 2 In the context of solving systems of equations, it means that the lines are parallel. Hence, the system has no solution. Objective #4 System of dependent equations.

6 Solve the following: Ex. 7 12x 6y = 15 4x = 2y + 5 Let s get rid of the x-terms. We will multiply equation #2 by 3: 4x = 2y + 5 (multiply by 3) 12x = 6y + 15 Now, the coefficients of the x-terms are opposites, so add the left sides and the right sides. Be careful to align the equal signs: 12x 6y = 15 12x = 6y y = 6y (add 6y to both sides) 0 = 0 The equations are the same. In this case, we will either solve the equation for x or for y and use our set builder notation to express the answer: (x, y) x = 0.5y 1.25} or (x, y) y = 2x + 2.5} 209 Objectives #5-7: System of three linear equations. The graph of the equation in the form ax + by + cz = d is a plane in three dimensional space. The points in three-dimensional space have three coordinates, x, y, and z. We will list them in alphabetical order: (x, y, z). In solving a system of three linear equations in three variables, we are not looking at intersecting lines, but intersecting planes. Here are some possible types of systems we could have: Type 1: The solution is a point:

7 Type 2: The solution is a line: Two planes are the same. 210 OR Type 3: There is no solution: OR OR Two planes are the same. OR

8 211 Type 4: Solution is a plane: All three planes are the same. The key to solving a system of three equations with three variables is the reduce it to a system of two linear equations with two variables. To accomplish this, pick a variable to eliminate. We pick two equations and use either elimination or substitution to get rid of that variable. We then pick a different pair of equations in the system and do the same thing. After it is reduced to a system of two linear equations in two variables, we then just solve it like before. Solve the following: Ex. 8 1) x + y + z = 3 2) 2x y + 3z = 16 3) x + 2y + 2z = 3 Let s first try to eliminate x. So, take equation #1 plus equation #3: 1) x + y + z = 3 3) x + 2y + 2z = 3 4) 3y + 3z = 6 We will call this equation #4. Now, choose a different pair in the system to eliminate x. So, take equation #2 plus 2 equation #3: 2) 2x y + 3z = ) 2x + 4y + 4z = 6 5) 3y + 7z = 22 We will call this equation #5 Looking at equation #4 and #5, it is easiest to eliminate the y-terms. So, take equation #4 plus 1 equation #5: 4) 3y + 3z = 6 1 5) 3y 7z = 22 4z = 16 (solve) z = 4 Plug in z = 4 into equation #4 (or #5): 4) 3y + 3(4) = 6 (solve) 3y + 12 = 6 3y = 6 y = 2

9 212 Now, plug in y = 2 & z = 4 in equation #1 (or #2 or #3): 1) x + ( 2) + (4) = 3 (solve) x + 2 = 3 x = 1 Thus, the solution is (1, 2, 4). Ex. 9 1) x 3y + 2z = 1 2) 2x + y z = 3 3) 6x 4y + 2z = 5 First, eliminate z. Take eqn. #1 plus 2 eqn. #2: 1) x 3y + 2z = 1 2 2) 4x + 2y 2z = 6 4) 5x y = 7 Next, take 2 eqn. #2 plus eqn. #3: 2 2) 4x + 2y 2z = 6 3) 6x 4y + 2z = 5 5) 10x 2y = 11 Looking at equations #4 and #5, let s get rid of x-terms. Take 2 eqn. #4 + eqn. #5: 2 4) 10x + 2y = 14 5) 10x 2y = 11 0 = 3 Not possible This system has no solution. Ex. 10 1) 5 2 x 3y + 7z = ) 3 x + y 2 3 z = 2 3 3) 2x y + 4z = 1 First clear fractions by multiply both sides of eqn. #1 by 2 and both sides of eqn. #2 by 3 (we will also list eqn. #3): 2 1) 5x 6y + 14z = 5 call this our new equation #1 3 2) x + 3y 2z = 2 call this our new equation #2 3) 2x y + 4z = 1 Let s eliminate x. Eqn. #1 + 5 eqn. #2: 1) 5x 6y + 14z = 5 5 2) 5x 15y + 10z = 10 4) 21y + 24z = 15

10 213 2 Eqn. #2 + eqn. #3: 2 2) 2x 6y + 4z = 4 3) 2x y + 4z = 1 5) 7y + 8z = 5 Looking at equation #4 and #5, let s eliminate the y-terms. Eqn. #4 + 3 eqn. #5: 4) 21y + 24z = ) 21y 24z = 15 0 = 0 This means that there are an infinite number of solutions. To express our answer, we will need to take two of the variables and rewrite then in terms of the third variable. To do this, we will first take equation #5 and solve it for y: 7y + 8z = 5 7y = 8z 5 y = 8 7 z We will then replace y by 8 7 z and solve for x to get x in terms of z: x + 3( 8 7 z + 5 ) 2z = 2 (distribute and combine like terms) 7 x z = 2 (solve for x) x = 10 7 z 1 7 Our solution is (x, y, z) x = 10 7 z 1 7, y = 8 7 z + 5, z is any real 7 number}. Ex. 11 Maylina buys two packages of Skittles and three bottles of soda for $5.15. Zoë buys four packages of Skittles and five bottles of soda for $9.05. Find the cost of one package of Skittles and one bottle of soda. Let S = the cost of one package of Skittles b = the cost of bottle of soda For Maylina, she buys: 2 Skittles + 3 bottles of soda = $5.15 1) 2S + 3b = 5.15 For Zoë, she buys: 4 Skittles + 5 bottles of soda = $9.05 2) 4S + 5b = 9.05 So, our system is:

11 1) 2S + 3b = ) 4S + 5b = 9.05 Let s multiply equation #1 by 2 and add: 2 1) 4S 6b = ) 4S + 5b = 9.05 b = 1.25 So, b = 1.25 Substitute 1.25 for b in equation #1 and solve: 2S + 3(1.25) = S = S = 1.40 S = 0.70 So, a package of Skittles costs $0.70 & a bottle of soda costs $ Ex. 12 Juanita decided to divide $8800 into two investments, one in bonds that ended up earning 8% annual interest and one in a mutual fund that ended up yielding 12% annual interest. If the interest from both was $924, how much did she invest in each? Let b = the amount invested in bonds. m = the amount invested in a mutual fund Since there was total $8800 invested, the amount invested in a mutual fund plus the amount invested in bonds was $8800: 1) b + m = 8800 The interest earned on the bonds was 8% times the amount invested in bonds or 0.08b and the interest earned on the mutual fund was 12% times the amount invested in the mutual fund or 0.12m. The total interest is 2) 0.08b m = 924. So, our system is: 1) b + m = ) 0.08b m = 924. Let s solve equation #1 for m: b + m = 8800 m = 8800 b Now, replace m is equation #2 by 8800 b: 0.08b (8800 b) = 924 (distribute & combine like terms) 0.04b = b = 132 b = 3300 m = 8800 b = 5500 So, $3300 was invested in bonds and $5500 in a mutual fund.

12 Ex. 13 Find the equation of the quadratic function in the form y = ax 2 + bx + c whose graph passes through the points ( 2, 29), (3, 14), and (1, 2). The point ( 2, 29) yields: 29 = a( 2) 2 + b( 2) + c or 1) 4a 2b + c = 29 The point (3, 14) yields: 14 = a(3) 2 + b(3) + c or 2) 9a + 3b + c = 14 The point (1, 2) yields: 2 = a(1) 2 + b(1) + c or 3) a + b + c = 2 Thus, we have a system of three equations: 1) 4a 2b + c = 29 2) 9a + 3b + c = 14 3) a + b + c = Let s first try to eliminate c. Take equation #1 plus 1 times equation #3: 1) 4a 2b + c = ) a b c = 2 3a 3b = 27 (divide both sides by 3) 4) a b = 9 We will call this equation #4. Now, choose a different pair in the system to eliminate c. So, take equation #2 plus 1 equation #3: 2) 9a + 3b + c = ) a b c = 2 5) 8a + 2b = 12 We will call this equation #5 Looking at equation #4 and #5, it is easiest to eliminate the b-terms. So, take 2 equation #4 plus equation #5: 2 4) 2a 2b = 18 5) 8a + 2b = 12 10a = 30 (solve) a = 3 Plug in a = 3 into equation #4 4) 3 b = 9 (solve) b = 6 b = 6 Now plug in a = 3, and b = 6 into equation #3 and solve: c = c = 2 c = 5 Thus, the quadratic function is y = 3x 2 + 6x 5.

13 216 Ex. 14 Leroy had a total of $50,400 invested in three different mutual funds, one that paid 9% interest, another that paid 4% interest, and a third that paid 7% interest. If the total interest was $3570 and the amount invested at 9% was $3200 less than twice the amount invested at 4%, how much was invested at each rate? Let n = amount invested at 9% and let f = amount invested at 4% and let s = amount invested at 7% The total amount invested is equal to the amount invested at 9% plus the amount invested at 4% plus the amount invested at 7%: 1) n + f + s = The interest on the 9% investment was 0.09n, the interest on the 4% investment was 0.04f, and the interest on the 7% investment was 0.07s. Since the total interest was $3570, then 2) 0.09n f s = 3570 The amount invested at 9%, n, was 3200 less than twice the amount invested at 4%, f: n = 2f 3200 So, our system is: 1) n + f + s = ) 0.09n f s = ) n = 2f 3200 n 2f = 3200 Since equation #3 only has n and f in it, we will eliminate s from equations #1 and #2: ) 0.07n 0.07f 0.07s = ) 0.09n f s = ) 0.02n 0.03f = 42 Now, eliminate n from equation #3 and #4: ) 0.02n f = 64 4) 0.02n 0.03f = f = 106 or f = 10,600 Plug in f = 10,600 into equation #3 to find n: n = 2f 3200 = 2(10600) 3200 = 18,000 Plug in f = 10,600 and n = 18,000 into equation #1 to find s: n + f + s = s = s = s = 21,800 Thus, $18,000 was invested at 9%, $10,600 was invested at 4% and $21,800 was invested at 7%.

Chapter 9. Systems of Linear Equations

Chapter 9. Systems of Linear Equations Chapter 9. Systems of Linear Equations 9.1. Solve Systems of Linear Equations by Graphing KYOTE Standards: CR 21; CA 13 In this section we discuss how to solve systems of two linear equations in two variables

More information

SYSTEMS OF LINEAR EQUATIONS

SYSTEMS OF LINEAR EQUATIONS SYSTEMS OF LINEAR EQUATIONS Sstems of linear equations refer to a set of two or more linear equations used to find the value of the unknown variables. If the set of linear equations consist of two equations

More information

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions.

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions. Page 1 of 13 Review of Linear Expressions and Equations Skills involving linear equations can be divided into the following groups: Simplifying algebraic expressions. Linear expressions. Solving linear

More information

3.1 Solving Systems Using Tables and Graphs

3.1 Solving Systems Using Tables and Graphs Algebra 2 Chapter 3 3.1 Solve Systems Using Tables & Graphs 3.1 Solving Systems Using Tables and Graphs A solution to a system of linear equations is an that makes all of the equations. To solve a system

More information

EQUATIONS and INEQUALITIES

EQUATIONS and INEQUALITIES EQUATIONS and INEQUALITIES Linear Equations and Slope 1. Slope a. Calculate the slope of a line given two points b. Calculate the slope of a line parallel to a given line. c. Calculate the slope of a line

More information

1 Determine whether an. 2 Solve systems of linear. 3 Solve systems of linear. 4 Solve systems of linear. 5 Select the most efficient

1 Determine whether an. 2 Solve systems of linear. 3 Solve systems of linear. 4 Solve systems of linear. 5 Select the most efficient Section 3.1 Systems of Linear Equations in Two Variables 163 SECTION 3.1 SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES Objectives 1 Determine whether an ordered pair is a solution of a system of linear

More information

No Solution Equations Let s look at the following equation: 2 +3=2 +7

No Solution Equations Let s look at the following equation: 2 +3=2 +7 5.4 Solving Equations with Infinite or No Solutions So far we have looked at equations where there is exactly one solution. It is possible to have more than solution in other types of equations that are

More information

Systems of Linear Equations in Three Variables

Systems of Linear Equations in Three Variables 5.3 Systems of Linear Equations in Three Variables 5.3 OBJECTIVES 1. Find ordered triples associated with three equations 2. Solve a system by the addition method 3. Interpret a solution graphically 4.

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

6-3 Solving Systems by Elimination

6-3 Solving Systems by Elimination Warm Up Simplify each expression. 1. 2y 4x 2(4y 2x) 2. 5(x y) + 2x + 5y Write the least common multiple. 3. 3 and 6 4. 4 and 10 5. 6 and 8 Objectives Solve systems of linear equations in two variables

More information

HIBBING COMMUNITY COLLEGE COURSE OUTLINE

HIBBING COMMUNITY COLLEGE COURSE OUTLINE HIBBING COMMUNITY COLLEGE COURSE OUTLINE COURSE NUMBER & TITLE: - Beginning Algebra CREDITS: 4 (Lec 4 / Lab 0) PREREQUISITES: MATH 0920: Fundamental Mathematics with a grade of C or better, Placement Exam,

More information

Systems of Linear Equations and Inequalities

Systems of Linear Equations and Inequalities Systems of Linear Equations and Inequalities Recall that every linear equation in two variables can be identified with a line. When we group two such equations together, we know from geometry what can

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

More information

Solving Systems of Two Equations Algebraically

Solving Systems of Two Equations Algebraically 8 MODULE 3. EQUATIONS 3b Solving Systems of Two Equations Algebraically Solving Systems by Substitution In this section we introduce an algebraic technique for solving systems of two equations in two unknowns

More information

10.1 Systems of Linear Equations: Substitution and Elimination

10.1 Systems of Linear Equations: Substitution and Elimination 726 CHAPTER 10 Systems of Equations and Inequalities 10.1 Systems of Linear Equations: Sustitution and Elimination PREPARING FOR THIS SECTION Before getting started, review the following: Linear Equations

More information

Solutions of Linear Equations in One Variable

Solutions of Linear Equations in One Variable 2. Solutions of Linear Equations in One Variable 2. OBJECTIVES. Identify a linear equation 2. Combine like terms to solve an equation We begin this chapter by considering one of the most important tools

More information

Solving systems by elimination

Solving systems by elimination December 1, 2008 Solving systems by elimination page 1 Solving systems by elimination Here is another method for solving a system of two equations. Sometimes this method is easier than either the graphing

More information

Algebra 2 PreAP. Name Period

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

More information

Systems of Equations Involving Circles and Lines

Systems of Equations Involving Circles and Lines Name: Systems of Equations Involving Circles and Lines Date: In this lesson, we will be solving two new types of Systems of Equations. Systems of Equations Involving a Circle and a Line Solving a system

More information

7.3 Solving Systems by Elimination

7.3 Solving Systems by Elimination 7. Solving Sstems b Elimination In the last section we saw the Substitution Method. It turns out there is another method for solving a sstem of linear equations that is also ver good. First, we will need

More information

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes Partial Fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. For 4x + 7 example it can be shown that x 2 + 3x + 2 has the same

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3

More information

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system 1. Systems of linear equations We are interested in the solutions to systems of linear equations. A linear equation is of the form 3x 5y + 2z + w = 3. The key thing is that we don t multiply the variables

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers. Math 0980 Chapter Objectives Chapter 1: Introduction to Algebra: The Integers. 1. Identify the place value of a digit. 2. Write a number in words or digits. 3. Write positive and negative numbers used

More information

Solving Equations Involving Parallel and Perpendicular Lines Examples

Solving Equations Involving Parallel and Perpendicular Lines Examples Solving Equations Involving Parallel and Perpendicular Lines Examples. The graphs of y = x, y = x, and y = x + are lines that have the same slope. They are parallel lines. Definition of Parallel Lines

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

Systems of Linear Equations: Two Variables

Systems of Linear Equations: Two Variables OpenStax-CNX module: m49420 1 Systems of Linear Equations: Two Variables OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 In this section,

More information

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving linear equations 3.1 Introduction Many problems in engineering reduce to the solution of an equation or a set of equations. An equation is a type of mathematical expression which contains one or

More information

Equations Involving Lines and Planes Standard equations for lines in space

Equations Involving Lines and Planes Standard equations for lines in space Equations Involving Lines and Planes In this section we will collect various important formulas regarding equations of lines and planes in three dimensional space Reminder regarding notation: any quantity

More information

Solutions to Math 51 First Exam January 29, 2015

Solutions to Math 51 First Exam January 29, 2015 Solutions to Math 5 First Exam January 29, 25. ( points) (a) Complete the following sentence: A set of vectors {v,..., v k } is defined to be linearly dependent if (2 points) there exist c,... c k R, not

More information

Factoring Quadratic Expressions

Factoring Quadratic Expressions Factoring the trinomial ax 2 + bx + c when a = 1 A trinomial in the form x 2 + bx + c can be factored to equal (x + m)(x + n) when the product of m x n equals c and the sum of m + n equals b. (Note: the

More information

FURTHER VECTORS (MEI)

FURTHER VECTORS (MEI) Mathematics Revision Guides Further Vectors (MEI) (column notation) Page of MK HOME TUITION Mathematics Revision Guides Level: AS / A Level - MEI OCR MEI: C FURTHER VECTORS (MEI) Version : Date: -9-7 Mathematics

More information

Systems of Equations - Addition/Elimination

Systems of Equations - Addition/Elimination 4.3 Systems of Equations - Addition/Elimination Objective: Solve systems of equations using the addition/elimination method. When solving systems we have found that graphing is very limited when solving

More information

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra:

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: From the standpoint of integration, the left side of Equation 1 would be much easier to work with than

More information

Equations, Inequalities & Partial Fractions

Equations, Inequalities & Partial Fractions Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities

More information

2.3. Finding polynomial functions. An Introduction:

2.3. Finding polynomial functions. An Introduction: 2.3. Finding polynomial functions. An Introduction: As is usually the case when learning a new concept in mathematics, the new concept is the reverse of the previous one. Remember how you first learned

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as + for any

More information

2013 MBA Jump Start Program

2013 MBA Jump Start Program 2013 MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Algebra Review Calculus Permutations and Combinations [Online Appendix: Basic Mathematical Concepts] 2 1 Equation of

More information

Make sure you look at the reminders or examples before each set of problems to jog your memory! Solve

Make sure you look at the reminders or examples before each set of problems to jog your memory! Solve Name Date Make sure you look at the reminders or examples before each set of problems to jog your memory! I. Solving Linear Equations 1. Eliminate parentheses. Combine like terms 3. Eliminate terms by

More information

1.2 Linear Equations and Rational Equations

1.2 Linear Equations and Rational Equations Linear Equations and Rational Equations Section Notes Page In this section, you will learn how to solve various linear and rational equations A linear equation will have an variable raised to a power of

More information

Brunswick High School has reinstated a summer math curriculum for students Algebra 1, Geometry, and Algebra 2 for the 2014-2015 school year.

Brunswick High School has reinstated a summer math curriculum for students Algebra 1, Geometry, and Algebra 2 for the 2014-2015 school year. Brunswick High School has reinstated a summer math curriculum for students Algebra 1, Geometry, and Algebra 2 for the 2014-2015 school year. Goal The goal of the summer math program is to help students

More information

MAT 135 Midterm Review Dugopolski Sections 2.2,2.3,2.5,2.6,3.3,3.5,4.1,4.2,5.7,5.8,6.1,6.2,6.3

MAT 135 Midterm Review Dugopolski Sections 2.2,2.3,2.5,2.6,3.3,3.5,4.1,4.2,5.7,5.8,6.1,6.2,6.3 Directions: Complete each problem and select the correct answer. NOTE: Not all topics on the midterm are represented in this review. For a complete set of review problems, please do the book-based midterm

More information

Method To Solve Linear, Polynomial, or Absolute Value Inequalities:

Method To Solve Linear, Polynomial, or Absolute Value Inequalities: Solving Inequalities An inequality is the result of replacing the = sign in an equation with ,, or. For example, 3x 2 < 7 is a linear inequality. We call it linear because if the < were replaced with

More information

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

4.3-4.4 Systems of Equations

4.3-4.4 Systems of Equations 4.3-4.4 Systems of Equations A linear equation in 2 variables is an equation of the form ax + by = c. A linear equation in 3 variables is an equation of the form ax + by + cz = d. To solve a system of

More information

Indiana State Core Curriculum Standards updated 2009 Algebra I

Indiana State Core Curriculum Standards updated 2009 Algebra I Indiana State Core Curriculum Standards updated 2009 Algebra I Strand Description Boardworks High School Algebra presentations Operations With Real Numbers Linear Equations and A1.1 Students simplify and

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how

More information

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section What is algebra? Operations with algebraic terms Mathematical properties of real numbers Order of operations What is Algebra? Algebra is

More information

Core Maths C1. Revision Notes

Core Maths C1. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Indices... Rules of indices... Surds... 4 Simplifying surds... 4 Rationalising the denominator... 4 Quadratic functions... 4 Completing the

More information

IV. ALGEBRAIC CONCEPTS

IV. ALGEBRAIC CONCEPTS IV. ALGEBRAIC CONCEPTS Algebra is the language of mathematics. Much of the observable world can be characterized as having patterned regularity where a change in one quantity results in changes in other

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

north seattle community college

north seattle community college INTRODUCTION TO FRACTIONS If we divide a whole number into equal parts we get a fraction: For example, this circle is divided into quarters. Three quarters, or, of the circle is shaded. DEFINITIONS: The

More information

HFCC Math Lab Arithmetic - 4. Addition, Subtraction, Multiplication and Division of Mixed Numbers

HFCC Math Lab Arithmetic - 4. Addition, Subtraction, Multiplication and Division of Mixed Numbers HFCC Math Lab Arithmetic - Addition, Subtraction, Multiplication and Division of Mixed Numbers Part I: Addition and Subtraction of Mixed Numbers There are two ways of adding and subtracting mixed numbers.

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

Solving Linear Equations - General Equations

Solving Linear Equations - General Equations 1.3 Solving Linear Equations - General Equations Objective: Solve general linear equations with variables on both sides. Often as we are solving linear equations we will need to do some work to set them

More information

Partial Fractions Decomposition

Partial Fractions Decomposition Partial Fractions Decomposition Dr. Philippe B. Laval Kennesaw State University August 6, 008 Abstract This handout describes partial fractions decomposition and how it can be used when integrating rational

More information

Algebra 2: Q1 & Q2 Review

Algebra 2: Q1 & Q2 Review Name: Class: Date: ID: A Algebra 2: Q1 & Q2 Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Which is the graph of y = 2(x 2) 2 4? a. c. b. d. Short

More information

Florida Algebra 1 End-of-Course Assessment Item Bank, Polk County School District

Florida Algebra 1 End-of-Course Assessment Item Bank, Polk County School District Benchmark: MA.912.A.2.3; Describe the concept of a function, use function notation, determine whether a given relation is a function, and link equations to functions. Also assesses MA.912.A.2.13; Solve

More information

1.4 Compound Inequalities

1.4 Compound Inequalities Section 1.4 Compound Inequalities 53 1.4 Compound Inequalities This section discusses a technique that is used to solve compound inequalities, which is a phrase that usually refers to a pair of inequalities

More information

FACTORING QUADRATICS 8.1.1 and 8.1.2

FACTORING QUADRATICS 8.1.1 and 8.1.2 FACTORING QUADRATICS 8.1.1 and 8.1.2 Chapter 8 introduces students to quadratic equations. These equations can be written in the form of y = ax 2 + bx + c and, when graphed, produce a curve called a parabola.

More information

Review of Intermediate Algebra Content

Review of Intermediate Algebra Content Review of Intermediate Algebra Content Table of Contents Page Factoring GCF and Trinomials of the Form + b + c... Factoring Trinomials of the Form a + b + c... Factoring Perfect Square Trinomials... 6

More information

SUNY ECC. ACCUPLACER Preparation Workshop. Algebra Skills

SUNY ECC. ACCUPLACER Preparation Workshop. Algebra Skills SUNY ECC ACCUPLACER Preparation Workshop Algebra Skills Gail A. Butler Ph.D. Evaluating Algebraic Epressions Substitute the value (#) in place of the letter (variable). Follow order of operations!!! E)

More information

47 Numerator Denominator

47 Numerator Denominator JH WEEKLIES ISSUE #22 2012-2013 Mathematics Fractions Mathematicians often have to deal with numbers that are not whole numbers (1, 2, 3 etc.). The preferred way to represent these partial numbers (rational

More information

Chapter 2: Linear Equations and Inequalities Lecture notes Math 1010

Chapter 2: Linear Equations and Inequalities Lecture notes Math 1010 Section 2.1: Linear Equations Definition of equation An equation is a statement that equates two algebraic expressions. Solving an equation involving a variable means finding all values of the variable

More information

A synonym is a word that has the same or almost the same definition of

A synonym is a word that has the same or almost the same definition of Slope-Intercept Form Determining the Rate of Change and y-intercept Learning Goals In this lesson, you will: Graph lines using the slope and y-intercept. Calculate the y-intercept of a line when given

More information

Absolute Value Equations and Inequalities

Absolute Value Equations and Inequalities . Absolute Value Equations and Inequalities. OBJECTIVES 1. Solve an absolute value equation in one variable. Solve an absolute value inequality in one variable NOTE Technically we mean the distance between

More information

1 Determinants and the Solvability of Linear Systems

1 Determinants and the Solvability of Linear Systems 1 Determinants and the Solvability of Linear Systems In the last section we learned how to use Gaussian elimination to solve linear systems of n equations in n unknowns The section completely side-stepped

More information

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

This is a square root. The number under the radical is 9. (An asterisk * means multiply.) Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize

More information

8.1. Cramer s Rule for Solving Simultaneous Linear Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

8.1. Cramer s Rule for Solving Simultaneous Linear Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Cramer s Rule for Solving Simultaneous Linear Equations 8.1 Introduction The need to solve systems of linear equations arises frequently in engineering. The analysis of electric circuits and the control

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections 4.6 and 1.1) 8.1 Equivalent Inequalities Definition 8.1 Two inequalities are equivalent

More information

Linear Equations ! 25 30 35$ & " 350 150% & " 11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development

Linear Equations ! 25 30 35$ &  350 150% &  11,750 12,750 13,750% MATHEMATICS LEARNING SERVICE Centre for Learning and Professional Development MathsTrack (NOTE Feb 2013: This is the old version of MathsTrack. New books will be created during 2013 and 2014) Topic 4 Module 9 Introduction Systems of to Matrices Linear Equations Income = Tickets!

More information

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x).

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x). .7. PRTIL FRCTIONS 3.7. Partial Fractions.7.. Rational Functions and Partial Fractions. rational function is a quotient of two polynomials: R(x) = P (x) Q(x). Here we discuss how to integrate rational

More information

The Graphical Method: An Example

The Graphical Method: An Example The Graphical Method: An Example Consider the following linear program: Maximize 4x 1 +3x 2 Subject to: 2x 1 +3x 2 6 (1) 3x 1 +2x 2 3 (2) 2x 2 5 (3) 2x 1 +x 2 4 (4) x 1, x 2 0, where, for ease of reference,

More information

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style Factorisation 1.5 Introduction In Block 4 we showed the way in which brackets were removed from algebraic expressions. Factorisation, which can be considered as the reverse of this process, is dealt with

More information

Mathematics Common Core Sample Questions

Mathematics Common Core Sample Questions New York State Testing Program Mathematics Common Core Sample Questions Grade The materials contained herein are intended for use by New York State teachers. Permission is hereby granted to teachers and

More information

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule.

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule. Sequences A sequence is a list of numbers, or a pattern, which obeys a rule. Each number in a sequence is called a term. ie the fourth term of the sequence 2, 4, 6, 8, 10, 12... is 8, because it is the

More information

LINEAR EQUATIONS IN TWO VARIABLES

LINEAR EQUATIONS IN TWO VARIABLES 66 MATHEMATICS CHAPTER 4 LINEAR EQUATIONS IN TWO VARIABLES The principal use of the Analytic Art is to bring Mathematical Problems to Equations and to exhibit those Equations in the most simple terms that

More information

Section 1.4. Lines, Planes, and Hyperplanes. The Calculus of Functions of Several Variables

Section 1.4. Lines, Planes, and Hyperplanes. The Calculus of Functions of Several Variables The Calculus of Functions of Several Variables Section 1.4 Lines, Planes, Hyperplanes In this section we will add to our basic geometric understing of R n by studying lines planes. If we do this carefully,

More information

Slope-Intercept Form of a Linear Equation Examples

Slope-Intercept Form of a Linear Equation Examples Slope-Intercept Form of a Linear Equation Examples. In the figure at the right, AB passes through points A(0, b) and B(x, y). Notice that b is the y-intercept of AB. Suppose you want to find an equation

More information

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

IOWA End-of-Course Assessment Programs. Released Items ALGEBRA I. Copyright 2010 by The University of Iowa.

IOWA End-of-Course Assessment Programs. Released Items ALGEBRA I. Copyright 2010 by The University of Iowa. IOWA End-of-Course Assessment Programs Released Items Copyright 2010 by The University of Iowa. ALGEBRA I 1 Sally works as a car salesperson and earns a monthly salary of $2,000. She also earns $500 for

More information

EAP/GWL Rev. 1/2011 Page 1 of 5. Factoring a polynomial is the process of writing it as the product of two or more polynomial factors.

EAP/GWL Rev. 1/2011 Page 1 of 5. Factoring a polynomial is the process of writing it as the product of two or more polynomial factors. EAP/GWL Rev. 1/2011 Page 1 of 5 Factoring a polynomial is the process of writing it as the product of two or more polynomial factors. Example: Set the factors of a polynomial equation (as opposed to an

More information

Write the Equation of the Line Review

Write the Equation of the Line Review Connecting Algebra 1 to Advanced Placement* Mathematics A Resource and Strategy Guide Objective: Students will be assessed on their ability to write the equation of a line in multiple methods. Connections

More information

The Point-Slope Form

The Point-Slope Form 7. The Point-Slope Form 7. OBJECTIVES 1. Given a point and a slope, find the graph of a line. Given a point and the slope, find the equation of a line. Given two points, find the equation of a line y Slope

More information

Section 9.5: Equations of Lines and Planes

Section 9.5: Equations of Lines and Planes Lines in 3D Space Section 9.5: Equations of Lines and Planes Practice HW from Stewart Textbook (not to hand in) p. 673 # 3-5 odd, 2-37 odd, 4, 47 Consider the line L through the point P = ( x, y, ) that

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

1.6 The Order of Operations

1.6 The Order of Operations 1.6 The Order of Operations Contents: Operations Grouping Symbols The Order of Operations Exponents and Negative Numbers Negative Square Roots Square Root of a Negative Number Order of Operations and Negative

More information

12.5 Equations of Lines and Planes

12.5 Equations of Lines and Planes Instructor: Longfei Li Math 43 Lecture Notes.5 Equations of Lines and Planes What do we need to determine a line? D: a point on the line: P 0 (x 0, y 0 ) direction (slope): k 3D: a point on the line: P

More information

Equations of Lines and Planes

Equations of Lines and Planes Calculus 3 Lia Vas Equations of Lines and Planes Planes. A plane is uniquely determined by a point in it and a vector perpendicular to it. An equation of the plane passing the point (x 0, y 0, z 0 ) perpendicular

More information

Elements of a graph. Click on the links below to jump directly to the relevant section

Elements of a graph. Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section Elements of a graph Linear equations and their graphs What is slope? Slope and y-intercept in the equation of a line Comparing lines on

More information

Algebra Cheat Sheets

Algebra Cheat Sheets Sheets Algebra Cheat Sheets provide you with a tool for teaching your students note-taking, problem-solving, and organizational skills in the context of algebra lessons. These sheets teach the concepts

More information

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS (Section 0.6: Polynomial, Rational, and Algebraic Expressions) 0.6.1 SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS LEARNING OBJECTIVES Be able to identify polynomial, rational, and algebraic

More information

x x y y Then, my slope is =. Notice, if we use the slope formula, we ll get the same thing: m =

x x y y Then, my slope is =. Notice, if we use the slope formula, we ll get the same thing: m = Slope and Lines The slope of a line is a ratio that measures the incline of the line. As a result, the smaller the incline, the closer the slope is to zero and the steeper the incline, the farther the

More information

ACCUPLACER. Testing & Study Guide. Prepared by the Admissions Office Staff and General Education Faculty Draft: January 2011

ACCUPLACER. Testing & Study Guide. Prepared by the Admissions Office Staff and General Education Faculty Draft: January 2011 ACCUPLACER Testing & Study Guide Prepared by the Admissions Office Staff and General Education Faculty Draft: January 2011 Thank you to Johnston Community College staff for giving permission to revise

More information

FACTORING QUADRATIC EQUATIONS

FACTORING QUADRATIC EQUATIONS FACTORING QUADRATIC EQUATIONS Summary 1. Difference of squares... 1 2. Mise en évidence simple... 2 3. compounded factorization... 3 4. Exercises... 7 The goal of this section is to summarize the methods

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information