Problems Involving Linear Functions and Systems of Linear Equations

3.11 Problems Involving Linear Functions

Objective:

  • Use linear functions to solve problems.

Steps in Problem Solving

  1. Read and analyze the problem.
  2. Make or devise a plan.
    • Determine what is asked in the problem.
    • Decide what to do.
  3. Carry out the plan (Solve the problem).
  4. Check your answer.
Number Problems
  • Considered the easiest because the numbers are directly stated.
Example:
  • A number is four more than twice another. Their sum is 13. What are the numbers?
Representation of the unknown:
  • Let xx = the first number
  • Let yy = the other number
Translation and derivation of the equation:
  • x+y=13x + y = 13 (their sum is 13)
  • Solve for xx and yy
  • x+y=13x + y = 13
  • 2y+4+y=132y + 4 + y = 13 (since the number is four more than twice another)
  • 3y+4=133y + 4 = 13 (combine similar terms)
  • 3y=1343y = 13 – 4 (transpose 4 to the right side)
  • 3y=93y = 9 (simplify)
  • y=3y = 3
  • Therefore, the other number is 3 and the first number is 2y+4=2(3)+4=102y + 4 = 2(3) + 4 = 10.
Check the solution:
  • y+2y+4=13y + 2y + 4 = 13
  • 3+2(3)+4=133 + 2(3) + 4 = 13
  • 13=1313 = 13
Age Problems
  • Word problems about the current, past, or future ages of people.
Example:
  • Odette’s age in October 2012 was one more than twelve times as old as her daughter Samara. In October 2017, her age will be two more than four times as old as her daughter. How old is her daughter?
Representation of the unknown:
  • Let xx = the age of the daughter in 2012
  • 12x+112x + 1 = the age of the mother in 2012
Translation and derivation of equations:
Age in 2012Age in 2017 (5 years later)
Daughterxxx+5x + 5
Mother12x+112x + 112x+1+512x + 1 + 5
  • Using the second relationship: In 2017, her age will be two more than four times as her daughter, we have;
  • 12x+1+5=4(x+5)+212x + 1 + 5 = 4(x + 5) + 2
  • 12x+6=4x+2212x + 6 = 4x + 22
  • 12x4x=22612x – 4x = 22 – 6
  • 8x=168x = 16
  • x=2x = 2 (age of daughter)
  • 12(2)+1=2512(2) + 1 = 25 (age of mother)
Check the solution:
  • Odette’s age is one more than twelve times as old as her daughter
  • 12x+1=2512x + 1 = 25
  • 12(2)+1=2512(2) + 1 = 25
  • 24+1=2524 + 1 = 25
  • 25=2525 = 25
  • Her age will be two more than four times as old as her daughter in 2017 (after 5 years)
  • 12x+1+5=4(x+5)+212x + 1 + 5 = 4(x + 5) + 2
  • 12(2)+6=4(2+5)+212(2) + 6 = 4(2 + 5) + 2
  • 24+6=4(7)+224 + 6 = 4(7) + 2

Systems of Linear Equations

Objective:

  1. Identify the kinds of systems of linear equations by comparing the ratios of coefficients of xx, yy, and constant, given a pair of linear equations in two variables.
  2. Identify the kinds of systems of linear equations by comparing slope and y-intercepts, given a pair of linear equations in two variables.

Systems of Equations

  • The process of solving two or more variables by using two or more equations.
  • The solution set of a linear system of equations contains all ordered pairs that satisfy all the equations of a system at the same time.

Kinds of Systems

1. Independent or consistent
  • Without graphing, if the ratio of the coefficients of xx is not equal to the ratio of the coefficients of yy and also not equal to the ratio of constants, then the system is independent or consistent or has a single solution.
  • In symbols; a<em>1a</em>2b<em>1b</em>2c<em>1c</em>2\frac{a<em>1}{a</em>2} ≠ \frac{b<em>1}{b</em>2} ≠ \frac{c<em>1}{c</em>2}
  • If the slopes are different, then the system is consistent with independent equations and has a single solution.
Example:
  • Eq1. = x+2y=4x + 2y = 4
  • Eq2 = 6x2y=36x – 2y = 3
Solution:
  • Eq1 = x+2y=4x + 2y = 4
  • Eq2= 6x2y=36x – 2y = 3
  • x+2y4=0x + 2y – 4 = 0 a=1,b=2,c=4a=1, b=2, c=-4
  • 6x2y3=06x – 2y – 3 = 0 a=6,b=2,c=3a=6,b=-2, c=-3
  • 162243\frac{1}{6} ≠ \frac{2}{-2} ≠ \frac{-4}{-3}
  • a<em>1a</em>2b<em>1b</em>2c<em>1c</em>2\frac{a<em>1}{a</em>2} ≠ \frac{b<em>1}{b</em>2} ≠ \frac{c<em>1}{c</em>2}
  • Independent or consistent, has one solution.
For the Slope intercept Form
  • x+2y=4x + 2y = 4
  • 6x2y=36x – 2y = 3
  • 2y=x+42y = - x + 4
  • 2y=6x32y = 6x – 3
  • 2y2=x2+42\frac{2y}{2} = - \frac{x}{2} + \frac{4}{2}
  • 2y2=6x2+32\frac{2y}{2} = - \frac{6x}{2} + \frac{3}{2}
  • y=12x+2y = - \frac{1}{2}x + 2 m=12,y=2m = - \frac{1}{2}, y = 2
  • y=3x+32y = - 3x + \frac{3}{2} m=3,y=32m = - 3, y = \frac{3}{2}
  • The slopes (mm) and y-intercepts (bb) are different.
  • Independent or consistent, has one solution.
2. Inconsistent
  • Without graphing, if the ratio of the coefficients of xx is equal to the ratio of the coefficients of yy but not equal to the ratio of constants, then the system is inconsistent.
  • In symbols: a<em>1a</em>2=b<em>1b</em>2c<em>1c</em>2\frac{a<em>1}{a</em>2} = \frac{b<em>1}{b</em>2} ≠ \frac{c<em>1}{c</em>2}
  • If the slopes are equal with different y-intercepts, then the system is inconsistent and has no solution.
Example:
  • 7xy=17x – y = 1
  • 7xy=477x – y = 47
Solution:
  • Eq1 = 7xy=17x – y = 1
  • Eq2= 7xy=477x – y = 47
  • 7xy1=07x – y -1 = 0 a=7,b=1,c=1a=7, b= - 1, c= - 1
  • 7xy47=07x – y - 47= 0 a=7,b=1,c=47a= 7,b=- 1, c=- 47
  • 77=11147\frac{7}{7} = \frac{-1}{-1} ≠ \frac{-1}{-47}
  • a<em>1a</em>2=b<em>1b</em>2c<em>1c</em>2\frac{a<em>1}{a</em>2} = \frac{b<em>1}{b</em>2} ≠ \frac{c<em>1}{c</em>2}
  • Independent or Inconsistent, has no solution.
For the Slope intercept Form
  • 7xy=17x – y = 1
  • 7xy=477x – y = 47
  • y=7x1y = 7x - 1 m=7,y=1m = 7 , y = -1
  • y=7x47y = 7x - 47 m=7,y=47m = 7 , y = -47
  • The slopes (mm) are the same and y-intercepts (bb) are different.
  • Independent or consistent, has no solution.
3. Dependent
  • Without graphing, if the ratio of the coefficient x is equal to the ratio of the coefficients of y and equal to the ratio of constants, then the system is dependent.
  • In symbols; a<em>1a</em>2=b<em>1b</em>2=c<em>1c</em>2\frac{a<em>1}{a</em>2} = \frac{b<em>1}{b</em>2} = \frac{c<em>1}{c</em>2}
  • If the slopes and y-intercepts are equal, then the system is consistent with dependent equations and has an infinite number of solutions.
Example:
  • Eq1. x+2y=4x + 2y = 4
  • Eq2. 2x+4y=82x + 4y = 8
Solution:
  • Eq1 = x+2y=4x + 2y = 4
  • Eq2= 2x+4y=82x + 4y = 8
  • x+2y4=0x + 2y – 4 = 0 a=1,b=2,c=4a=1, b=2, c=-4
  • 2x+4y8=02x + 4y -8 = 0 a=1,b=2,c=4a=1,b=2, c=-4
  • 11=22=44\frac{1}{1} = \frac{2}{2} = \frac{4}{4}
  • a<em>1a</em>2=b<em>1b</em>2=c<em>1c</em>2\frac{a<em>1}{a</em>2} = \frac{b<em>1}{b</em>2} = \frac{c<em>1}{c</em>2}
  • Dependent, has many solutions.
For the Slope intercept Form
  • x+2y=4x + 2y = 4
  • 2x+4y=82x + 4y = 8
  • 2y=x+42y = - x + 4
  • 4y=2x+84y = -2x + 8
  • 2y2=x2+42\frac{2y}{2} = - \frac{x}{2} + \frac{4}{2}
  • 4y4=2x4+84\frac{4y}{4} = - \frac{-2x}{4} + \frac{8}{4}
  • y=12x+2y = - \frac{1}{2}x + 2 m=12,y=2m = - \frac{1}{2} , y = 2
  • y=1x2+2y = - \frac{-1x}{2} + 2 m=12,y=2m = - \frac{1}{2} , y =2
  • The slopes (mm) and y-intercepts (bb) are different.
  • Independent or consistent, has one solution.

Solving Systems of Linear Equations by Substitution

Objective:

  1. Find the solution of systems of linear equations in two variables by substitution.

Lesson Proper

  • To find the solution of a system of linear equations in two variables is to look for (xx, yy) that will satisfy both equations in the system.
  • One method in finding the solution of a system of linear equations algebraically is the method of substitution.

Steps in solving system of linear equations in two variables by substitution method.

  1. Find the value of either unknown in terms of the other.
  2. Substitute the expression obtained in the other equation.
  3. Solve that equation,
  4. Find the corresponding value of the other variable.
  5. Check the solution in both of the original equation.
Example 1
  • Solve the system:
  • x+3y=12x + 3y = 12
  • y=x4y = x – 4
Solution:
  1. Substitute x4x – 4 for yy in the first equation, and solve for xx.

    • x+3y=12x + 3y = 12
    • x+3(x4)=12x + 3 (x – 4) = 12
    • x+3x12=12x + 3x – 12 = 12
    • 4x12=124x – 12 = 12
    • 4x=12+124x = 12 + 12
    • 4x=244x = 24
    • x=6x = 6
  2. Substitute this value of xx in any of the equation.

Using equation 1Using equation 2
x+3y=12x + 3y = 12y=x4y = x – 4
(6)+3y=12(6) + 3y = 12y=(6)4y = (6) – 4
3y=1263y = 12 – 6y=2y = 2
3y=63y = 6
y=2y = 2
  1. Check if (6,2)(6, 2) satisfies both of the original equations.
Equation 1Equation 2
x+3y=12x + 3y = 12y=x4y = x – 4
6+3(2)=126 + 3 (2) = 122=642 = 6 – 4
6+6=126 + 6 = 122=22 = 2
12=1212 = 12
The solution set of the given system of equations is (6,2)(6, 2)
Example 2
  • Solve the system:
  • x5y=9x – 5y = 9
  • x2y=6x – 2y = 6
Solution:
  1. Solve the second equation for xx in terms of yy.

    • x2y=6x – 2y = 6
    • x=2y+6x = 2y + 6
  2. Substitute this expression for xx in the first equation, and solve for yy.

    • x5y=9x – 5y = 9
    • 2y+65y=92y + 6 – 5y = 9
    • 3y+6=9-3y + 6 = 9
    • 3y=96-3y = 9 – 6
    • 3y=3-3y = 3
    • y=1y = -1
  3. Substitute this value of yy in any of the equation.

Equation 1Equation 2
x5y=9x – 5y = 9x2y=6x – 2y = 6
x5(1)=9x – 5 (-1) = 9x2(1)=6x – 2 (-1) = 6
x+5=9x + 5 = 9x+2=6x + 2 = 6
x=95x = 9 – 5x=62x = 6 – 2
x=4x = 4x=4x = 4
The solution set of the given system of equations is (4,1)(4, -1)