SlideShare uma empresa Scribd logo
1 de 14
Baixar para ler offline
MATHEMATICS 9
Solving Equations Transformable to Quadratic
Equation Including Rational Algebraic
Equations
Lesson 1: Solving Quadratic Equations That Are Not
Written In Standard Form
Lesson 2: Solving Rational Algebraic Equations
Transformable To Quadratic Equations
In solving quadratic equation that is not written in standard form,
transform the equation in the standard form ax2 + bx + c = 0 where a,
b, and c are real numbers and a ≠ 0 and then, solve the equation
using any method in solving quadratic equation (extracting square
roots, factoring, completing the square, or quadratic formula).
Lesson 1: Solving Quadratic Equations That
Are Not Written In Standard Form
Example 1: Solve x(x – 5) = 36.
Solution:
Transform the equation in standard form.
x(x – 5) = 36
x2 – 5x = 36
x2 – 5x – 36 = 0
Solve the equation using any method.
By factoring
x2 – 5x – 36 = 0 x – 9 = 0 x + 4 = 0
(x – 9)(x + 4) = 0 x = 9 x = – 4
• The solution set of the equation is {9, – 4}.
Example 2: Solve (x + 5)2 + (x – 2)2 = 37.
Solution:
Transform the equation in standard form.
(x + 5)2 + (x – 2)2 = 37
x2 + 10x + 25 + x2 – 4x + 4 = 37
2x2 + 6x + 29 = 37 → 2x2 + 6x + 29 – 37 = 0
2x2 + 6x – 8 = 0
x2 + 3x – 4 = 0 Divide all terms by 2.
Solve the equation using any method.
By factoring
x2 + 3x – 4 = 0 x + 4 = 0 x – 1 = 0
(x + 4)(x – 1) = 0 x = – 4 x = 1
• The solution set of the equation is {– 4, 1}.
Example 3: Solve 2x2 – 5x = x2 + 14.
Solution:
Transform the equation in standard form.
2x2 – 5x = x2 + 14
2x2 – x2 – 5x – 14 = 0
x2 – 5x – 14 = 0
Solve the equation using any method.
By Quadratic Formula, identify the values of a, b, and c
a = 1, b = -5, c = -14
𝑥 =
−𝑏 ± 𝑏2 − 4𝑎𝑐
2𝑎
=
−(−5) ± (−5)2 −4(1)(−14)
2(1)
=
5 ± 25 + 56
2
=
5 ± 81
2
=
5 ± 9
2
𝑥 =
5+9
2
=
14
2
= 𝟕 𝑥 =
5−9
2
=
−4
2
= −𝟐
The solution set of the equation is {– 2, 7}.
Example 4: Solve (x – 4)2 = 4.
Solution:
Transform the equation in standard form.
(x – 4)2 = 4
x2 – 8x + 16 = 4
x2 – 8x + 16 – 4 = 0
x2 – 8x + 12 = 0
Solve the equation using any method.
By factoring
x2 – 8x + 12 = 0 x – 6 = 0 x – 2 = 0
(x – 6)(x – 2) = 0 x = 6 x = 2
• The solution set of the equation is {6, 2}.
Example 5: Solve (3x + 4)2 – (x – 1)2 = – 5.
Solution:
Transform the equation in standard form.
(3x + 4)2 – (x – 1)2 = – 5
9x2 + 24x + 16 – (x2 – 2x + 1) = – 5
9x2 + 24x + 16 – x2 + 2x – 1 = – 5
8x2 + 26x + 15 = – 5 → 8x2 + 26x + 15 + 5 = 0
8x2 + 26x + 20 = 0
4x2 + 13x + 10 = 0 Divide all terms by 2.
Solve the equation using any method.
By Quadratic Formula, identify the values of a, b, and c
a = 4, b = 13, c = 10
𝑥 =
−𝑏 ± 𝑏2 − 4𝑎𝑐
2𝑎
=
−(13) ± (13)2 −4(4)(10)
2(4)
=
−13 ± 169 − 160
8
=
−13 ± 9
8
=
−13 ± 3
8
𝑥 =
−13+3
8
=
−10
8
= −
𝟓
𝟒
𝑥 =
−13−3
8
=
−16
8
= −𝟐
• The solution set of the equation is {– 2, −
𝟓
𝟒
}.
Lesson 2: Solving Rational Algebraic Equations
Transformable To Quadratic Equations
There are rational equations that can be transformed
into quadratic equation of the form ax2 + bx + c = 0 where a,
b and c are real numbers, and a ≠ 0 and it can be solved
using the different methods in solving quadratic equation.
Steps in Solving Rational Equations:
1. Multiply both sides of the equation by the Least Common
Multiple (LCM) or Least Common Denominator (LCD).
2. Write the resulting quadratic equation in standard form.
3. Solve the equation using any method in solving quadratic
equation.
4. Check whether the obtained values of x satisfies the given
equation.
Example 1: Solve the rational algebraic equation
6
𝑥
+
𝑥−3
4
= 2.
Solution:
1. Multiply both side of the equation by the LCD, the LCD is 4x.
4𝑥
6
𝑥
+
𝑥−3
4
= 4𝑥(2) → 4(6) + x(x – 3) = 8x
24 + x2 – 3x = 8x
2. Transform the resulting equation in standard form.
24 + x2 – 3x = 8x → x2 – 3x – 8x + 24 = 0
x2 – 11x + 24 = 0
3. Solve the equation using any method. Since the equation is factorable,
x2 – 11x + 24 = 0 x – 3 = 0 x – 8 = 0
(x – 3)(x – 8) = 0 x = 3 x = 8
The solution set of the equation is {3, 8}.
Example 2: Solve the rational algebraic equation
1
𝑥
+
1
𝑥+1
=
7
12
.
Solution:
1. Multiply both side of the equation by the LCD, the LCD is 12x(x + 1).
12𝑥(𝑥 + 1)
1
𝑥
+
1
𝑥+1
= 12𝑥 𝑥 + 1
7
12
→ 12(x + 1) + 12x = x(x+1)(7)
12x + 12 + 12x = 7x2 + 7x
2. Transform the resulting equation in standard form.
12x + 12 + 12x = 7x2 + 7x → 0 = 7x2 + 7x – 12x – 12x – 12
0 = 7x2 – 17x – 12
7x2 – 17x – 12 = 0
3. Solve the equation using any method. By Quadratic Formula, identify the values of a, b, and c. a = 7, b = – 17, c = – 12
𝑥 =
−𝑏± 𝑏2−4𝑎𝑐
2𝑎
=
−(−17)± (−17)2 −4(7)(−12)
2(7)
=
17± 289+336
14
=
17± 625
14
=
17±25
14
𝑥 =
17+25
14
=
42
14
= 𝟑 𝑥 =
17−25
14
=
−8
14
= −
𝟒
𝟕
• The solution set of the equation is {3, −
𝟒
𝟕
}.
Example 3: Solve the rational algebraic equation 𝑥 +
8
𝑥−2
= 1 +
4𝑥
𝑥−2
.
Solution:
1. Multiply both side of the equation by the LCD, the LCD is x – 2.
𝑥 − 2 𝑥 +
8
𝑥−2
= 𝑥 − 2 1 +
4𝑥
𝑥−2
→ x(x – 2) + 8 = 1(x – 2) + 4x
x2 – 2x + 8 = x – 2 + 4x
x2 – 2x + 8 = 5x – 2
2. Transform the resulting equation in standard form.
x2 – 2x + 8 = 5x – 2 → x2 – 2x – 5x + 8 + 2 = 0
x2 – 7x + 10 = 0
3. Solve the equation using any method. Since the equation is factorable,
x2 – 7x + 10 = 0 x – 5 = 0 x – 2 = 0
(x – 5)(x – 2) = 0 x = 5 x = 2
• The solution set of the equation is {5, 2}.
Example 4: Solve the rational algebraic equation
𝑥+3
3
+
1
𝑥−3
= 4.
Solution:
1. Multiply both side of the equation by the LCD, the LCD is 3(x – 3).
3(𝑥 − 3)
𝑥+3
3
+
1
𝑥−3
= 3(𝑥 − 3)(4) → (x – 3)(x + 3) + 3(1) = 12(x – 3)
x2 – 9 + 3 = 12x – 36
2. Transform the resulting equation in standard form.
x2 – 6 = 12x – 36 → x2 – 12x – 6 + 36 = 0
x2 – 12x + 30 = 0
3. Solve the equation using any method. By Quadratic Formula, identify the values of a, b, and c. a = 1, b = – 12, c = 30
𝑥 =
−𝑏± 𝑏2−4𝑎𝑐
2𝑎
=
−(−12)± (−12)2 −4(1)(30)
2(1)
=
12± 144−120
2
=
12± 24
2
=
12±2 6
2
𝑥 =
12+2 6
2
= 𝟔 + 𝟔 𝑥 =
12−2 6
2
= 𝟔 − 𝟔
• The solution set of the equation is 𝟔 + 𝟔 , 𝟔 − 𝟔 .
Example 4: Solve the rational algebraic equation
𝑥
3𝑥+2
=
2
𝑥+1
.
Solution:
1. Multiply both side of the equation by the LCD, the LCD is (3x + 2)(x + 1).
(3𝑥 + 2)(𝑥 + 1)
𝑥
3𝑥+2
= (3𝑥 + 2)(𝑥 + 1)
2
𝑥+1
→ x(x + 1) = 2(3x + 2)
x2 + x = 6x + 4
2. Transform the resulting equation in standard form.
x2 + x = 6x + 4 → x2 + x – 6x – 4 = 0
x2 – 5x – 4 = 0
3. Solve the equation using any method. By Quadratic Formula, identify the values of a, b, and c. a = 1, b = – 5, c = – 4
𝑥 =
−𝑏 ± 𝑏2 − 4𝑎𝑐
2𝑎
=
−(−5) ± (−5)2 −4(1)(−4)
2(1)
=
5 ± 25 + 16
2
=
5 ± 41
2
𝑥 =
𝟓+ 𝟒𝟏
𝟐
𝑥 =
𝟓− 𝟒𝟏
𝟐
• The solution set of the equation is
𝟓+ 𝟒𝟏
𝟐
,
𝟓− 𝟒𝟏
𝟐
.

Mais conteúdo relacionado

Mais procurados

Grade 9: Mathematics Unit 3 Variation
Grade 9: Mathematics Unit 3 VariationGrade 9: Mathematics Unit 3 Variation
Grade 9: Mathematics Unit 3 VariationPaolo Dagaojes
 
Applications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic EquationsApplications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic EquationsCipriano De Leon
 
Grade 9 Mathematics Module 7 Triangle Trigonometry
 Grade 9 Mathematics Module 7 Triangle Trigonometry Grade 9 Mathematics Module 7 Triangle Trigonometry
Grade 9 Mathematics Module 7 Triangle TrigonometryPaolo Dagaojes
 
Nature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equationNature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equationCipriano De Leon
 
Solving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic EquationsSolving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic Equationskliegey524
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulamaricel mas
 
Grade 9: Mathematics Unit 1 Quadratic Equations and Inequalities.
Grade 9: Mathematics Unit 1 Quadratic Equations and Inequalities.Grade 9: Mathematics Unit 1 Quadratic Equations and Inequalities.
Grade 9: Mathematics Unit 1 Quadratic Equations and Inequalities.Paolo Dagaojes
 
Aralin 1 kahulugan at kahalagahan ng ekonomiks
Aralin 1   kahulugan at kahalagahan ng ekonomiksAralin 1   kahulugan at kahalagahan ng ekonomiks
Aralin 1 kahulugan at kahalagahan ng ekonomiksjcreyes3278
 
zero, negative and rational exponents
 zero, negative and rational exponents zero, negative and rational exponents
zero, negative and rational exponentsrina valencia
 
Graphing polynomial functions (Grade 10)
Graphing polynomial functions (Grade 10)Graphing polynomial functions (Grade 10)
Graphing polynomial functions (Grade 10)grace joy canseco
 
Grade 10 Math Module 1 searching for patterns, sequence and series
Grade 10 Math Module 1   searching for patterns, sequence and seriesGrade 10 Math Module 1   searching for patterns, sequence and series
Grade 10 Math Module 1 searching for patterns, sequence and seriesJocel Sagario
 
Problem Solving Involving Factoring
Problem Solving Involving FactoringProblem Solving Involving Factoring
Problem Solving Involving FactoringLorie Jane Letada
 
Joint and Combined Variation (Mathematics 9)
Joint and Combined Variation (Mathematics 9)Joint and Combined Variation (Mathematics 9)
Joint and Combined Variation (Mathematics 9)BevBeverlyGelbolingo
 
Quadratic inequality
Quadratic inequalityQuadratic inequality
Quadratic inequalityBrian Mary
 
Illustrating Rational Algebraic Expressions
Illustrating Rational Algebraic ExpressionsIllustrating Rational Algebraic Expressions
Illustrating Rational Algebraic ExpressionsFree Math Powerpoints
 
Polynomials Grade 10
Polynomials Grade 10Polynomials Grade 10
Polynomials Grade 10ingroy
 

Mais procurados (20)

Grade 9: Mathematics Unit 3 Variation
Grade 9: Mathematics Unit 3 VariationGrade 9: Mathematics Unit 3 Variation
Grade 9: Mathematics Unit 3 Variation
 
Applications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic EquationsApplications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic Equations
 
Grade 9 Mathematics Module 7 Triangle Trigonometry
 Grade 9 Mathematics Module 7 Triangle Trigonometry Grade 9 Mathematics Module 7 Triangle Trigonometry
Grade 9 Mathematics Module 7 Triangle Trigonometry
 
Math 9 (module 1 & 2)
Math 9 (module 1 & 2)Math 9 (module 1 & 2)
Math 9 (module 1 & 2)
 
Integral Exponents
Integral ExponentsIntegral Exponents
Integral Exponents
 
Nature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equationNature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equation
 
Solving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic EquationsSolving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic Equations
 
Ekonomiks
EkonomiksEkonomiks
Ekonomiks
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formula
 
Grade 9: Mathematics Unit 1 Quadratic Equations and Inequalities.
Grade 9: Mathematics Unit 1 Quadratic Equations and Inequalities.Grade 9: Mathematics Unit 1 Quadratic Equations and Inequalities.
Grade 9: Mathematics Unit 1 Quadratic Equations and Inequalities.
 
Math 9 Quiz Bee.pptx
Math 9 Quiz Bee.pptxMath 9 Quiz Bee.pptx
Math 9 Quiz Bee.pptx
 
Aralin 1 kahulugan at kahalagahan ng ekonomiks
Aralin 1   kahulugan at kahalagahan ng ekonomiksAralin 1   kahulugan at kahalagahan ng ekonomiks
Aralin 1 kahulugan at kahalagahan ng ekonomiks
 
zero, negative and rational exponents
 zero, negative and rational exponents zero, negative and rational exponents
zero, negative and rational exponents
 
Graphing polynomial functions (Grade 10)
Graphing polynomial functions (Grade 10)Graphing polynomial functions (Grade 10)
Graphing polynomial functions (Grade 10)
 
Grade 10 Math Module 1 searching for patterns, sequence and series
Grade 10 Math Module 1   searching for patterns, sequence and seriesGrade 10 Math Module 1   searching for patterns, sequence and series
Grade 10 Math Module 1 searching for patterns, sequence and series
 
Problem Solving Involving Factoring
Problem Solving Involving FactoringProblem Solving Involving Factoring
Problem Solving Involving Factoring
 
Joint and Combined Variation (Mathematics 9)
Joint and Combined Variation (Mathematics 9)Joint and Combined Variation (Mathematics 9)
Joint and Combined Variation (Mathematics 9)
 
Quadratic inequality
Quadratic inequalityQuadratic inequality
Quadratic inequality
 
Illustrating Rational Algebraic Expressions
Illustrating Rational Algebraic ExpressionsIllustrating Rational Algebraic Expressions
Illustrating Rational Algebraic Expressions
 
Polynomials Grade 10
Polynomials Grade 10Polynomials Grade 10
Polynomials Grade 10
 

Semelhante a Solving Equations Transformable to Quadratic Equation Including Rational Algebraic Equations

rational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptxrational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptxRizaCatli2
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handoutfatima d
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic EquationsCipriano De Leon
 
1.3 solving equations t
1.3 solving equations t1.3 solving equations t
1.3 solving equations tmath260
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3Nazrin Nazdri
 
First Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic EquationFirst Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic EquationVer Louie Gautani
 
Solving Quadratic-Equation.pptx
Solving Quadratic-Equation.pptxSolving Quadratic-Equation.pptx
Solving Quadratic-Equation.pptxSusan Palacio
 
Quadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptxQuadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptxpandavlogsbyJM
 
GCSEYr9-SolvingQuadratics.pptx
GCSEYr9-SolvingQuadratics.pptxGCSEYr9-SolvingQuadratics.pptx
GCSEYr9-SolvingQuadratics.pptxAngelle Pantig
 
Quadratic equations / Alge
Quadratic equations / AlgeQuadratic equations / Alge
Quadratic equations / Algeindianeducation
 
5b4d2369-311a-4141-b469-a170f73a9e79.pptx
5b4d2369-311a-4141-b469-a170f73a9e79.pptx5b4d2369-311a-4141-b469-a170f73a9e79.pptx
5b4d2369-311a-4141-b469-a170f73a9e79.pptxRYANJAYRAMOS3
 
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equationsMIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equationsLawrence De Vera
 
Algebra Revision.ppt
Algebra Revision.pptAlgebra Revision.ppt
Algebra Revision.pptAaronChi5
 
1.3 solving equations t
1.3 solving equations t1.3 solving equations t
1.3 solving equations tmath260
 
College algebra real mathematics real people 7th edition larson solutions manual
College algebra real mathematics real people 7th edition larson solutions manualCollege algebra real mathematics real people 7th edition larson solutions manual
College algebra real mathematics real people 7th edition larson solutions manualJohnstonTBL
 
L2 Solving Quadratic Equations by extracting.pptx
L2 Solving Quadratic Equations by extracting.pptxL2 Solving Quadratic Equations by extracting.pptx
L2 Solving Quadratic Equations by extracting.pptxMarkJovenAlamalam2
 

Semelhante a Solving Equations Transformable to Quadratic Equation Including Rational Algebraic Equations (20)

rational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptxrational equation transformable to quadratic equation.pptx
rational equation transformable to quadratic equation.pptx
 
C2 st lecture 2 handout
C2 st lecture 2 handoutC2 st lecture 2 handout
C2 st lecture 2 handout
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic Equations
 
1.3 solving equations t
1.3 solving equations t1.3 solving equations t
1.3 solving equations t
 
10.7
10.710.7
10.7
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
First Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic EquationFirst Quarter - Chapter 2 - Quadratic Equation
First Quarter - Chapter 2 - Quadratic Equation
 
Solving Quadratic-Equation.pptx
Solving Quadratic-Equation.pptxSolving Quadratic-Equation.pptx
Solving Quadratic-Equation.pptx
 
Chithra
ChithraChithra
Chithra
 
Quadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptxQuadratic Equations in One Variables.pptx
Quadratic Equations in One Variables.pptx
 
GCSEYr9-SolvingQuadratics.pptx
GCSEYr9-SolvingQuadratics.pptxGCSEYr9-SolvingQuadratics.pptx
GCSEYr9-SolvingQuadratics.pptx
 
Quadratic equations / Alge
Quadratic equations / AlgeQuadratic equations / Alge
Quadratic equations / Alge
 
5b4d2369-311a-4141-b469-a170f73a9e79.pptx
5b4d2369-311a-4141-b469-a170f73a9e79.pptx5b4d2369-311a-4141-b469-a170f73a9e79.pptx
5b4d2369-311a-4141-b469-a170f73a9e79.pptx
 
Gr 11 equations
Gr 11   equationsGr 11   equations
Gr 11 equations
 
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equationsMIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
 
Algebra slideshow
Algebra slideshowAlgebra slideshow
Algebra slideshow
 
Algebra Revision.ppt
Algebra Revision.pptAlgebra Revision.ppt
Algebra Revision.ppt
 
1.3 solving equations t
1.3 solving equations t1.3 solving equations t
1.3 solving equations t
 
College algebra real mathematics real people 7th edition larson solutions manual
College algebra real mathematics real people 7th edition larson solutions manualCollege algebra real mathematics real people 7th edition larson solutions manual
College algebra real mathematics real people 7th edition larson solutions manual
 
L2 Solving Quadratic Equations by extracting.pptx
L2 Solving Quadratic Equations by extracting.pptxL2 Solving Quadratic Equations by extracting.pptx
L2 Solving Quadratic Equations by extracting.pptx
 

Último

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 

Último (20)

This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 

Solving Equations Transformable to Quadratic Equation Including Rational Algebraic Equations

  • 1. MATHEMATICS 9 Solving Equations Transformable to Quadratic Equation Including Rational Algebraic Equations Lesson 1: Solving Quadratic Equations That Are Not Written In Standard Form Lesson 2: Solving Rational Algebraic Equations Transformable To Quadratic Equations
  • 2. In solving quadratic equation that is not written in standard form, transform the equation in the standard form ax2 + bx + c = 0 where a, b, and c are real numbers and a ≠ 0 and then, solve the equation using any method in solving quadratic equation (extracting square roots, factoring, completing the square, or quadratic formula). Lesson 1: Solving Quadratic Equations That Are Not Written In Standard Form
  • 3. Example 1: Solve x(x – 5) = 36. Solution: Transform the equation in standard form. x(x – 5) = 36 x2 – 5x = 36 x2 – 5x – 36 = 0 Solve the equation using any method. By factoring x2 – 5x – 36 = 0 x – 9 = 0 x + 4 = 0 (x – 9)(x + 4) = 0 x = 9 x = – 4 • The solution set of the equation is {9, – 4}.
  • 4. Example 2: Solve (x + 5)2 + (x – 2)2 = 37. Solution: Transform the equation in standard form. (x + 5)2 + (x – 2)2 = 37 x2 + 10x + 25 + x2 – 4x + 4 = 37 2x2 + 6x + 29 = 37 → 2x2 + 6x + 29 – 37 = 0 2x2 + 6x – 8 = 0 x2 + 3x – 4 = 0 Divide all terms by 2. Solve the equation using any method. By factoring x2 + 3x – 4 = 0 x + 4 = 0 x – 1 = 0 (x + 4)(x – 1) = 0 x = – 4 x = 1 • The solution set of the equation is {– 4, 1}.
  • 5. Example 3: Solve 2x2 – 5x = x2 + 14. Solution: Transform the equation in standard form. 2x2 – 5x = x2 + 14 2x2 – x2 – 5x – 14 = 0 x2 – 5x – 14 = 0 Solve the equation using any method. By Quadratic Formula, identify the values of a, b, and c a = 1, b = -5, c = -14 𝑥 = −𝑏 ± 𝑏2 − 4𝑎𝑐 2𝑎 = −(−5) ± (−5)2 −4(1)(−14) 2(1) = 5 ± 25 + 56 2 = 5 ± 81 2 = 5 ± 9 2 𝑥 = 5+9 2 = 14 2 = 𝟕 𝑥 = 5−9 2 = −4 2 = −𝟐 The solution set of the equation is {– 2, 7}.
  • 6. Example 4: Solve (x – 4)2 = 4. Solution: Transform the equation in standard form. (x – 4)2 = 4 x2 – 8x + 16 = 4 x2 – 8x + 16 – 4 = 0 x2 – 8x + 12 = 0 Solve the equation using any method. By factoring x2 – 8x + 12 = 0 x – 6 = 0 x – 2 = 0 (x – 6)(x – 2) = 0 x = 6 x = 2 • The solution set of the equation is {6, 2}.
  • 7. Example 5: Solve (3x + 4)2 – (x – 1)2 = – 5. Solution: Transform the equation in standard form. (3x + 4)2 – (x – 1)2 = – 5 9x2 + 24x + 16 – (x2 – 2x + 1) = – 5 9x2 + 24x + 16 – x2 + 2x – 1 = – 5 8x2 + 26x + 15 = – 5 → 8x2 + 26x + 15 + 5 = 0 8x2 + 26x + 20 = 0 4x2 + 13x + 10 = 0 Divide all terms by 2. Solve the equation using any method. By Quadratic Formula, identify the values of a, b, and c a = 4, b = 13, c = 10 𝑥 = −𝑏 ± 𝑏2 − 4𝑎𝑐 2𝑎 = −(13) ± (13)2 −4(4)(10) 2(4) = −13 ± 169 − 160 8 = −13 ± 9 8 = −13 ± 3 8 𝑥 = −13+3 8 = −10 8 = − 𝟓 𝟒 𝑥 = −13−3 8 = −16 8 = −𝟐 • The solution set of the equation is {– 2, − 𝟓 𝟒 }.
  • 8. Lesson 2: Solving Rational Algebraic Equations Transformable To Quadratic Equations There are rational equations that can be transformed into quadratic equation of the form ax2 + bx + c = 0 where a, b and c are real numbers, and a ≠ 0 and it can be solved using the different methods in solving quadratic equation.
  • 9. Steps in Solving Rational Equations: 1. Multiply both sides of the equation by the Least Common Multiple (LCM) or Least Common Denominator (LCD). 2. Write the resulting quadratic equation in standard form. 3. Solve the equation using any method in solving quadratic equation. 4. Check whether the obtained values of x satisfies the given equation.
  • 10. Example 1: Solve the rational algebraic equation 6 𝑥 + 𝑥−3 4 = 2. Solution: 1. Multiply both side of the equation by the LCD, the LCD is 4x. 4𝑥 6 𝑥 + 𝑥−3 4 = 4𝑥(2) → 4(6) + x(x – 3) = 8x 24 + x2 – 3x = 8x 2. Transform the resulting equation in standard form. 24 + x2 – 3x = 8x → x2 – 3x – 8x + 24 = 0 x2 – 11x + 24 = 0 3. Solve the equation using any method. Since the equation is factorable, x2 – 11x + 24 = 0 x – 3 = 0 x – 8 = 0 (x – 3)(x – 8) = 0 x = 3 x = 8 The solution set of the equation is {3, 8}.
  • 11. Example 2: Solve the rational algebraic equation 1 𝑥 + 1 𝑥+1 = 7 12 . Solution: 1. Multiply both side of the equation by the LCD, the LCD is 12x(x + 1). 12𝑥(𝑥 + 1) 1 𝑥 + 1 𝑥+1 = 12𝑥 𝑥 + 1 7 12 → 12(x + 1) + 12x = x(x+1)(7) 12x + 12 + 12x = 7x2 + 7x 2. Transform the resulting equation in standard form. 12x + 12 + 12x = 7x2 + 7x → 0 = 7x2 + 7x – 12x – 12x – 12 0 = 7x2 – 17x – 12 7x2 – 17x – 12 = 0 3. Solve the equation using any method. By Quadratic Formula, identify the values of a, b, and c. a = 7, b = – 17, c = – 12 𝑥 = −𝑏± 𝑏2−4𝑎𝑐 2𝑎 = −(−17)± (−17)2 −4(7)(−12) 2(7) = 17± 289+336 14 = 17± 625 14 = 17±25 14 𝑥 = 17+25 14 = 42 14 = 𝟑 𝑥 = 17−25 14 = −8 14 = − 𝟒 𝟕 • The solution set of the equation is {3, − 𝟒 𝟕 }.
  • 12. Example 3: Solve the rational algebraic equation 𝑥 + 8 𝑥−2 = 1 + 4𝑥 𝑥−2 . Solution: 1. Multiply both side of the equation by the LCD, the LCD is x – 2. 𝑥 − 2 𝑥 + 8 𝑥−2 = 𝑥 − 2 1 + 4𝑥 𝑥−2 → x(x – 2) + 8 = 1(x – 2) + 4x x2 – 2x + 8 = x – 2 + 4x x2 – 2x + 8 = 5x – 2 2. Transform the resulting equation in standard form. x2 – 2x + 8 = 5x – 2 → x2 – 2x – 5x + 8 + 2 = 0 x2 – 7x + 10 = 0 3. Solve the equation using any method. Since the equation is factorable, x2 – 7x + 10 = 0 x – 5 = 0 x – 2 = 0 (x – 5)(x – 2) = 0 x = 5 x = 2 • The solution set of the equation is {5, 2}.
  • 13. Example 4: Solve the rational algebraic equation 𝑥+3 3 + 1 𝑥−3 = 4. Solution: 1. Multiply both side of the equation by the LCD, the LCD is 3(x – 3). 3(𝑥 − 3) 𝑥+3 3 + 1 𝑥−3 = 3(𝑥 − 3)(4) → (x – 3)(x + 3) + 3(1) = 12(x – 3) x2 – 9 + 3 = 12x – 36 2. Transform the resulting equation in standard form. x2 – 6 = 12x – 36 → x2 – 12x – 6 + 36 = 0 x2 – 12x + 30 = 0 3. Solve the equation using any method. By Quadratic Formula, identify the values of a, b, and c. a = 1, b = – 12, c = 30 𝑥 = −𝑏± 𝑏2−4𝑎𝑐 2𝑎 = −(−12)± (−12)2 −4(1)(30) 2(1) = 12± 144−120 2 = 12± 24 2 = 12±2 6 2 𝑥 = 12+2 6 2 = 𝟔 + 𝟔 𝑥 = 12−2 6 2 = 𝟔 − 𝟔 • The solution set of the equation is 𝟔 + 𝟔 , 𝟔 − 𝟔 .
  • 14. Example 4: Solve the rational algebraic equation 𝑥 3𝑥+2 = 2 𝑥+1 . Solution: 1. Multiply both side of the equation by the LCD, the LCD is (3x + 2)(x + 1). (3𝑥 + 2)(𝑥 + 1) 𝑥 3𝑥+2 = (3𝑥 + 2)(𝑥 + 1) 2 𝑥+1 → x(x + 1) = 2(3x + 2) x2 + x = 6x + 4 2. Transform the resulting equation in standard form. x2 + x = 6x + 4 → x2 + x – 6x – 4 = 0 x2 – 5x – 4 = 0 3. Solve the equation using any method. By Quadratic Formula, identify the values of a, b, and c. a = 1, b = – 5, c = – 4 𝑥 = −𝑏 ± 𝑏2 − 4𝑎𝑐 2𝑎 = −(−5) ± (−5)2 −4(1)(−4) 2(1) = 5 ± 25 + 16 2 = 5 ± 41 2 𝑥 = 𝟓+ 𝟒𝟏 𝟐 𝑥 = 𝟓− 𝟒𝟏 𝟐 • The solution set of the equation is 𝟓+ 𝟒𝟏 𝟐 , 𝟓− 𝟒𝟏 𝟐 .