Learn on PengiOpenStax Algebra and TrigonometryChapter 2: Equations and Inequalities

Lesson 2.6: Other Types of Equations

In this Grade 7 math lesson from OpenStax Algebra and Trigonometry (Chapter 2), students learn how to solve several advanced equation types, including equations with rational exponents, radical equations, absolute value equations, and polynomial equations solved through factoring. Key techniques include raising both sides of an equation to a reciprocal exponent to isolate a variable and applying the zero factor theorem after factoring out the lowest-exponent term. This lesson builds on prior knowledge of linear, rational, and quadratic equations to expand students' algebraic problem-solving toolkit.

Section 1

πŸ“˜ Other Types of Equations

New Concept

This lesson expands your problem-solving skills beyond linear and quadratic equations. You will learn to solve equations with rational exponents, radicals, absolute values, and those in quadratic form by applying specific algebraic techniques to isolate and find the variable.

What’s next

Next, you'll master these methods through a series of interactive examples and practice cards, starting with equations containing rational exponents.

Section 2

Rational Exponents

Property

A rational exponent indicates a power in the numerator and a root in the denominator. There are multiple ways of writing an expression, a variable, or a number with a rational exponent:

amn=(a1n)m=(am)1n=amn=(an)ma^{\frac{m}{n}} = \left(a^{\frac{1}{n}}\right)^m = (a^m)^{\frac{1}{n}} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m

Examples

  • Evaluate 272327^{\frac{2}{3}}. This can be rewritten as (273)2(\sqrt[3]{27})^2, which simplifies to (3)2=9(3)^2 = 9.
  • Solve x32=64x^{\frac{3}{2}} = 64. Raise both sides to the 23\frac{2}{3} power: (x32)23=6423(x^{\frac{3}{2}})^{\frac{2}{3}} = 64^{\frac{2}{3}}. This gives x=(643)2=42=16x = (\sqrt[3]{64})^2 = 4^2 = 16.
  • Solve 5x34βˆ’x12=05x^{\frac{3}{4}} - x^{\frac{1}{2}} = 0. Factor out the term with the lowest exponent, x12x^{\frac{1}{2}}: x12(5x14βˆ’1)=0x^{\frac{1}{2}}(5x^{\frac{1}{4}} - 1) = 0. This yields two solutions: x=0x=0 and x=(15)4=1625x = (\frac{1}{5})^4 = \frac{1}{625}.

Explanation

Fractional exponents combine powers and roots. The numerator is the power and the denominator is the root. To solve equations with them, raise both sides to the reciprocal power to isolate the variable, since a number times its reciprocal is 1.

Section 3

Solving Polynomials by Factoring

Property

A polynomial of degree nn is an expression of the type

anxn+anβˆ’1xnβˆ’1+…+a2x2+a1x+a0a_n x^n + a_{n-1} x^{n-1} + \ldots + a_2 x^2 + a_1 x + a_0

where nn is a positive integer and an,…,a0a_n, \ldots, a_0 are real numbers and anβ‰ 0a_n \neq 0. Setting the polynomial equal to zero gives a polynomial equation. The total number of solutions (real and complex) to a polynomial equation is equal to the highest exponent nn.

Examples

  • Solve 3x4=48x23x^4 = 48x^2. First, set the equation to zero: 3x4βˆ’48x2=03x^4 - 48x^2 = 0. Factor out the GCF 3x23x^2: 3x2(x2βˆ’16)=03x^2(x^2 - 16) = 0. The solutions are x=0x=0, and from x2βˆ’16=0x^2-16=0, x=4x=4 and x=βˆ’4x=-4.
  • Solve by grouping: x3+2x2βˆ’16xβˆ’32=0x^3 + 2x^2 - 16x - 32 = 0. Group terms: x2(x+2)βˆ’16(x+2)=0x^2(x+2) - 16(x+2) = 0. Factor out (x+2)(x+2) to get (x2βˆ’16)(x+2)=0(x^2-16)(x+2)=0. The solutions are 4,βˆ’4,4, -4, and βˆ’2-2.
  • Solve 2x5βˆ’32x=02x^5 - 32x = 0. Factor out the GCF 2x2x: 2x(x4βˆ’16)=02x(x^4 - 16) = 0. Factor the difference of squares twice: 2x(x2βˆ’4)(x2+4)=02x(x^2-4)(x^2+4)=0, then 2x(xβˆ’2)(x+2)(x2+4)=02x(x-2)(x+2)(x^2+4)=0. The real solutions are 0,2,0, 2, and βˆ’2-2.

Explanation

For equations with powers higher than 2, you can often solve them by factoring. Move all terms to one side to equal zero, then factor using methods like GCF or grouping. Set each factor to zero to find the solutions.

Section 4

Solving Radical Equations

Property

An equation containing terms with a variable in the radicand is called a radical equation.
To solve, first isolate the radical expression on one side.
Then, raise both sides to the power that matches the root (e.g., square both sides for a square root) to eliminate the radical.
Solve the resulting equation and always confirm solutions by substituting them back into the original equation to check for extraneous solutions.

Examples

  • Solve 10βˆ’3x=x\sqrt{10 - 3x} = x. Squaring both sides gives 10βˆ’3x=x210 - 3x = x^2. Rearrange to x2+3xβˆ’10=0x^2 + 3x - 10 = 0, which factors to (x+5)(xβˆ’2)=0(x+5)(x-2)=0. Checking reveals x=βˆ’5x=-5 is extraneous, so the only solution is x=2x=2.
  • Solve x+7=xβˆ’5\sqrt{x+7} = x-5. Square both sides: x+7=x2βˆ’10x+25x+7 = x^2-10x+25. Rearrange to x2βˆ’11x+18=0x^2-11x+18=0, or (xβˆ’2)(xβˆ’9)=0(x-2)(x-9)=0. Checking shows x=2x=2 is extraneous, leaving x=9x=9 as the only solution.
  • Solve x+5+xβˆ’3=4\sqrt{x+5} + \sqrt{x-3} = 4. Isolate one radical: x+5=4βˆ’xβˆ’3\sqrt{x+5} = 4 - \sqrt{x-3}. Square both sides: x+5=16βˆ’8xβˆ’3+(xβˆ’3)x+5 = 16 - 8\sqrt{x-3} + (x-3). Simplify to 1=xβˆ’31 = \sqrt{x-3}. Square again: 1=xβˆ’31 = x-3, so x=4x=4. Checking confirms this is a valid solution.

Explanation

To solve an equation with a variable under a radical, get the radical by itself and then raise both sides to a power to undo the root. This process can create false answers, so always plug your solutions back into the original equation to check!

Section 5

Solving Absolute Value Equations

Property

The absolute value of xx is written as ∣x∣|x|.
For real numbers AA and BB, an equation of the form ∣A∣=B|A| = B, with Bβ‰₯0B \geq 0, will have solutions when A=BA = B or A=βˆ’BA = -B.
If B<0B < 0, the equation ∣A∣=B|A| = B has no solution. To solve, first isolate the absolute value expression.
If the value it equals is positive, write two separate equations (A=BA=B and A=βˆ’BA=-B) and solve both.

Examples

  • Solve ∣2xβˆ’1∣=9|2x - 1| = 9. Set up two equations: 2xβˆ’1=92x-1=9 gives x=5x=5, and 2xβˆ’1=βˆ’92x-1=-9 gives x=βˆ’4x=-4. The solutions are 55 and βˆ’4-4.
  • Solve ∣x+3βˆ£βˆ’2=5|x+3| - 2 = 5. First, isolate the absolute value: ∣x+3∣=7|x+3|=7. Set up two equations: x+3=7x+3=7 gives x=4x=4, and x+3=βˆ’7x+3=-7 gives x=βˆ’10x=-10.
  • Solve ∣4x+1∣=βˆ’3|4x+1| = -3. An absolute value cannot equal a negative number. Therefore, this equation has no solution.

Explanation

Absolute value means distance from zero, which is always positive. So, ∣A∣=B|A|=B means AA is either BB or βˆ’B-B. Isolate the absolute value part first, then create two separate equations to find the two possible solutions.

Section 6

Equations in Quadratic Form

Property

If the exponent on the leading term is double the exponent on the middle term, we have an equation in quadratic form.
To solve, identify this pattern and substitute a variable (like uu) for the variable part of the middle term.
Rewrite the equation as a standard quadratic, solve for uu, then replace uu with the original term and solve for the original variable.

Examples

  • Solve x4βˆ’7x2+12=0x^4 - 7x^2 + 12 = 0. Let u=x2u=x^2. The equation becomes u2βˆ’7u+12=0u^2 - 7u + 12 = 0, or (uβˆ’3)(uβˆ’4)=0(u-3)(u-4)=0. Since u=3u=3 or u=4u=4, we have x2=3x^2=3 (so x=Β±3x=\pm\sqrt{3}) and x2=4x^2=4 (so x=Β±2x=\pm2).
  • Solve (xβˆ’1)2+5(xβˆ’1)+6=0(x-1)^2 + 5(x-1) + 6 = 0. Let u=xβˆ’1u=x-1. The equation becomes u2+5u+6=0u^2+5u+6=0, or (u+2)(u+3)=0(u+2)(u+3)=0. Since u=βˆ’2u=-2 or u=βˆ’3u=-3, we have xβˆ’1=βˆ’2x-1=-2 (so x=βˆ’1x=-1) and xβˆ’1=βˆ’3x-1=-3 (so x=βˆ’2x=-2).
  • Solve x23βˆ’2x13βˆ’8=0x^{\frac{2}{3}} - 2x^{\frac{1}{3}} - 8 = 0. Let u=x13u=x^{\frac{1}{3}}. The equation becomes u2βˆ’2uβˆ’8=0u^2 - 2u - 8 = 0, or (uβˆ’4)(u+2)=0(u-4)(u+2)=0. Since u=4u=4 or u=βˆ’2u=-2, we have x13=4x^{\frac{1}{3}}=4 (so x=64x=64) and x13=βˆ’2x^{\frac{1}{3}}=-2 (so x=βˆ’8x=-8).

Explanation

Some equations don't look like quadratics, but they behave like them. If one exponent is double the other (like x4x^4 and x2x^2), you can use a substitution to turn it into a familiar au2+bu+c=0au^2+bu+c=0 form. Solve for uu, then substitute back.

Section 7

Rational to Quadratic Equations

Property

When solving rational equations, the process of clearing denominators by multiplying by the Least Common Denominator (LCD) can lead to a quadratic equation.
Once the rational equation is transformed into a quadratic, it can be solved by factoring or the quadratic formula.
It is crucial to check all potential solutions in the original equation, as some may be extraneous solutions that make a denominator zero.

Examples

  • Solve xxβˆ’3+1x+1=12x2βˆ’2xβˆ’3\frac{x}{x-3} + \frac{1}{x+1} = \frac{12}{x^2-2x-3}. Multiply by the LCD (xβˆ’3)(x+1)(x-3)(x+1) to get x(x+1)+(xβˆ’3)=12x(x+1) + (x-3) = 12. This simplifies to x2+2xβˆ’15=0x^2+2x-15=0, or (x+5)(xβˆ’3)=0(x+5)(x-3)=0. The solution is x=βˆ’5x=-5, as x=3x=3 is extraneous.
  • Solve 6x+x=5\frac{6}{x} + x = 5. Multiply by the LCD, xx, to get 6+x2=5x6 + x^2 = 5x. Rearrange into x2βˆ’5x+6=0x^2-5x+6=0, which factors to (xβˆ’2)(xβˆ’3)=0(x-2)(x-3)=0. The solutions are x=2x=2 and x=3x=3, both of which are valid.
  • Solve 2x2x2βˆ’4=xxβˆ’2βˆ’3x+2\frac{2x^2}{x^2-4} = \frac{x}{x-2} - \frac{3}{x+2}. Multiply by the LCD (xβˆ’2)(x+2)(x-2)(x+2) to get 2x2=x(x+2)βˆ’3(xβˆ’2)2x^2 = x(x+2) - 3(x-2). This simplifies to x2+xβˆ’6=0x^2+x-6=0, or (x+3)(xβˆ’2)=0(x+3)(x-2)=0. The only valid solution is x=βˆ’3x=-3, as x=2x=2 is extraneous.

Explanation

Sometimes, when you clear the fractions in a rational equation, you're left with a quadratic equation. Solve this new quadratic as you normally would, but be extra careful to check your answers. Any solution that makes an original denominator zero is invalid.

Book overview

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

Continue this chapter

Chapter 2: Equations and Inequalities

  1. Lesson 1

    Lesson 2.1: The Rectangular Coordinate Systems and Graphs

  2. Lesson 2

    Lesson 2.2: Linear Equations in One Variable

  3. Lesson 3

    Lesson 2.3: Models and Applications

  4. Lesson 4

    Lesson 2.4: Complex Numbers

  5. Lesson 5

    Lesson 2.5: Quadratic Equations

  6. Lesson 6Current

    Lesson 2.6: Other Types of Equations

  7. Lesson 7

    Lesson 2.7: Linear Inequalities and Absolute Value Inequalities

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Other Types of Equations

New Concept

This lesson expands your problem-solving skills beyond linear and quadratic equations. You will learn to solve equations with rational exponents, radicals, absolute values, and those in quadratic form by applying specific algebraic techniques to isolate and find the variable.

What’s next

Next, you'll master these methods through a series of interactive examples and practice cards, starting with equations containing rational exponents.

Section 2

Rational Exponents

Property

A rational exponent indicates a power in the numerator and a root in the denominator. There are multiple ways of writing an expression, a variable, or a number with a rational exponent:

amn=(a1n)m=(am)1n=amn=(an)ma^{\frac{m}{n}} = \left(a^{\frac{1}{n}}\right)^m = (a^m)^{\frac{1}{n}} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m

Examples

  • Evaluate 272327^{\frac{2}{3}}. This can be rewritten as (273)2(\sqrt[3]{27})^2, which simplifies to (3)2=9(3)^2 = 9.
  • Solve x32=64x^{\frac{3}{2}} = 64. Raise both sides to the 23\frac{2}{3} power: (x32)23=6423(x^{\frac{3}{2}})^{\frac{2}{3}} = 64^{\frac{2}{3}}. This gives x=(643)2=42=16x = (\sqrt[3]{64})^2 = 4^2 = 16.
  • Solve 5x34βˆ’x12=05x^{\frac{3}{4}} - x^{\frac{1}{2}} = 0. Factor out the term with the lowest exponent, x12x^{\frac{1}{2}}: x12(5x14βˆ’1)=0x^{\frac{1}{2}}(5x^{\frac{1}{4}} - 1) = 0. This yields two solutions: x=0x=0 and x=(15)4=1625x = (\frac{1}{5})^4 = \frac{1}{625}.

Explanation

Fractional exponents combine powers and roots. The numerator is the power and the denominator is the root. To solve equations with them, raise both sides to the reciprocal power to isolate the variable, since a number times its reciprocal is 1.

Section 3

Solving Polynomials by Factoring

Property

A polynomial of degree nn is an expression of the type

anxn+anβˆ’1xnβˆ’1+…+a2x2+a1x+a0a_n x^n + a_{n-1} x^{n-1} + \ldots + a_2 x^2 + a_1 x + a_0

where nn is a positive integer and an,…,a0a_n, \ldots, a_0 are real numbers and anβ‰ 0a_n \neq 0. Setting the polynomial equal to zero gives a polynomial equation. The total number of solutions (real and complex) to a polynomial equation is equal to the highest exponent nn.

Examples

  • Solve 3x4=48x23x^4 = 48x^2. First, set the equation to zero: 3x4βˆ’48x2=03x^4 - 48x^2 = 0. Factor out the GCF 3x23x^2: 3x2(x2βˆ’16)=03x^2(x^2 - 16) = 0. The solutions are x=0x=0, and from x2βˆ’16=0x^2-16=0, x=4x=4 and x=βˆ’4x=-4.
  • Solve by grouping: x3+2x2βˆ’16xβˆ’32=0x^3 + 2x^2 - 16x - 32 = 0. Group terms: x2(x+2)βˆ’16(x+2)=0x^2(x+2) - 16(x+2) = 0. Factor out (x+2)(x+2) to get (x2βˆ’16)(x+2)=0(x^2-16)(x+2)=0. The solutions are 4,βˆ’4,4, -4, and βˆ’2-2.
  • Solve 2x5βˆ’32x=02x^5 - 32x = 0. Factor out the GCF 2x2x: 2x(x4βˆ’16)=02x(x^4 - 16) = 0. Factor the difference of squares twice: 2x(x2βˆ’4)(x2+4)=02x(x^2-4)(x^2+4)=0, then 2x(xβˆ’2)(x+2)(x2+4)=02x(x-2)(x+2)(x^2+4)=0. The real solutions are 0,2,0, 2, and βˆ’2-2.

Explanation

For equations with powers higher than 2, you can often solve them by factoring. Move all terms to one side to equal zero, then factor using methods like GCF or grouping. Set each factor to zero to find the solutions.

Section 4

Solving Radical Equations

Property

An equation containing terms with a variable in the radicand is called a radical equation.
To solve, first isolate the radical expression on one side.
Then, raise both sides to the power that matches the root (e.g., square both sides for a square root) to eliminate the radical.
Solve the resulting equation and always confirm solutions by substituting them back into the original equation to check for extraneous solutions.

Examples

  • Solve 10βˆ’3x=x\sqrt{10 - 3x} = x. Squaring both sides gives 10βˆ’3x=x210 - 3x = x^2. Rearrange to x2+3xβˆ’10=0x^2 + 3x - 10 = 0, which factors to (x+5)(xβˆ’2)=0(x+5)(x-2)=0. Checking reveals x=βˆ’5x=-5 is extraneous, so the only solution is x=2x=2.
  • Solve x+7=xβˆ’5\sqrt{x+7} = x-5. Square both sides: x+7=x2βˆ’10x+25x+7 = x^2-10x+25. Rearrange to x2βˆ’11x+18=0x^2-11x+18=0, or (xβˆ’2)(xβˆ’9)=0(x-2)(x-9)=0. Checking shows x=2x=2 is extraneous, leaving x=9x=9 as the only solution.
  • Solve x+5+xβˆ’3=4\sqrt{x+5} + \sqrt{x-3} = 4. Isolate one radical: x+5=4βˆ’xβˆ’3\sqrt{x+5} = 4 - \sqrt{x-3}. Square both sides: x+5=16βˆ’8xβˆ’3+(xβˆ’3)x+5 = 16 - 8\sqrt{x-3} + (x-3). Simplify to 1=xβˆ’31 = \sqrt{x-3}. Square again: 1=xβˆ’31 = x-3, so x=4x=4. Checking confirms this is a valid solution.

Explanation

To solve an equation with a variable under a radical, get the radical by itself and then raise both sides to a power to undo the root. This process can create false answers, so always plug your solutions back into the original equation to check!

Section 5

Solving Absolute Value Equations

Property

The absolute value of xx is written as ∣x∣|x|.
For real numbers AA and BB, an equation of the form ∣A∣=B|A| = B, with Bβ‰₯0B \geq 0, will have solutions when A=BA = B or A=βˆ’BA = -B.
If B<0B < 0, the equation ∣A∣=B|A| = B has no solution. To solve, first isolate the absolute value expression.
If the value it equals is positive, write two separate equations (A=BA=B and A=βˆ’BA=-B) and solve both.

Examples

  • Solve ∣2xβˆ’1∣=9|2x - 1| = 9. Set up two equations: 2xβˆ’1=92x-1=9 gives x=5x=5, and 2xβˆ’1=βˆ’92x-1=-9 gives x=βˆ’4x=-4. The solutions are 55 and βˆ’4-4.
  • Solve ∣x+3βˆ£βˆ’2=5|x+3| - 2 = 5. First, isolate the absolute value: ∣x+3∣=7|x+3|=7. Set up two equations: x+3=7x+3=7 gives x=4x=4, and x+3=βˆ’7x+3=-7 gives x=βˆ’10x=-10.
  • Solve ∣4x+1∣=βˆ’3|4x+1| = -3. An absolute value cannot equal a negative number. Therefore, this equation has no solution.

Explanation

Absolute value means distance from zero, which is always positive. So, ∣A∣=B|A|=B means AA is either BB or βˆ’B-B. Isolate the absolute value part first, then create two separate equations to find the two possible solutions.

Section 6

Equations in Quadratic Form

Property

If the exponent on the leading term is double the exponent on the middle term, we have an equation in quadratic form.
To solve, identify this pattern and substitute a variable (like uu) for the variable part of the middle term.
Rewrite the equation as a standard quadratic, solve for uu, then replace uu with the original term and solve for the original variable.

Examples

  • Solve x4βˆ’7x2+12=0x^4 - 7x^2 + 12 = 0. Let u=x2u=x^2. The equation becomes u2βˆ’7u+12=0u^2 - 7u + 12 = 0, or (uβˆ’3)(uβˆ’4)=0(u-3)(u-4)=0. Since u=3u=3 or u=4u=4, we have x2=3x^2=3 (so x=Β±3x=\pm\sqrt{3}) and x2=4x^2=4 (so x=Β±2x=\pm2).
  • Solve (xβˆ’1)2+5(xβˆ’1)+6=0(x-1)^2 + 5(x-1) + 6 = 0. Let u=xβˆ’1u=x-1. The equation becomes u2+5u+6=0u^2+5u+6=0, or (u+2)(u+3)=0(u+2)(u+3)=0. Since u=βˆ’2u=-2 or u=βˆ’3u=-3, we have xβˆ’1=βˆ’2x-1=-2 (so x=βˆ’1x=-1) and xβˆ’1=βˆ’3x-1=-3 (so x=βˆ’2x=-2).
  • Solve x23βˆ’2x13βˆ’8=0x^{\frac{2}{3}} - 2x^{\frac{1}{3}} - 8 = 0. Let u=x13u=x^{\frac{1}{3}}. The equation becomes u2βˆ’2uβˆ’8=0u^2 - 2u - 8 = 0, or (uβˆ’4)(u+2)=0(u-4)(u+2)=0. Since u=4u=4 or u=βˆ’2u=-2, we have x13=4x^{\frac{1}{3}}=4 (so x=64x=64) and x13=βˆ’2x^{\frac{1}{3}}=-2 (so x=βˆ’8x=-8).

Explanation

Some equations don't look like quadratics, but they behave like them. If one exponent is double the other (like x4x^4 and x2x^2), you can use a substitution to turn it into a familiar au2+bu+c=0au^2+bu+c=0 form. Solve for uu, then substitute back.

Section 7

Rational to Quadratic Equations

Property

When solving rational equations, the process of clearing denominators by multiplying by the Least Common Denominator (LCD) can lead to a quadratic equation.
Once the rational equation is transformed into a quadratic, it can be solved by factoring or the quadratic formula.
It is crucial to check all potential solutions in the original equation, as some may be extraneous solutions that make a denominator zero.

Examples

  • Solve xxβˆ’3+1x+1=12x2βˆ’2xβˆ’3\frac{x}{x-3} + \frac{1}{x+1} = \frac{12}{x^2-2x-3}. Multiply by the LCD (xβˆ’3)(x+1)(x-3)(x+1) to get x(x+1)+(xβˆ’3)=12x(x+1) + (x-3) = 12. This simplifies to x2+2xβˆ’15=0x^2+2x-15=0, or (x+5)(xβˆ’3)=0(x+5)(x-3)=0. The solution is x=βˆ’5x=-5, as x=3x=3 is extraneous.
  • Solve 6x+x=5\frac{6}{x} + x = 5. Multiply by the LCD, xx, to get 6+x2=5x6 + x^2 = 5x. Rearrange into x2βˆ’5x+6=0x^2-5x+6=0, which factors to (xβˆ’2)(xβˆ’3)=0(x-2)(x-3)=0. The solutions are x=2x=2 and x=3x=3, both of which are valid.
  • Solve 2x2x2βˆ’4=xxβˆ’2βˆ’3x+2\frac{2x^2}{x^2-4} = \frac{x}{x-2} - \frac{3}{x+2}. Multiply by the LCD (xβˆ’2)(x+2)(x-2)(x+2) to get 2x2=x(x+2)βˆ’3(xβˆ’2)2x^2 = x(x+2) - 3(x-2). This simplifies to x2+xβˆ’6=0x^2+x-6=0, or (x+3)(xβˆ’2)=0(x+3)(x-2)=0. The only valid solution is x=βˆ’3x=-3, as x=2x=2 is extraneous.

Explanation

Sometimes, when you clear the fractions in a rational equation, you're left with a quadratic equation. Solve this new quadratic as you normally would, but be extra careful to check your answers. Any solution that makes an original denominator zero is invalid.

Book overview

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

Continue this chapter

Chapter 2: Equations and Inequalities

  1. Lesson 1

    Lesson 2.1: The Rectangular Coordinate Systems and Graphs

  2. Lesson 2

    Lesson 2.2: Linear Equations in One Variable

  3. Lesson 3

    Lesson 2.3: Models and Applications

  4. Lesson 4

    Lesson 2.4: Complex Numbers

  5. Lesson 5

    Lesson 2.5: Quadratic Equations

  6. Lesson 6Current

    Lesson 2.6: Other Types of Equations

  7. Lesson 7

    Lesson 2.7: Linear Inequalities and Absolute Value Inequalities