Learn on PengiOpenStax Algebra and TrigonometryChapter 11: Systems of Equations and Inequalities

Lesson 11.4: Partial Fractions

New Concept Master the art of breaking down complex rational expressions! You'll learn to decompose $\dfrac{P(x)}{Q(x)}$ into a sum of simpler "partial fractions," a key skill for tackling different types of factors in the denominator.

Section 1

πŸ“˜ Partial Fractions

New Concept

Master the art of breaking down complex rational expressions! You'll learn to decompose P(x)Q(x)\dfrac{P(x)}{Q(x)} into a sum of simpler "partial fractions," a key skill for tackling different types of factors in the denominator.

What’s next

You've got the foundation. Now, you'll master this technique with worked examples, practice cards, and interactive challenges for each type of denominator factor.

Section 2

Decomposition with nonrepeated linear factors

Property

The partial fraction decomposition of P(x)Q(x)\frac{P(x)}{Q(x)} when Q(x)Q(x) has nonrepeated linear factors and the degree of P(x)P(x) is less than the degree of Q(x)Q(x) is

P(x)Q(x)=A1(a1x+b1)+A2(a2x+b2)+A3(a3x+b3)+β‹―+An(anx+bn)\frac{P(x)}{Q(x)} = \frac{A_1}{(a_1x+b_1)} + \frac{A_2}{(a_2x+b_2)} + \frac{A_3}{(a_3x+b_3)} + \cdots + \frac{A_n}{(a_nx+b_n)}

To decompose a rational expression with distinct linear factors: First, assign a variable for each numerator over a single factor. Next, multiply the entire equation by the common denominator. Then, expand the right side, collect like terms, and set the coefficients of like terms equal to create a system of equations to solve for the numerators.

Examples

  • To decompose 8xβˆ’1(xβˆ’2)(x+3)\frac{8x-1}{(x-2)(x+3)}, we set it up as Axβˆ’2+Bx+3\frac{A}{x-2} + \frac{B}{x+3}. Multiplying by (xβˆ’2)(x+3)(x-2)(x+3) gives 8xβˆ’1=A(x+3)+B(xβˆ’2)8x-1 = A(x+3) + B(x-2). Setting x=2x=2 gives 15=5A15=5A, so A=3A=3. Setting x=βˆ’3x=-3 gives βˆ’25=βˆ’5B-25=-5B, so B=5B=5. The decomposition is 3xβˆ’2+5x+3\frac{3}{x-2} + \frac{5}{x+3}.
  • For 10xβˆ’2x2βˆ’4\frac{10x-2}{x^2-4}, we first factor the denominator as (xβˆ’2)(x+2)(x-2)(x+2). This gives Axβˆ’2+Bx+2\frac{A}{x-2} + \frac{B}{x+2}. Multiplying by the common denominator yields 10xβˆ’2=A(x+2)+B(xβˆ’2)10x-2 = A(x+2) + B(x-2). If x=2x=2, then 18=4A18=4A, so A=92A=\frac{9}{2}. If x=βˆ’2x=-2, then βˆ’22=βˆ’4B-22=-4B, so B=112B=\frac{11}{2}. The result is 92xβˆ’2+112x+2\frac{\frac{9}{2}}{x-2} + \frac{\frac{11}{2}}{x+2}.

Section 3

Decomposition with repeated linear factors

Property

The partial fraction decomposition of P(x)Q(x)\frac{P(x)}{Q(x)}, when Q(x)Q(x) has a repeated linear factor occurring nn times and the degree of P(x)P(x) is less than the degree of Q(x)Q(x), is

P(x)Q(x)=A1(ax+b)+A2(ax+b)2+A3(ax+b)3+β‹―+An(ax+b)n\frac{P(x)}{Q(x)} = \frac{A_1}{(ax+b)} + \frac{A_2}{(ax+b)^2} + \frac{A_3}{(ax+b)^3} + \cdots + \frac{A_n}{(ax+b)^n}

Write the denominator powers in increasing order. Use a variable for each numerator and account for increasing powers of the denominators. Multiply by the common denominator, expand the right side, collect like terms, and set coefficients equal to create a system of equations.

Examples

  • To decompose 2x+9(x+3)2\frac{2x+9}{(x+3)^2}, we write Ax+3+B(x+3)2\frac{A}{x+3} + \frac{B}{(x+3)^2}. This gives 2x+9=A(x+3)+B2x+9 = A(x+3)+B. Expanding gives 2x+9=Ax+3A+B2x+9 = Ax+3A+B. Comparing coefficients, A=2A=2 and 3A+B=93A+B=9. Substituting A=2A=2 gives 6+B=96+B=9, so B=3B=3. The result is 2x+3+3(x+3)2\frac{2}{x+3} + \frac{3}{(x+3)^2}.
  • Decompose 3x2βˆ’2x+1x2(xβˆ’1)\frac{3x^2-2x+1}{x^2(x-1)}. We set up Ax+Bx2+Cxβˆ’1\frac{A}{x} + \frac{B}{x^2} + \frac{C}{x-1}. This leads to 3x2βˆ’2x+1=Ax(xβˆ’1)+B(xβˆ’1)+Cx23x^2-2x+1 = Ax(x-1) + B(x-1) + Cx^2. Setting x=1x=1 gives C=2C=2. Setting x=0x=0 gives B=βˆ’1B=-1. Comparing x2x^2 coefficients, 3=A+C3=A+C, so 3=A+23=A+2, which means A=1A=1. The decomposition is 1xβˆ’1x2+2xβˆ’1\frac{1}{x} - \frac{1}{x^2} + \frac{2}{x-1}.

Section 4

Nonrepeated irreducible quadratic factors

Property

The partial fraction decomposition of P(x)Q(x)\frac{P(x)}{Q(x)} such that Q(x)Q(x) has a nonrepeated irreducible quadratic factor and the degree of P(x)P(x) is less than the degree of Q(x)Q(x) is written as

P(x)Q(x)=A1x+B1(a1x2+b1x+c1)+A2x+B2(a2x2+b2x+c2)+β‹―+Anx+Bn(anx2+bnx+cn)\frac{P(x)}{Q(x)} = \frac{A_1x+B_1}{(a_1x^2+b_1x+c_1)} + \frac{A_2x+B_2}{(a_2x^2+b_2x+c_2)} + \cdots + \frac{A_nx+B_n}{(a_nx^2+b_nx+c_n)}

The decomposition may contain more rational expressions if there are linear factors. Each linear factor will have a different constant numerator: AA, BB, CC, and so on. For numerators over quadratic factors, use linear expressions like A1x+B1A_1x+B_1. Then, multiply by the common denominator, expand, and set coefficients equal to create a system of equations.

Examples

  • Decompose 3x2+2x+8(xβˆ’2)(x2+4)\frac{3x^2+2x+8}{(x-2)(x^2+4)}. We set this as Axβˆ’2+Bx+Cx2+4\frac{A}{x-2} + \frac{Bx+C}{x^2+4}. This gives 3x2+2x+8=A(x2+4)+(Bx+C)(xβˆ’2)3x^2+2x+8 = A(x^2+4) + (Bx+C)(x-2). For x=2x=2, 24=8A24=8A, so A=3A=3. Expanding gives 3x2+2x+8=(A+B)x2+(βˆ’2B+C)x+(4Aβˆ’2C)3x^2+2x+8=(A+B)x^2+(-2B+C)x+(4A-2C). Comparing x2x^2 terms: 3=A+Bβ†’3=3+Bβ†’B=03=A+B β†’ 3=3+B β†’ B=0. Comparing constants: 8=4Aβˆ’2Cβ†’8=12βˆ’2Cβ†’C=28=4A-2C β†’ 8=12-2C β†’ C=2. The result is 3xβˆ’2+2x2+4\frac{3}{x-2} + \frac{2}{x^2+4}.
  • For x2+3xβˆ’5(x+1)(x2+x+1)\frac{x^2+3x-5}{(x+1)(x^2+x+1)}, the setup is Ax+1+Bx+Cx2+x+1\frac{A}{x+1} + \frac{Bx+C}{x^2+x+1}. Multiplying gives x2+3xβˆ’5=A(x2+x+1)+(Bx+C)(x+1)x^2+3x-5 = A(x^2+x+1) + (Bx+C)(x+1). Let x=βˆ’1x=-1, then 1βˆ’3βˆ’5=A(1)1-3-5 = A(1), so A=βˆ’7A=-7. Comparing coefficients: x2:1=A+Bβ†’1=βˆ’7+Bβ†’B=8x^2: 1=A+B β†’ 1=-7+B β†’ B=8. Constant: βˆ’5=A+Cβ†’βˆ’5=βˆ’7+Cβ†’C=2-5=A+C β†’ -5=-7+C β†’ C=2. The decomposition is βˆ’7x+1+8x+2x2+x+1\frac{-7}{x+1} + \frac{8x+2}{x^2+x+1}.

Section 5

Repeated irreducible quadratic factors

Property

The partial fraction decomposition of P(x)Q(x)\frac{P(x)}{Q(x)}, when Q(x)Q(x) has a repeated irreducible quadratic factor and the degree of P(x)P(x) is less than the degree of Q(x)Q(x), is

P(x)Q(x)=A1x+B1(ax2+bx+c)+A2x+B2(ax2+bx+c)2+β‹―+Anx+Bn(ax2+bx+c)n\frac{P(x)}{Q(x)} = \frac{A_1x+B_1}{(ax^2+bx+c)} + \frac{A_2x+B_2}{(ax^2+bx+c)^2} + \cdots + \frac{A_nx+B_n}{(ax^2+bx+c)^n}

Write the denominators in increasing powers. Use linear expressions (Anx+BnA_nx+B_n) for the numerators of each quadratic factor. Multiply both sides by the common denominator, expand the right side, collect like terms, and set coefficients equal to create a system of equations.

Examples

  • Decompose x3+3xβˆ’1(x2+2)2\frac{x^3+3x-1}{(x^2+2)^2}. We write Ax+Bx2+2+Cx+D(x2+2)2\frac{Ax+B}{x^2+2} + \frac{Cx+D}{(x^2+2)^2}. This gives x3+3xβˆ’1=(Ax+B)(x2+2)+Cx+D=Ax3+2Ax+Bx2+2B+Cx+Dx^3+3x-1 = (Ax+B)(x^2+2) + Cx+D = Ax^3+2Ax+Bx^2+2B+Cx+D. So x3+3xβˆ’1=Ax3+Bx2+(2A+C)x+(2B+D)x^3+3x-1 = Ax^3+Bx^2+(2A+C)x+(2B+D). Comparing coefficients: A=1A=1, B=0B=0, 2A+C=3β†’C=12A+C=3 β†’ C=1, and 2B+D=βˆ’1β†’D=βˆ’12B+D=-1 β†’ D=-1. The result is xx2+2+xβˆ’1(x2+2)2\frac{x}{x^2+2} + \frac{x-1}{(x^2+2)^2}.
  • For 2x2(x2+x+1)2\frac{2x^2}{(x^2+x+1)^2}, the setup is Ax+Bx2+x+1+Cx+D(x2+x+1)2\frac{Ax+B}{x^2+x+1} + \frac{Cx+D}{(x^2+x+1)^2}. This gives 2x2=(Ax+B)(x2+x+1)+Cx+D2x^2 = (Ax+B)(x^2+x+1) + Cx+D. Expanding gives 2x2=Ax3+(A+B)x2+(A+B+C)x+(B+D)2x^2 = Ax^3+(A+B)x^2+(A+B+C)x+(B+D). So A=0A=0, A+B=2β†’B=2A+B=2 β†’ B=2, A+B+C=0β†’C=βˆ’2A+B+C=0 β†’ C=-2, and B+D=0β†’D=βˆ’2B+D=0 β†’ D=-2. The decomposition is 2x2+x+1βˆ’2x+2(x2+x+1)2\frac{2}{x^2+x+1} - \frac{2x+2}{(x^2+x+1)^2}.

Book overview

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

Continue this chapter

Chapter 11: Systems of Equations and Inequalities

  1. Lesson 1

    Lesson 11.1: Systems of Linear Equations: Two Variables

  2. Lesson 2

    Lesson 11.2: Systems of Linear Equations: Three Variables

  3. Lesson 3

    Lesson 11.3: Systems of Nonlinear Equations and Inequalities: Two Variables

  4. Lesson 4Current

    Lesson 11.4: Partial Fractions

  5. Lesson 5

    Lesson 11.5: Matrices and Matrix Operations

  6. Lesson 6

    Lesson 11.6: Solving Systems with Gaussian Elimination

  7. Lesson 7

    Lesson 11.7: Solving Systems with Inverses

  8. Lesson 8

    Lesson 11.8: Solving Systems with Cramer's Rule

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Partial Fractions

New Concept

Master the art of breaking down complex rational expressions! You'll learn to decompose P(x)Q(x)\dfrac{P(x)}{Q(x)} into a sum of simpler "partial fractions," a key skill for tackling different types of factors in the denominator.

What’s next

You've got the foundation. Now, you'll master this technique with worked examples, practice cards, and interactive challenges for each type of denominator factor.

Section 2

Decomposition with nonrepeated linear factors

Property

The partial fraction decomposition of P(x)Q(x)\frac{P(x)}{Q(x)} when Q(x)Q(x) has nonrepeated linear factors and the degree of P(x)P(x) is less than the degree of Q(x)Q(x) is

P(x)Q(x)=A1(a1x+b1)+A2(a2x+b2)+A3(a3x+b3)+β‹―+An(anx+bn)\frac{P(x)}{Q(x)} = \frac{A_1}{(a_1x+b_1)} + \frac{A_2}{(a_2x+b_2)} + \frac{A_3}{(a_3x+b_3)} + \cdots + \frac{A_n}{(a_nx+b_n)}

To decompose a rational expression with distinct linear factors: First, assign a variable for each numerator over a single factor. Next, multiply the entire equation by the common denominator. Then, expand the right side, collect like terms, and set the coefficients of like terms equal to create a system of equations to solve for the numerators.

Examples

  • To decompose 8xβˆ’1(xβˆ’2)(x+3)\frac{8x-1}{(x-2)(x+3)}, we set it up as Axβˆ’2+Bx+3\frac{A}{x-2} + \frac{B}{x+3}. Multiplying by (xβˆ’2)(x+3)(x-2)(x+3) gives 8xβˆ’1=A(x+3)+B(xβˆ’2)8x-1 = A(x+3) + B(x-2). Setting x=2x=2 gives 15=5A15=5A, so A=3A=3. Setting x=βˆ’3x=-3 gives βˆ’25=βˆ’5B-25=-5B, so B=5B=5. The decomposition is 3xβˆ’2+5x+3\frac{3}{x-2} + \frac{5}{x+3}.
  • For 10xβˆ’2x2βˆ’4\frac{10x-2}{x^2-4}, we first factor the denominator as (xβˆ’2)(x+2)(x-2)(x+2). This gives Axβˆ’2+Bx+2\frac{A}{x-2} + \frac{B}{x+2}. Multiplying by the common denominator yields 10xβˆ’2=A(x+2)+B(xβˆ’2)10x-2 = A(x+2) + B(x-2). If x=2x=2, then 18=4A18=4A, so A=92A=\frac{9}{2}. If x=βˆ’2x=-2, then βˆ’22=βˆ’4B-22=-4B, so B=112B=\frac{11}{2}. The result is 92xβˆ’2+112x+2\frac{\frac{9}{2}}{x-2} + \frac{\frac{11}{2}}{x+2}.

Section 3

Decomposition with repeated linear factors

Property

The partial fraction decomposition of P(x)Q(x)\frac{P(x)}{Q(x)}, when Q(x)Q(x) has a repeated linear factor occurring nn times and the degree of P(x)P(x) is less than the degree of Q(x)Q(x), is

P(x)Q(x)=A1(ax+b)+A2(ax+b)2+A3(ax+b)3+β‹―+An(ax+b)n\frac{P(x)}{Q(x)} = \frac{A_1}{(ax+b)} + \frac{A_2}{(ax+b)^2} + \frac{A_3}{(ax+b)^3} + \cdots + \frac{A_n}{(ax+b)^n}

Write the denominator powers in increasing order. Use a variable for each numerator and account for increasing powers of the denominators. Multiply by the common denominator, expand the right side, collect like terms, and set coefficients equal to create a system of equations.

Examples

  • To decompose 2x+9(x+3)2\frac{2x+9}{(x+3)^2}, we write Ax+3+B(x+3)2\frac{A}{x+3} + \frac{B}{(x+3)^2}. This gives 2x+9=A(x+3)+B2x+9 = A(x+3)+B. Expanding gives 2x+9=Ax+3A+B2x+9 = Ax+3A+B. Comparing coefficients, A=2A=2 and 3A+B=93A+B=9. Substituting A=2A=2 gives 6+B=96+B=9, so B=3B=3. The result is 2x+3+3(x+3)2\frac{2}{x+3} + \frac{3}{(x+3)^2}.
  • Decompose 3x2βˆ’2x+1x2(xβˆ’1)\frac{3x^2-2x+1}{x^2(x-1)}. We set up Ax+Bx2+Cxβˆ’1\frac{A}{x} + \frac{B}{x^2} + \frac{C}{x-1}. This leads to 3x2βˆ’2x+1=Ax(xβˆ’1)+B(xβˆ’1)+Cx23x^2-2x+1 = Ax(x-1) + B(x-1) + Cx^2. Setting x=1x=1 gives C=2C=2. Setting x=0x=0 gives B=βˆ’1B=-1. Comparing x2x^2 coefficients, 3=A+C3=A+C, so 3=A+23=A+2, which means A=1A=1. The decomposition is 1xβˆ’1x2+2xβˆ’1\frac{1}{x} - \frac{1}{x^2} + \frac{2}{x-1}.

Section 4

Nonrepeated irreducible quadratic factors

Property

The partial fraction decomposition of P(x)Q(x)\frac{P(x)}{Q(x)} such that Q(x)Q(x) has a nonrepeated irreducible quadratic factor and the degree of P(x)P(x) is less than the degree of Q(x)Q(x) is written as

P(x)Q(x)=A1x+B1(a1x2+b1x+c1)+A2x+B2(a2x2+b2x+c2)+β‹―+Anx+Bn(anx2+bnx+cn)\frac{P(x)}{Q(x)} = \frac{A_1x+B_1}{(a_1x^2+b_1x+c_1)} + \frac{A_2x+B_2}{(a_2x^2+b_2x+c_2)} + \cdots + \frac{A_nx+B_n}{(a_nx^2+b_nx+c_n)}

The decomposition may contain more rational expressions if there are linear factors. Each linear factor will have a different constant numerator: AA, BB, CC, and so on. For numerators over quadratic factors, use linear expressions like A1x+B1A_1x+B_1. Then, multiply by the common denominator, expand, and set coefficients equal to create a system of equations.

Examples

  • Decompose 3x2+2x+8(xβˆ’2)(x2+4)\frac{3x^2+2x+8}{(x-2)(x^2+4)}. We set this as Axβˆ’2+Bx+Cx2+4\frac{A}{x-2} + \frac{Bx+C}{x^2+4}. This gives 3x2+2x+8=A(x2+4)+(Bx+C)(xβˆ’2)3x^2+2x+8 = A(x^2+4) + (Bx+C)(x-2). For x=2x=2, 24=8A24=8A, so A=3A=3. Expanding gives 3x2+2x+8=(A+B)x2+(βˆ’2B+C)x+(4Aβˆ’2C)3x^2+2x+8=(A+B)x^2+(-2B+C)x+(4A-2C). Comparing x2x^2 terms: 3=A+Bβ†’3=3+Bβ†’B=03=A+B β†’ 3=3+B β†’ B=0. Comparing constants: 8=4Aβˆ’2Cβ†’8=12βˆ’2Cβ†’C=28=4A-2C β†’ 8=12-2C β†’ C=2. The result is 3xβˆ’2+2x2+4\frac{3}{x-2} + \frac{2}{x^2+4}.
  • For x2+3xβˆ’5(x+1)(x2+x+1)\frac{x^2+3x-5}{(x+1)(x^2+x+1)}, the setup is Ax+1+Bx+Cx2+x+1\frac{A}{x+1} + \frac{Bx+C}{x^2+x+1}. Multiplying gives x2+3xβˆ’5=A(x2+x+1)+(Bx+C)(x+1)x^2+3x-5 = A(x^2+x+1) + (Bx+C)(x+1). Let x=βˆ’1x=-1, then 1βˆ’3βˆ’5=A(1)1-3-5 = A(1), so A=βˆ’7A=-7. Comparing coefficients: x2:1=A+Bβ†’1=βˆ’7+Bβ†’B=8x^2: 1=A+B β†’ 1=-7+B β†’ B=8. Constant: βˆ’5=A+Cβ†’βˆ’5=βˆ’7+Cβ†’C=2-5=A+C β†’ -5=-7+C β†’ C=2. The decomposition is βˆ’7x+1+8x+2x2+x+1\frac{-7}{x+1} + \frac{8x+2}{x^2+x+1}.

Section 5

Repeated irreducible quadratic factors

Property

The partial fraction decomposition of P(x)Q(x)\frac{P(x)}{Q(x)}, when Q(x)Q(x) has a repeated irreducible quadratic factor and the degree of P(x)P(x) is less than the degree of Q(x)Q(x), is

P(x)Q(x)=A1x+B1(ax2+bx+c)+A2x+B2(ax2+bx+c)2+β‹―+Anx+Bn(ax2+bx+c)n\frac{P(x)}{Q(x)} = \frac{A_1x+B_1}{(ax^2+bx+c)} + \frac{A_2x+B_2}{(ax^2+bx+c)^2} + \cdots + \frac{A_nx+B_n}{(ax^2+bx+c)^n}

Write the denominators in increasing powers. Use linear expressions (Anx+BnA_nx+B_n) for the numerators of each quadratic factor. Multiply both sides by the common denominator, expand the right side, collect like terms, and set coefficients equal to create a system of equations.

Examples

  • Decompose x3+3xβˆ’1(x2+2)2\frac{x^3+3x-1}{(x^2+2)^2}. We write Ax+Bx2+2+Cx+D(x2+2)2\frac{Ax+B}{x^2+2} + \frac{Cx+D}{(x^2+2)^2}. This gives x3+3xβˆ’1=(Ax+B)(x2+2)+Cx+D=Ax3+2Ax+Bx2+2B+Cx+Dx^3+3x-1 = (Ax+B)(x^2+2) + Cx+D = Ax^3+2Ax+Bx^2+2B+Cx+D. So x3+3xβˆ’1=Ax3+Bx2+(2A+C)x+(2B+D)x^3+3x-1 = Ax^3+Bx^2+(2A+C)x+(2B+D). Comparing coefficients: A=1A=1, B=0B=0, 2A+C=3β†’C=12A+C=3 β†’ C=1, and 2B+D=βˆ’1β†’D=βˆ’12B+D=-1 β†’ D=-1. The result is xx2+2+xβˆ’1(x2+2)2\frac{x}{x^2+2} + \frac{x-1}{(x^2+2)^2}.
  • For 2x2(x2+x+1)2\frac{2x^2}{(x^2+x+1)^2}, the setup is Ax+Bx2+x+1+Cx+D(x2+x+1)2\frac{Ax+B}{x^2+x+1} + \frac{Cx+D}{(x^2+x+1)^2}. This gives 2x2=(Ax+B)(x2+x+1)+Cx+D2x^2 = (Ax+B)(x^2+x+1) + Cx+D. Expanding gives 2x2=Ax3+(A+B)x2+(A+B+C)x+(B+D)2x^2 = Ax^3+(A+B)x^2+(A+B+C)x+(B+D). So A=0A=0, A+B=2β†’B=2A+B=2 β†’ B=2, A+B+C=0β†’C=βˆ’2A+B+C=0 β†’ C=-2, and B+D=0β†’D=βˆ’2B+D=0 β†’ D=-2. The decomposition is 2x2+x+1βˆ’2x+2(x2+x+1)2\frac{2}{x^2+x+1} - \frac{2x+2}{(x^2+x+1)^2}.

Book overview

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

Continue this chapter

Chapter 11: Systems of Equations and Inequalities

  1. Lesson 1

    Lesson 11.1: Systems of Linear Equations: Two Variables

  2. Lesson 2

    Lesson 11.2: Systems of Linear Equations: Three Variables

  3. Lesson 3

    Lesson 11.3: Systems of Nonlinear Equations and Inequalities: Two Variables

  4. Lesson 4Current

    Lesson 11.4: Partial Fractions

  5. Lesson 5

    Lesson 11.5: Matrices and Matrix Operations

  6. Lesson 6

    Lesson 11.6: Solving Systems with Gaussian Elimination

  7. Lesson 7

    Lesson 11.7: Solving Systems with Inverses

  8. Lesson 8

    Lesson 11.8: Solving Systems with Cramer's Rule