Learn on PengiYoshiwara Elementary AlgebraChapter 4: Applications of Linear Equations

Lesson 4.6: Chapter Summary and Review

New Concept This chapter reviews key concepts for analyzing linear relationships. You'll connect solving single equations to solving systems of equations, using algebraic methods and graphs to find solutions and model real world scenarios.

Section 1

πŸ“˜ Chapter Summary and Review

New Concept

This chapter reviews key concepts for analyzing linear relationships. You'll connect solving single equations to solving systems of equations, using algebraic methods and graphs to find solutions and model real-world scenarios.

What’s next

Let's consolidate your knowledge. You will now tackle a series of review problems, practice quizzes, and challenge questions covering all of Chapter 4.

Section 2

The Distributive Law

Property

If aa, bb, and cc are any numbers, then

a(b+c)=ab+aca(b + c) = ab + ac

Steps for Solving Linear Equations.

  1. Use the distributive law to remove any parentheses.
  2. Combine like terms on each side of the equation.
  3. By adding or subtracting the same quantity on both sides of the equation, get all the variable terms on one side and all the constant terms on the other.
  4. Divide both sides by the coefficient of the variable to obtain an equation of the form x=ax = a.

Examples

  • To simplify 5(x+3)5(x+3), you distribute the 5 to both xx and 3. This gives 5β‹…x+5β‹…35 \cdot x + 5 \cdot 3, which simplifies to 5x+155x+15.
  • To simplify 6(2aβˆ’4)+76(2a-4) + 7, first distribute the 6 to get 12aβˆ’24+712a - 24 + 7. Then, combine the constant terms to get the final expression 12aβˆ’1712a - 17.
  • To solve the equation 3(yβˆ’2)=93(y-2) = 9, first distribute the 3 to get 3yβˆ’6=93y - 6 = 9. Add 6 to both sides to get 3y=153y = 15, then divide by 3 to find y=5y=5.

Explanation

Think of this law as 'distributing' the term outside the parentheses to every term inside. It helps break down multiplication with a group of terms, turning one complex multiplication into several simpler ones.

Section 3

Types of Linear Systems

Property

A pair of linear equations in two variables

a1x+b1y=c1a_1x + b_1y = c_1
a2x+b2y=c2a_2x + b_2y = c_2

considered together is called a system of linear equations. A solution is an ordered pair (x,y)(x, y) that satisfies each equation in the system. There are three types of linear systems:

  1. Consistent and independent system. The graphs of the two lines intersect in exactly one point. The system has exactly one solution.
  2. Inconsistent system. The graphs of the equations are parallel lines and hence do not intersect. An inconsistent system has no solutions.
  3. Dependent system. The graphs of the two equations are the same line. A dependent system has infinitely many solutions.

Examples

  • A consistent system like y=x+2y=x+2 and y=βˆ’x+4y=-x+4 has one solution, (1,3)(1,3), where the two lines intersect.
  • An inconsistent system like y=3x+1y=3x+1 and y=3x+5y=3x+5 has no solution. The lines have the same slope, so they are parallel and never cross.
  • A dependent system like x+y=5x+y=5 and 2x+2y=102x+2y=10 has infinite solutions. The second equation is just the first one multiplied by 2, so they represent the same line.

Explanation

Think of each equation as a line on a graph. The system's solution is where these lines meet. They can cross at one point, run parallel and never touch, or be the exact same line, lying on top of each other.

Section 4

Solving Systems by Substitution

Property

To Solve a System by Substitution.

  1. Choose one of the variables in one of the equations. (It is best to choose a variable whose coefficient is 1 or βˆ’1-1.) Solve the equation for that variable.
  2. Substitute the result of Step 1 into the other equation. This gives an equation in one variable.
  3. Solve the equation obtained in Step 2. This gives the solution value for one of the variables. Substitute this value into the result of Step 1 to find the solution value of the other variable.

Examples

  • For the system y=2xy = 2x and x+y=9x+y=9, substitute 2x2x for yy in the second equation to get x+2x=9x+2x=9. This simplifies to 3x=93x=9, so x=3x=3. Then find yy by using y=2(3)=6y=2(3)=6. The solution is (3,6)(3,6).
  • For xβˆ’3y=4x-3y=4 and 2x+y=132x+y=13, first solve the first equation for xx to get x=3y+4x=3y+4. Substitute this into the second equation: 2(3y+4)+y=132(3y+4)+y=13. This becomes 6y+8+y=136y+8+y=13, so 7y=57y=5, and y=57y=\frac{5}{7}. Finally, x=3(57)+4=437x=3(\frac{5}{7})+4=\frac{43}{7}.
  • For y=2xβˆ’1y = 2x-1 and 4xβˆ’2y=24x-2y=2, substitute yy into the second equation: 4xβˆ’2(2xβˆ’1)=24x-2(2x-1)=2. This simplifies to 4xβˆ’4x+2=24x-4x+2=2, or 2=22=2. Since this is always true, the system is dependent and has infinite solutions.

Explanation

This method involves solving one equation for a variable, then substituting that expression into the other equation. This 'replaces' one variable, leaving you with a single-variable equation that is much easier to solve.

Section 5

Solving Systems by Elimination

Property

To Solve a System by Elimination.

  1. Write each equation in the form Ax+By=CAx + By = C.
  2. Decide which variable to eliminate. Multiply each equation by an appropriate constant so that the coefficients of that variable are opposites.
  3. Add the equations from Step 2 and solve for the remaining variable.
  4. Substitute the value found in Step 3 into one of the original equations and solve for the other variable.

When Using Elimination to Solve a System.

  1. If combining the two equations results in an equation of the form 0x+0y=k0x + 0y = k (k≠0k \neq 0), then the system is inconsistent.
  2. If combining the two equations results in an equation of the form 0x+0y=00x + 0y = 0, then the system is dependent.

Examples

  • To solve 2x+y=52x+y=5 and 3xβˆ’y=103x-y=10, add the equations together. The yy terms cancel, leaving 5x=155x=15, so x=3x=3. Substitute x=3x=3 into the first equation: 2(3)+y=52(3)+y=5, which gives 6+y=56+y=5, so y=βˆ’1y=-1. The solution is (3,βˆ’1)(3,-1).
  • To solve x+2y=3x+2y=3 and 2x+4y=72x+4y=7, multiply the first equation by βˆ’2-2 to get βˆ’2xβˆ’4y=βˆ’6-2x-4y=-6. Adding this to the second equation gives 0=10=1. This is false, so the system is inconsistent and has no solution.
  • To solve 3xβˆ’y=43x-y=4 and βˆ’6x+2y=βˆ’8-6x+2y=-8, multiply the first equation by 2 to get 6xβˆ’2y=86x-2y=8. Adding this to the second equation gives 0=00=0. This is true, so the system is dependent and has infinite solutions.

Explanation

This method's goal is to 'eliminate' a variable by adding the two equations together. You may need to multiply one or both equations first, so the coefficients of one variable become opposites, like 3x3x and βˆ’3x-3x.

Section 6

Point-Slope Formula

Property

To find an equation for the line of slope mm passing through the point (x1,y1)(x_1, y_1), we use the point-slope formula

yβˆ’y1xβˆ’x1=m\frac{y - y_1}{x - x_1} = m

or

yβˆ’y1=m(xβˆ’x1)y - y_1 = m(x - x_1)

To Fit a Line through Two Points.

  1. Compute the slope between the two points.
  2. Substitute the slope and either point into the point-slope formula.

Examples

  • To find the equation for a line with slope m=4m=4 passing through (1,3)(1,3), use the formula yβˆ’y1=m(xβˆ’x1)y-y_1 = m(x-x_1) to get yβˆ’3=4(xβˆ’1)y-3 = 4(x-1).
  • To find the equation for the line passing through (2,5)(2,5) and (4,11)(4,11), first calculate the slope: m=11βˆ’54βˆ’2=62=3m = \frac{11-5}{4-2} = \frac{6}{2} = 3. Then use the point-slope formula with the point (2,5)(2,5): yβˆ’5=3(xβˆ’2)y-5 = 3(x-2).
  • A line passes through (βˆ’2,8)(-2, 8) with a slope of βˆ’3-3. To write its equation in slope-intercept form, start with point-slope: yβˆ’8=βˆ’3(xβˆ’(βˆ’2))y-8 = -3(x - (-2)). This becomes yβˆ’8=βˆ’3(x+2)y-8 = -3(x+2). Distribute to get yβˆ’8=βˆ’3xβˆ’6y-8 = -3x-6, then add 8 to both sides: y=βˆ’3x+2y = -3x+2.

Explanation

This formula is the most direct way to write a line's equation when you have its slope and any point it passes through. It's built directly from the definition of slope, m=riserunm = \frac{\text{rise}}{\text{run}}.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 4: Applications of Linear Equations

  1. Lesson 1

    Lesson 1: The Distributive Law

  2. Lesson 2

    Lesson 2: Systems of Linear Equations

  3. Lesson 3

    Lesson 3: Algebraic Solution of Systems

  4. Lesson 4

    Lesson 4: Problem Solving with Systems

  5. Lesson 5

    Lesson 5: Point-Slope Formula

  6. Lesson 6Current

    Lesson 4.6: Chapter Summary and Review

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Chapter Summary and Review

New Concept

This chapter reviews key concepts for analyzing linear relationships. You'll connect solving single equations to solving systems of equations, using algebraic methods and graphs to find solutions and model real-world scenarios.

What’s next

Let's consolidate your knowledge. You will now tackle a series of review problems, practice quizzes, and challenge questions covering all of Chapter 4.

Section 2

The Distributive Law

Property

If aa, bb, and cc are any numbers, then

a(b+c)=ab+aca(b + c) = ab + ac

Steps for Solving Linear Equations.

  1. Use the distributive law to remove any parentheses.
  2. Combine like terms on each side of the equation.
  3. By adding or subtracting the same quantity on both sides of the equation, get all the variable terms on one side and all the constant terms on the other.
  4. Divide both sides by the coefficient of the variable to obtain an equation of the form x=ax = a.

Examples

  • To simplify 5(x+3)5(x+3), you distribute the 5 to both xx and 3. This gives 5β‹…x+5β‹…35 \cdot x + 5 \cdot 3, which simplifies to 5x+155x+15.
  • To simplify 6(2aβˆ’4)+76(2a-4) + 7, first distribute the 6 to get 12aβˆ’24+712a - 24 + 7. Then, combine the constant terms to get the final expression 12aβˆ’1712a - 17.
  • To solve the equation 3(yβˆ’2)=93(y-2) = 9, first distribute the 3 to get 3yβˆ’6=93y - 6 = 9. Add 6 to both sides to get 3y=153y = 15, then divide by 3 to find y=5y=5.

Explanation

Think of this law as 'distributing' the term outside the parentheses to every term inside. It helps break down multiplication with a group of terms, turning one complex multiplication into several simpler ones.

Section 3

Types of Linear Systems

Property

A pair of linear equations in two variables

a1x+b1y=c1a_1x + b_1y = c_1
a2x+b2y=c2a_2x + b_2y = c_2

considered together is called a system of linear equations. A solution is an ordered pair (x,y)(x, y) that satisfies each equation in the system. There are three types of linear systems:

  1. Consistent and independent system. The graphs of the two lines intersect in exactly one point. The system has exactly one solution.
  2. Inconsistent system. The graphs of the equations are parallel lines and hence do not intersect. An inconsistent system has no solutions.
  3. Dependent system. The graphs of the two equations are the same line. A dependent system has infinitely many solutions.

Examples

  • A consistent system like y=x+2y=x+2 and y=βˆ’x+4y=-x+4 has one solution, (1,3)(1,3), where the two lines intersect.
  • An inconsistent system like y=3x+1y=3x+1 and y=3x+5y=3x+5 has no solution. The lines have the same slope, so they are parallel and never cross.
  • A dependent system like x+y=5x+y=5 and 2x+2y=102x+2y=10 has infinite solutions. The second equation is just the first one multiplied by 2, so they represent the same line.

Explanation

Think of each equation as a line on a graph. The system's solution is where these lines meet. They can cross at one point, run parallel and never touch, or be the exact same line, lying on top of each other.

Section 4

Solving Systems by Substitution

Property

To Solve a System by Substitution.

  1. Choose one of the variables in one of the equations. (It is best to choose a variable whose coefficient is 1 or βˆ’1-1.) Solve the equation for that variable.
  2. Substitute the result of Step 1 into the other equation. This gives an equation in one variable.
  3. Solve the equation obtained in Step 2. This gives the solution value for one of the variables. Substitute this value into the result of Step 1 to find the solution value of the other variable.

Examples

  • For the system y=2xy = 2x and x+y=9x+y=9, substitute 2x2x for yy in the second equation to get x+2x=9x+2x=9. This simplifies to 3x=93x=9, so x=3x=3. Then find yy by using y=2(3)=6y=2(3)=6. The solution is (3,6)(3,6).
  • For xβˆ’3y=4x-3y=4 and 2x+y=132x+y=13, first solve the first equation for xx to get x=3y+4x=3y+4. Substitute this into the second equation: 2(3y+4)+y=132(3y+4)+y=13. This becomes 6y+8+y=136y+8+y=13, so 7y=57y=5, and y=57y=\frac{5}{7}. Finally, x=3(57)+4=437x=3(\frac{5}{7})+4=\frac{43}{7}.
  • For y=2xβˆ’1y = 2x-1 and 4xβˆ’2y=24x-2y=2, substitute yy into the second equation: 4xβˆ’2(2xβˆ’1)=24x-2(2x-1)=2. This simplifies to 4xβˆ’4x+2=24x-4x+2=2, or 2=22=2. Since this is always true, the system is dependent and has infinite solutions.

Explanation

This method involves solving one equation for a variable, then substituting that expression into the other equation. This 'replaces' one variable, leaving you with a single-variable equation that is much easier to solve.

Section 5

Solving Systems by Elimination

Property

To Solve a System by Elimination.

  1. Write each equation in the form Ax+By=CAx + By = C.
  2. Decide which variable to eliminate. Multiply each equation by an appropriate constant so that the coefficients of that variable are opposites.
  3. Add the equations from Step 2 and solve for the remaining variable.
  4. Substitute the value found in Step 3 into one of the original equations and solve for the other variable.

When Using Elimination to Solve a System.

  1. If combining the two equations results in an equation of the form 0x+0y=k0x + 0y = k (k≠0k \neq 0), then the system is inconsistent.
  2. If combining the two equations results in an equation of the form 0x+0y=00x + 0y = 0, then the system is dependent.

Examples

  • To solve 2x+y=52x+y=5 and 3xβˆ’y=103x-y=10, add the equations together. The yy terms cancel, leaving 5x=155x=15, so x=3x=3. Substitute x=3x=3 into the first equation: 2(3)+y=52(3)+y=5, which gives 6+y=56+y=5, so y=βˆ’1y=-1. The solution is (3,βˆ’1)(3,-1).
  • To solve x+2y=3x+2y=3 and 2x+4y=72x+4y=7, multiply the first equation by βˆ’2-2 to get βˆ’2xβˆ’4y=βˆ’6-2x-4y=-6. Adding this to the second equation gives 0=10=1. This is false, so the system is inconsistent and has no solution.
  • To solve 3xβˆ’y=43x-y=4 and βˆ’6x+2y=βˆ’8-6x+2y=-8, multiply the first equation by 2 to get 6xβˆ’2y=86x-2y=8. Adding this to the second equation gives 0=00=0. This is true, so the system is dependent and has infinite solutions.

Explanation

This method's goal is to 'eliminate' a variable by adding the two equations together. You may need to multiply one or both equations first, so the coefficients of one variable become opposites, like 3x3x and βˆ’3x-3x.

Section 6

Point-Slope Formula

Property

To find an equation for the line of slope mm passing through the point (x1,y1)(x_1, y_1), we use the point-slope formula

yβˆ’y1xβˆ’x1=m\frac{y - y_1}{x - x_1} = m

or

yβˆ’y1=m(xβˆ’x1)y - y_1 = m(x - x_1)

To Fit a Line through Two Points.

  1. Compute the slope between the two points.
  2. Substitute the slope and either point into the point-slope formula.

Examples

  • To find the equation for a line with slope m=4m=4 passing through (1,3)(1,3), use the formula yβˆ’y1=m(xβˆ’x1)y-y_1 = m(x-x_1) to get yβˆ’3=4(xβˆ’1)y-3 = 4(x-1).
  • To find the equation for the line passing through (2,5)(2,5) and (4,11)(4,11), first calculate the slope: m=11βˆ’54βˆ’2=62=3m = \frac{11-5}{4-2} = \frac{6}{2} = 3. Then use the point-slope formula with the point (2,5)(2,5): yβˆ’5=3(xβˆ’2)y-5 = 3(x-2).
  • A line passes through (βˆ’2,8)(-2, 8) with a slope of βˆ’3-3. To write its equation in slope-intercept form, start with point-slope: yβˆ’8=βˆ’3(xβˆ’(βˆ’2))y-8 = -3(x - (-2)). This becomes yβˆ’8=βˆ’3(x+2)y-8 = -3(x+2). Distribute to get yβˆ’8=βˆ’3xβˆ’6y-8 = -3x-6, then add 8 to both sides: y=βˆ’3x+2y = -3x+2.

Explanation

This formula is the most direct way to write a line's equation when you have its slope and any point it passes through. It's built directly from the definition of slope, m=riserunm = \frac{\text{rise}}{\text{run}}.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 4: Applications of Linear Equations

  1. Lesson 1

    Lesson 1: The Distributive Law

  2. Lesson 2

    Lesson 2: Systems of Linear Equations

  3. Lesson 3

    Lesson 3: Algebraic Solution of Systems

  4. Lesson 4

    Lesson 4: Problem Solving with Systems

  5. Lesson 5

    Lesson 5: Point-Slope Formula

  6. Lesson 6Current

    Lesson 4.6: Chapter Summary and Review