SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Chapter 7: Systems of Equations and 
Inequalities; Matrices 
7.1 Systems of Equations 
7.2 Solution of Linear Systems in Three Variables 
7.3 Solution of Linear Systems by Row Transformations 
7.4 Matrix Properties and Operations 
7.5 Determinants and Cramer’s Rule 
7.6 Solution of Linear Systems by Matrix Inverses 
7.7 Systems of Inequalities and Linear Programming 
7.8 Partial Fractions 
Copyright © 2007 Pearson Education, Inc. Slide 7-2
7.1 Systems of Equations 
• A set of equations is called a system of equations. 
• The solutions must satisfy each equation in the 
system. 
• A linear equation in n unknowns has the form 
where the variables are of 
a x a x a x b n n     1 1 2 2 
first-degree. 
• If all equations in a system are linear, the system is a 
system of linear equations, or a linear system. 
Copyright © 2007 Pearson Education, Inc. Slide 7-3
7.1 Linear System in Two Variables 
• Three possible solutions to a linear system in two 
variables: 
1. One solution: coordinates of a point, 
2. No solutions: inconsistent case, 
3. Infinitely many solutions: dependent case. 
Copyright © 2007 Pearson Education, Inc. Slide 7-4
7.1 Substitution Method 
Example Solve the system. 
Solution 
x y (1) 
3  2  
11 
 x  y 
 
3 
(2) 
y  x  
Solve (2) for y. 
x x 
3  2(  3)  
11 
x x 
3  2  6  
11 
x 
5 5 
1 
3 
 
 
  
1 3 
4 
 
x 
y 
y 
Substitute y = x + 3 in (1). 
Solve for x. 
Substitute x = 1 in y = x + 3. 
Solution set: {(1, 4)} 
Copyright © 2007 Pearson Education, Inc. Slide 7-5
7.1 Solving a Linear System in Two 
Variables Graphically 
Example Solve the system graphically. 
x y (1) 
3  2  
11 
 x  y 
 
3 
Solution Solve (1) and (2) for y. 
(2) 
Copyright © 2007 Pearson Education, Inc. Slide 7-6
7.1 Elimination Method 
Example Solve the system. 
x y (1) 
3  4  
1 
x y 
2  3  
12 
(2) 
Solution To eliminate x, multiply (1) by –2 and (2) 
by 3 and add the resulting equations. 
x y (3) 
    
6 8 2 
x y 
6  9  
36 
(4) 
y 
17 34 
2 
 
y 
 
Copyright © 2007 Pearson Education, Inc. Slide 7-7
7.1 Elimination Method 
Substitute 2 for y in (1) or (2). 
x 
3  4(2)  
1 
x 
3 9 
The solution set is {(3, 2)}. 
3 
 
 
x 
• Check the solution set by substituting 3 in for x 
and 2 in for y in both of the original equations. 
Copyright © 2007 Pearson Education, Inc. Slide 7-8
7.1 Solving an Inconsistent System 
Example Solve the system. 
x y (1) 
3  2  
4 
 6 x  4 y 
 
7 
(2) 
Solution Eliminate x by multiplying (1) by 2 and 
adding the result to (2). 
Solution set is . 
x y 
6  4  
8 
 x  y 
 
6 4 7 
0 15 Inconsistent System 
Copyright © 2007 Pearson Education, Inc. Slide 7-9
7.1 Solving a System with Dependent 
Equations 
Example Solve the system. 
x y (1) 
   
4 2 
x y 
8  2   
4 
(2) 
Solution Eliminate x by multiplying (1) by 2 and adding the 
result to (2). 
x y 
   
8 2 4 
x y 
8  2   
4 
0  0 
Each equation is a solution of the other. Choose either equation 
and solve for x. 
 
4 
x y x 
 4   2 
  
y 
2 
   
   
 
y 
  
The solution set is e.g. y = –2: 
2 
y 
, . 
4 
 
 
22     
{( , 2)} ( 1, 2)} 4 
Copyright © 2007 Pearson Education, Inc. Slide 7-10
7.1 Solving a Nonlinear System of 
Equations 
Example Solve the system. 
x y (1) 
3 2 
 2  
5 x y 
   
3 4 
(2) 
Solution Choose the simpler equation, (2), and 
solve for y since x is squared in (1). 
x y 
   
3 4 
 4 
 
 
3 
x 
y 
4x 
Substitute for y into (1) . 
(3) 
3 
Copyright © 2007 Pearson Education, Inc. Slide 7-11
7.1 Solving a Nonlinear System of 
Equations 
5 
  4 
 
3 
2 
x 
3  
2 
2 
 
  
 
 
 
x 
x x 
9  2(  4  )  
15 
2 
x x 
9  2  7  
0 
x x x x 
(9 7)( 1) 0 1 or 
       
Substitute these values for x into (3). 
 7 
   
  
4 9 
y  y 
3 
The solution set is 
7 
9 
  
1 
   
4 1 
3 
  or 
 
43 
27 
 7 ,  43 
,   1,  
1. 9 
27 
Copyright © 2007 Pearson Education, Inc. Slide 7-12
7.1 Solving a Nonlinear System 
Graphically 
Example Solve the system. 
(1) 
(2) 
y  
2 
x 
x y 
   
2 0 
Solution (1) yields Y1 = 2x; (2) yields Y2 = |x + 2|. 
The solution set is {(2, 4), (–2.22, .22), (–1.69, .31)}. 
Copyright © 2007 Pearson Education, Inc. Slide 7-13
7.1 Applications of Systems 
• To solve problems using a system 
1. Determine the unknown quantities 
2. Let different variables represent those 
quantities 
3. Write a system of equations – one for each 
variable 
Example In a recent year, the national average spent on two 
varsity athletes, one female and one male, was $6050 for 
Division I-A schools. However, average expenditures for a 
male athlete exceeded those for a female athlete by $3900. 
Determine how much was spent per varsity athlete for 
each gender. 
Copyright © 2007 Pearson Education, Inc. Slide 7-14
7.1 Applications of Systems 
Solution Let x = average expenditures per male 
y = average expenditures per female 
x y 
 x y 
    
6050 12,100 
 
2 
Average spent on 
one male and one 
female 
(1) 
(2) 
12100 
3900 
x y 
  
x y 
  
2 x  16000 
x  8000 
Average Expenditure per male: $8000, and 
per female: from (2) y = 8000 – 3900 = $4100. 
Copyright © 2007 Pearson Education, Inc. Slide 7-15

Weitere ähnliche Inhalte

Was ist angesagt?

System of Linear inequalities in two variables
System of Linear inequalities in two variablesSystem of Linear inequalities in two variables
System of Linear inequalities in two variablesAnirach Ytirahc
 
Solving Systems of Linear Inequalities
Solving Systems of Linear InequalitiesSolving Systems of Linear Inequalities
Solving Systems of Linear Inequalitiesswartzje
 
Solving Multi Step Equations
Solving Multi Step EquationsSolving Multi Step Equations
Solving Multi Step EquationsDerek Wright
 
Equation of the line
Equation of the lineEquation of the line
Equation of the lineEdgardo Mata
 
Solving Systems by Substitution
Solving Systems by SubstitutionSolving Systems by Substitution
Solving Systems by Substitutionswartzje
 
Factoring quadratic-trinomials-of-the-form-ax2-
Factoring quadratic-trinomials-of-the-form-ax2-Factoring quadratic-trinomials-of-the-form-ax2-
Factoring quadratic-trinomials-of-the-form-ax2-AnnalizaTenioso
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equationssaahil kshatriya
 
Combining Like Terms
Combining Like TermsCombining Like Terms
Combining Like TermsBitsy Griffin
 
Graphing linear equations
Graphing linear equationsGraphing linear equations
Graphing linear equationsTerry Gastauer
 
Solving systems of equations
Solving systems of equationsSolving systems of equations
Solving systems of equationsHind Al Awadi
 
Graph of linear equations
Graph of linear equationsGraph of linear equations
Graph of linear equationsanettebasco
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functionsswartzje
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equationssrobbins4
 
Solving Systems of Linear Equations in Two Variables by Graphing
Solving Systems of Linear Equations in Two Variables by GraphingSolving Systems of Linear Equations in Two Variables by Graphing
Solving Systems of Linear Equations in Two Variables by GraphingJoey Valdriz
 
Direct and inverse variations
Direct and inverse variationsDirect and inverse variations
Direct and inverse variationstohcy
 
21 - GRAPHS THE SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES.pptx
21 - GRAPHS THE SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES.pptx21 - GRAPHS THE SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES.pptx
21 - GRAPHS THE SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES.pptxbernadethvillanueva1
 
Exponential equations
Exponential equationsExponential equations
Exponential equationsnovember12
 

Was ist angesagt? (20)

System of Linear inequalities in two variables
System of Linear inequalities in two variablesSystem of Linear inequalities in two variables
System of Linear inequalities in two variables
 
Solving Systems of Linear Inequalities
Solving Systems of Linear InequalitiesSolving Systems of Linear Inequalities
Solving Systems of Linear Inequalities
 
Solving Multi Step Equations
Solving Multi Step EquationsSolving Multi Step Equations
Solving Multi Step Equations
 
Equation of the line
Equation of the lineEquation of the line
Equation of the line
 
Solving Systems by Substitution
Solving Systems by SubstitutionSolving Systems by Substitution
Solving Systems by Substitution
 
Factoring quadratic-trinomials-of-the-form-ax2-
Factoring quadratic-trinomials-of-the-form-ax2-Factoring quadratic-trinomials-of-the-form-ax2-
Factoring quadratic-trinomials-of-the-form-ax2-
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equations
 
Combining Like Terms
Combining Like TermsCombining Like Terms
Combining Like Terms
 
linear equation
linear equationlinear equation
linear equation
 
Graphing linear equations
Graphing linear equationsGraphing linear equations
Graphing linear equations
 
Equations of a Line
Equations of a LineEquations of a Line
Equations of a Line
 
Solving systems of equations
Solving systems of equationsSolving systems of equations
Solving systems of equations
 
Straight lines
Straight linesStraight lines
Straight lines
 
Graph of linear equations
Graph of linear equationsGraph of linear equations
Graph of linear equations
 
Logarithmic Functions
Logarithmic FunctionsLogarithmic Functions
Logarithmic Functions
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equations
 
Solving Systems of Linear Equations in Two Variables by Graphing
Solving Systems of Linear Equations in Two Variables by GraphingSolving Systems of Linear Equations in Two Variables by Graphing
Solving Systems of Linear Equations in Two Variables by Graphing
 
Direct and inverse variations
Direct and inverse variationsDirect and inverse variations
Direct and inverse variations
 
21 - GRAPHS THE SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES.pptx
21 - GRAPHS THE SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES.pptx21 - GRAPHS THE SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES.pptx
21 - GRAPHS THE SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES.pptx
 
Exponential equations
Exponential equationsExponential equations
Exponential equations
 

Andere mochten auch

Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equationsZunAib Ali
 
A1, 6 1, solving systems by graphing (rev)
A1, 6 1, solving systems by graphing (rev)A1, 6 1, solving systems by graphing (rev)
A1, 6 1, solving systems by graphing (rev)kstraka
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSfenil patel
 
Presentation on Solution to non linear equations
Presentation on Solution to non linear equationsPresentation on Solution to non linear equations
Presentation on Solution to non linear equationsRifat Rahamatullah
 
Roots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open MethodsRoots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open MethodsMohammad Tawfik
 

Andere mochten auch (10)

Solution of non-linear equations
Solution of non-linear equationsSolution of non-linear equations
Solution of non-linear equations
 
Graph theory
Graph theoryGraph theory
Graph theory
 
A1, 6 1, solving systems by graphing (rev)
A1, 6 1, solving systems by graphing (rev)A1, 6 1, solving systems by graphing (rev)
A1, 6 1, solving systems by graphing (rev)
 
Chapter 3 - Lines , Parabolas and Systems
Chapter 3 - Lines , Parabolas and SystemsChapter 3 - Lines , Parabolas and Systems
Chapter 3 - Lines , Parabolas and Systems
 
NUMERICAL METHODS
NUMERICAL METHODSNUMERICAL METHODS
NUMERICAL METHODS
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONS
 
Presentation on Solution to non linear equations
Presentation on Solution to non linear equationsPresentation on Solution to non linear equations
Presentation on Solution to non linear equations
 
BCD ADDER
BCD ADDER BCD ADDER
BCD ADDER
 
bisection method
bisection methodbisection method
bisection method
 
Roots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open MethodsRoots of Nonlinear Equations - Open Methods
Roots of Nonlinear Equations - Open Methods
 

Ähnlich wie Systems of equations

Lecture 19 section 8.1 system of equns
Lecture 19   section 8.1 system of equnsLecture 19   section 8.1 system of equns
Lecture 19 section 8.1 system of equnsnjit-ronbrown
 
Solving systems of Equations by Elimination
Solving systems of Equations by EliminationSolving systems of Equations by Elimination
Solving systems of Equations by EliminationEdrin Jay Morta
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsHazel Joy Chong
 
Ch 5 book - systems of linear equations
Ch 5 book - systems of linear equationsCh 5 book - systems of linear equations
Ch 5 book - systems of linear equationsSeptiya Wulandari
 
Systems Of Equations
Systems Of EquationsSystems Of Equations
Systems Of Equationskliegey524
 
Solving systems of linear equations by substitution
Solving systems of linear equations by substitutionSolving systems of linear equations by substitution
Solving systems of linear equations by substitutionduanenestor
 
Solving Systems by Graphing and Substitution
Solving Systems by Graphing and SubstitutionSolving Systems by Graphing and Substitution
Solving Systems by Graphing and Substitutionswartzje
 
Solving systems with elimination
Solving systems with eliminationSolving systems with elimination
Solving systems with eliminationAmanda Ann
 
6.2 special cases system of linear equations t
6.2 special cases system of linear equations t6.2 special cases system of linear equations t
6.2 special cases system of linear equations tmath260
 
7.1 graphing a linear system day 1
7.1 graphing a linear system   day 17.1 graphing a linear system   day 1
7.1 graphing a linear system day 1bweldon
 
Solve By Elimination
Solve By EliminationSolve By Elimination
Solve By Eliminationlothomas
 
System of linear equations and their solution
System of linear equations and their solutionSystem of linear equations and their solution
System of linear equations and their solutionJoseph Nilo
 
15.3 solving systems of equations by elimination
15.3 solving systems of equations by elimination15.3 solving systems of equations by elimination
15.3 solving systems of equations by eliminationGlenSchlee
 
Systems of equations by graphing by graphing sect 6 1
Systems of equations by graphing by graphing sect 6 1Systems of equations by graphing by graphing sect 6 1
Systems of equations by graphing by graphing sect 6 1tty16922
 
15.2 solving systems of equations by substitution
15.2 solving systems of equations by substitution15.2 solving systems of equations by substitution
15.2 solving systems of equations by substitutionGlenSchlee
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equationsgandhinagar
 
Chapter 2 matrices
Chapter 2   matricesChapter 2   matrices
Chapter 2 matricessarkissk
 
(8) Lesson 3.7
(8) Lesson 3.7(8) Lesson 3.7
(8) Lesson 3.7wzuri
 

Ähnlich wie Systems of equations (20)

Unit 7.1
Unit 7.1Unit 7.1
Unit 7.1
 
Lecture 19 section 8.1 system of equns
Lecture 19   section 8.1 system of equnsLecture 19   section 8.1 system of equns
Lecture 19 section 8.1 system of equns
 
Solving systems of Equations by Elimination
Solving systems of Equations by EliminationSolving systems of Equations by Elimination
Solving systems of Equations by Elimination
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
Ch 5 book - systems of linear equations
Ch 5 book - systems of linear equationsCh 5 book - systems of linear equations
Ch 5 book - systems of linear equations
 
Systems Of Equations
Systems Of EquationsSystems Of Equations
Systems Of Equations
 
Solving systems of linear equations by substitution
Solving systems of linear equations by substitutionSolving systems of linear equations by substitution
Solving systems of linear equations by substitution
 
Solving Systems by Graphing and Substitution
Solving Systems by Graphing and SubstitutionSolving Systems by Graphing and Substitution
Solving Systems by Graphing and Substitution
 
Solving systems with elimination
Solving systems with eliminationSolving systems with elimination
Solving systems with elimination
 
6.2 special cases system of linear equations t
6.2 special cases system of linear equations t6.2 special cases system of linear equations t
6.2 special cases system of linear equations t
 
7.1 graphing a linear system day 1
7.1 graphing a linear system   day 17.1 graphing a linear system   day 1
7.1 graphing a linear system day 1
 
Solve By Elimination
Solve By EliminationSolve By Elimination
Solve By Elimination
 
System of linear equations and their solution
System of linear equations and their solutionSystem of linear equations and their solution
System of linear equations and their solution
 
15.3 solving systems of equations by elimination
15.3 solving systems of equations by elimination15.3 solving systems of equations by elimination
15.3 solving systems of equations by elimination
 
Systems of equations by graphing by graphing sect 6 1
Systems of equations by graphing by graphing sect 6 1Systems of equations by graphing by graphing sect 6 1
Systems of equations by graphing by graphing sect 6 1
 
15.2 solving systems of equations by substitution
15.2 solving systems of equations by substitution15.2 solving systems of equations by substitution
15.2 solving systems of equations by substitution
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 
Chapter 2 matrices
Chapter 2   matricesChapter 2   matrices
Chapter 2 matrices
 
(8) Lesson 3.7
(8) Lesson 3.7(8) Lesson 3.7
(8) Lesson 3.7
 
Lca10 0505
Lca10 0505Lca10 0505
Lca10 0505
 

Mehr von Hazel Joy Chong

Mehr von Hazel Joy Chong (20)

Writing objectives
Writing objectivesWriting objectives
Writing objectives
 
Madelyn hunter
Madelyn hunterMadelyn hunter
Madelyn hunter
 
Effective lesson planning
Effective lesson planningEffective lesson planning
Effective lesson planning
 
ABCD model
ABCD modelABCD model
ABCD model
 
Lect 2 the four pillars of learning (riza edited)
Lect 2 the four pillars of learning (riza edited)Lect 2 the four pillars of learning (riza edited)
Lect 2 the four pillars of learning (riza edited)
 
Learning to live 2 [smallpdf.com]
Learning to live 2 [smallpdf.com]Learning to live 2 [smallpdf.com]
Learning to live 2 [smallpdf.com]
 
Learning to live
Learning to liveLearning to live
Learning to live
 
Learning to do
Learning to doLearning to do
Learning to do
 
Fourpillarsofeducation 120810190042-phpapp02
Fourpillarsofeducation 120810190042-phpapp02Fourpillarsofeducation 120810190042-phpapp02
Fourpillarsofeducation 120810190042-phpapp02
 
Learning to be
Learning to beLearning to be
Learning to be
 
The sociology of education
The sociology of educationThe sociology of education
The sociology of education
 
Social dimensions of_educatio_npart_1
Social dimensions of_educatio_npart_1Social dimensions of_educatio_npart_1
Social dimensions of_educatio_npart_1
 
Socdimofeduc
SocdimofeducSocdimofeduc
Socdimofeduc
 
conjuctions
conjuctionsconjuctions
conjuctions
 
15 photosynthesis
15 photosynthesis15 photosynthesis
15 photosynthesis
 
14 electron transport chain
14 electron transport chain14 electron transport chain
14 electron transport chain
 
13 kreb cycle
13 kreb cycle13 kreb cycle
13 kreb cycle
 
12 glycolysis
12 glycolysis12 glycolysis
12 glycolysis
 
11 introduction to cell biology 5
11 introduction to cell biology 511 introduction to cell biology 5
11 introduction to cell biology 5
 
10 introduction to cell biology 4
10 introduction to cell biology 410 introduction to cell biology 4
10 introduction to cell biology 4
 

Systems of equations

  • 1.
  • 2. Chapter 7: Systems of Equations and Inequalities; Matrices 7.1 Systems of Equations 7.2 Solution of Linear Systems in Three Variables 7.3 Solution of Linear Systems by Row Transformations 7.4 Matrix Properties and Operations 7.5 Determinants and Cramer’s Rule 7.6 Solution of Linear Systems by Matrix Inverses 7.7 Systems of Inequalities and Linear Programming 7.8 Partial Fractions Copyright © 2007 Pearson Education, Inc. Slide 7-2
  • 3. 7.1 Systems of Equations • A set of equations is called a system of equations. • The solutions must satisfy each equation in the system. • A linear equation in n unknowns has the form where the variables are of a x a x a x b n n     1 1 2 2 first-degree. • If all equations in a system are linear, the system is a system of linear equations, or a linear system. Copyright © 2007 Pearson Education, Inc. Slide 7-3
  • 4. 7.1 Linear System in Two Variables • Three possible solutions to a linear system in two variables: 1. One solution: coordinates of a point, 2. No solutions: inconsistent case, 3. Infinitely many solutions: dependent case. Copyright © 2007 Pearson Education, Inc. Slide 7-4
  • 5. 7.1 Substitution Method Example Solve the system. Solution x y (1) 3  2  11  x  y  3 (2) y  x  Solve (2) for y. x x 3  2(  3)  11 x x 3  2  6  11 x 5 5 1 3     1 3 4  x y y Substitute y = x + 3 in (1). Solve for x. Substitute x = 1 in y = x + 3. Solution set: {(1, 4)} Copyright © 2007 Pearson Education, Inc. Slide 7-5
  • 6. 7.1 Solving a Linear System in Two Variables Graphically Example Solve the system graphically. x y (1) 3  2  11  x  y  3 Solution Solve (1) and (2) for y. (2) Copyright © 2007 Pearson Education, Inc. Slide 7-6
  • 7. 7.1 Elimination Method Example Solve the system. x y (1) 3  4  1 x y 2  3  12 (2) Solution To eliminate x, multiply (1) by –2 and (2) by 3 and add the resulting equations. x y (3)     6 8 2 x y 6  9  36 (4) y 17 34 2  y  Copyright © 2007 Pearson Education, Inc. Slide 7-7
  • 8. 7.1 Elimination Method Substitute 2 for y in (1) or (2). x 3  4(2)  1 x 3 9 The solution set is {(3, 2)}. 3   x • Check the solution set by substituting 3 in for x and 2 in for y in both of the original equations. Copyright © 2007 Pearson Education, Inc. Slide 7-8
  • 9. 7.1 Solving an Inconsistent System Example Solve the system. x y (1) 3  2  4  6 x  4 y  7 (2) Solution Eliminate x by multiplying (1) by 2 and adding the result to (2). Solution set is . x y 6  4  8  x  y  6 4 7 0 15 Inconsistent System Copyright © 2007 Pearson Education, Inc. Slide 7-9
  • 10. 7.1 Solving a System with Dependent Equations Example Solve the system. x y (1)    4 2 x y 8  2   4 (2) Solution Eliminate x by multiplying (1) by 2 and adding the result to (2). x y    8 2 4 x y 8  2   4 0  0 Each equation is a solution of the other. Choose either equation and solve for x.  4 x y x  4   2   y 2        y   The solution set is e.g. y = –2: 2 y , . 4   22     {( , 2)} ( 1, 2)} 4 Copyright © 2007 Pearson Education, Inc. Slide 7-10
  • 11. 7.1 Solving a Nonlinear System of Equations Example Solve the system. x y (1) 3 2  2  5 x y    3 4 (2) Solution Choose the simpler equation, (2), and solve for y since x is squared in (1). x y    3 4  4   3 x y 4x Substitute for y into (1) . (3) 3 Copyright © 2007 Pearson Education, Inc. Slide 7-11
  • 12. 7.1 Solving a Nonlinear System of Equations 5   4  3 2 x 3  2 2       x x x 9  2(  4  )  15 2 x x 9  2  7  0 x x x x (9 7)( 1) 0 1 or        Substitute these values for x into (3).  7      4 9 y  y 3 The solution set is 7 9   1    4 1 3   or  43 27  7 ,  43 ,   1,  1. 9 27 Copyright © 2007 Pearson Education, Inc. Slide 7-12
  • 13. 7.1 Solving a Nonlinear System Graphically Example Solve the system. (1) (2) y  2 x x y    2 0 Solution (1) yields Y1 = 2x; (2) yields Y2 = |x + 2|. The solution set is {(2, 4), (–2.22, .22), (–1.69, .31)}. Copyright © 2007 Pearson Education, Inc. Slide 7-13
  • 14. 7.1 Applications of Systems • To solve problems using a system 1. Determine the unknown quantities 2. Let different variables represent those quantities 3. Write a system of equations – one for each variable Example In a recent year, the national average spent on two varsity athletes, one female and one male, was $6050 for Division I-A schools. However, average expenditures for a male athlete exceeded those for a female athlete by $3900. Determine how much was spent per varsity athlete for each gender. Copyright © 2007 Pearson Education, Inc. Slide 7-14
  • 15. 7.1 Applications of Systems Solution Let x = average expenditures per male y = average expenditures per female x y  x y     6050 12,100  2 Average spent on one male and one female (1) (2) 12100 3900 x y   x y   2 x  16000 x  8000 Average Expenditure per male: $8000, and per female: from (2) y = 8000 – 3900 = $4100. Copyright © 2007 Pearson Education, Inc. Slide 7-15