Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved

ed proble...

the learning point


Search this site

Home Math Physics Chemistry Computer Science EE English

CBSE/ICSE/IIT About Top ICSE Schools Top CBSE Schools

England School Info Advertise With Us

The Learning Point > Mathematics >

Quadratic Equations, Cubic and


Higher Order Equations - Using
Factorization and Formula- A
Queries:
updates{AT}thelearningpoint.net tutorial with solved problems
CBSE and a Quiz
2016 CBSE School-Wise Results
2016 Percentage to Percentile
ISC/ICSE 2016
2016 CISCE School-wise Results
K12 Toppers
2016 Percentage to Percentile

Info for parents and students


looking for schools and admissions.

Old CBSE Results


2015 School-wise Results
2014 School-wise Results

Old State Board/ICSE Results


Kerala-Board HSE Schools
Target Audience: High School Students, College
Chhattisgarh Board CGBSE
Freshmen and Sophomores, Class 11/12
UP Board Madhyamik Schools
Students in India preparing for ICSE/ISC/CBSE
ISC 2015 K12 Toppers
ICSE/ISC 2015 K12 School-wise and Entrance Examinations like the IIT-JEE Main
Results or Advanced/AIEEE , and anyone else who needs
RBSE 2015 K12 School-wise this Tutorial as a reference!
Results
http://www.thelearningpoint.net/home/mathematics/quadratic-equations 1/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

PSEB 2015 K12 School-wise After studying the topic, you mig ht benefit
Results from the MCQ Quiz over here.
ISC 2014 Percentage to Percentile
ICSE/ISC-2014 Schools-wise Results

Popular articles
Exposing CBSE/ICSE Marking
Scams(2013)
Exposing CBSE/ICSE: A follow-up
(2015)
CBSE Score manipulation over a
decade
What kind of criteria should one use
to pick a college?
After Class 12

Mathematics
Quizzes on Progressions
MCQ #1: Arithmetic Progression
MCQ #2: Geometric Progression
MCQ #3 : More on Geometric
Progressions.
MCQ #4 : Harmonic Progressions.
MCQ #5: More on Harmonic
Progression
MCQ #6: Mixed Progressions

Coordinate Geometry - Straight Lines Quadratic Equations, Cubic and Higher


MCQ #1: Cartesian Planes, Straight
Line Basics Order Equations
MCQ #2 on Straight Lines
MCQ #3 on Straight Lines Introduction
MCQ #4 on Straight Lines
Quadratic equations are those equations which
Circles can be written in the formf(x)=0 where f(x) is a
1 MCQ #1 on Circles.
second degree polynomial.General form of a
2 MCQ #2 on Circles.
3 MCQ #3 on Circles. Quadratic equation is:ax2+bx+c=0 (a is not
equal to 0); and solving for x gives
Conic Sections- Parabola, Hyperbola,
x = (-b +D) / 2a
Ellipse
1 MCQ- The Basics of Conic Sections and
2 MCQ on Parabola.. x = (-b -D) / 2a
3 MCQ on Hyperbola
4 MCQ on Ellipses.
Where D is the Discriminant and D = b2-4ac

Probability
MCQ #1 on Basic Probability
The Discriminant
MCQ #2: More Challenging Problems
on Probability
MCQ #3- Conditional Probability and The term b2-4ac is called the Discriminant, and
Bayes Theorem is denoted usually by the symbol or the
letterD.
http://www.thelearningpoint.net/home/mathematics/quadratic-equations 2/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Complex Numbers
MCQ #1
MCQ #2: More on Complex Numbers Roots of a Quadratic Equation : Are they
real/unreal, equal or unequal ?
Quadratic Equations
MCQ Quadratic Equations
If D>0, the equation has real and unequal
Quadratic In-equations roots,if D=0, the equation has real and equal
MCQ Quadratic In-equations roots (also called real repeated roots),and if
D<0, the equation has unreal roots, occurring as
Computer Science
conjugate pairs. That is if one root is of
Quizzes on Basic Object Oriented the form u+iv, the other root would be u-iv.If
Programming with C++ and are roots of a Quadratic equation, then
o The equation can be written as : a(x-)(x-)=0
1 MCQ #1: C++ and OOPS
2 MCQ #2: Inheritance in C++ o The equation could also be written as x-(
+)+=0
Quizzes on C Programming- Arrays,
Strings and Pointers

UsingSubstitution to convert equations to


1 C Programming MCQ #1: Strings- 1
2 C Programming MCQ #2: Strings (2)
Quadratic Form
3 C Programming MCQ #3: Strings (3)
4 C Programming MCQ #4: Arrays(1) A Quadratic equation could be solved by
5 C Programming MCQ #5: Arrays (2) factorization, or by using the direct formula
6 C Programming MCQ #6: Arrays (3) writtenabove.Certain equations are not
7 C Programming MCQ #7: Pointers
quadratic, but can be reduced to a quadratic
(1)
8 C Programming MCQ #8: Pointers form by certaingsubstitutions. In such cases,
(2) applying the right form of substitution yields
the required solutions.
Quizzes on Java Programming

1 Java MCQ #1- Classes, Inheritances Example :


and Interfaces ax4+bx2+c=0; substitute x2=y, to form a
2 Java MCQ #2- Collections
3 Java MCQ #3- Threading
quadratic equation in y.
3x+x-2=0; substitute x=y to form a quadratic
Quizzes on Data Structures, equation in y.
Algorithms and Complexity
x+(x-4)=4; transport x to RHS and then square
1 MCQ #1: The Basics of Sorting
both sides to get a quadratic equation.
Algorithms- Quadratic Sorts
2 MCQ #2: Efficient Sorting Remember, when using substitutions, be sure
Algorithms- Quick sort, Merge Sort,
that you solve for the original variable, and
Heap Sort
3 MCQ #3- The Radix Sort thatthe solution does not violate any
4 MCQ #4: Divide and Conquer constraints. For instance, if you have (x-1) in
5 MCQ #5- Dynamic Programming the originalequation, then x has to be greater
6 MCQ #6- Complexity of Algorithms
than 1, as square root cannot be negative.
7 MCQ #7- Application of Master's
Theorem Also, if you have a step like:(x-z)(f(x))=(x-z)
8 MCQ #8: Binary Search Trees (g(x))then, instead of just dividing both sides by
9 MCQ #9: B-Trees
http://www.thelearningpoint.net/home/mathematics/quadratic-equations 3/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

10 MCQ #9: AVL-Trees (x-z), you write x=z as one of the solutions.
11 MCQ #10: Representing Graphs as
Data Structures
12 MCQ #11: Spanning Trees
Dealing with Cubic and Higher Order Equations
13 MCQ #12: Algorithms - Graphs:
Spanning Trees - Kruskal and Prim
Algorithms
A cubic equation is of the form f(x)=0, where f(x)
14 MCQ #13: Algorithms - Graphs: is a degree 3 polynomial.The general form of a
Depth and Breadth First Search cubic equation is ax3+bx2+cx+d=0, where a is
not equal to 0.If , , are roots of the
equation, then equation could be written as:
Basic English Grammar
a(x-)(x-)(x-)=0, or also as
English Online: Articles (Quiz #1) x3-(++)x2+(++)x-()=0
English Online: Articles (Quiz #2) Thus, we have
English Online: Articles (Quiz #3)
++=-b/a
English Grammar- The Tenses: Quiz
#1 ++=c/a
English Grammar- The Tenses: Quiz =-d/a
#2 A quadratic equation may have all repeated
English Grammar- The Tenses: Quiz
real roots, two repeated and one distinct real
#3
English Grammar- The Tenses: Quiz root,
#4 one distinct real and two conjugate unreal
English Grammar- The Tenses: Quiz roots, all distinct real roots.
#5
English Grammar: The Parts of
Speech (Quiz #1)
English Grammar: The Parts of
Speech (Quiz #2)
English Grammar: The Parts of Higher Order equations - Relationship between
Speech (Quiz #3) roots
English Grammar: The Parts of
Speech (Quiz #4) Equations of the type f(x)=0 where degree of f(x)
English Grammar: The Parts of
is greater than 3 are generally termed asHigher
Speech (Quiz #5)
English Grammar: The Parts of Order equations. (Right now, we are talking
Speech (Quiz #6) about the degree being an integer)
English Grammar: The Parts of The number of roots of an equation with real
Speech (Quiz #7)
coefficients is equal to the degree of f(x).The
English Grammar: The Parts of
Speech (Quiz #8) way to solve a higher order equation is by
English Grammar: The Parts of factorization, or by using the factor theorem,
Speech (Quiz #9) orby reducing it to one of the lower order
English Grammar: The Parts of
equations.
Speech (Quiz #10)
The factor theorem is:(x-a) is a factor of f(x) if
Examination Results 2016 f(a)=0.
The relationship between the coefficients and
the roots can be explained by an
example.Consider a fifth degree
equation:ax5+bx4+cx3+dx2+ex+f=0. Then
Sum of roots = -b/a
http://www.thelearningpoint.net/home/mathematics/quadratic-equations 4/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Sum of pairwise products of roots=c/a


Sum of products of roots taken three at a time
= -d/a
Sum of products of roots taken four at a time =
e/a
Product of roots=-f/a

In general, for a n degree polynomial equation


in variable x, sum of products of roots taken m
ata time is(-1)m.Coefficient of xn-m/Coefficient
of xn

Here are some of the examples and problems


solved in the tutorial :

Factorizing Quadratic Expressions By Splitting


the Middle Terms
Simple Examples: Solve Quadratic Equations via
Factorization

Q: Solve x2-5x+6=0
Q:Solve 27x2-10x+1=0
Q:Solve x2+4ix-4=0
Q:Solve x2-(7-i)x+(18-i)=0.
Q:Write an equation whose roots are 13,89.
Q:If , are roots of ax2+bx+c=0, find the value
of 1/+1/; 2+2
Q:If , are roots of x2-a(x+1)-c=0, find the
value of (1+)(1+)
Q:If , are roots of ax2+bx+c=0, write the
equation whose roots are 1/4 and -1/4.
Q:If 3+5 is a root of x2+bx+c=0, find the values
of b and c, given that b and c are real.
Q:The equation x2-kx+k+2=0 will have equal
roots for what value(s) of k?
Q:Find the number of real roots of the equation
(x2+2x)2-(x+1)2-55=0.
Q:Find the number of solutions of x2+|x-1|=1
Q:Find the value of such that x2+2x+3=0 and
2x2+3x+5=0 have a non zerocommon root.

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 5/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Q:If , are roots of x2+px+1=0 and , are the


roots of x2+qx+1=0, evaluate:
(-)(+)(-)(+).
Q:The real numbers x1, x2, x3 satisfying the
equation x3 -x2 + bx + c =0 are in AP. Findthe
intervals in which b and c lie.
Q:Find the equation whose roots are cube of
the roots of the equationax3+bx2+cx+d=0.

Complete Tutorial with Solved Problems (To


take a shot at the Companion Quiz, scroll down
the current page):

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 6/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Page 1 of 10

Quadratic Equations, Cubic an

Quadratic Equations

Quadratic equations are those equations which can b


f(x)=0 where f(x) is a second degree polynomial
General form of a Quadratic equation is:
ax2+bx+c=0 (a is not equal to 0); and solving for x

The term b2 -4ac is called the Discriminant, and

D
If D>0, the equation has real and unequal roots,
if D=0, the equation has real and equal roots (also
and if D<0, the equation has unreal roots, occurrin
the form u+iv, the other root would be u-iv.
If and are roots of a Quadratic equation, then
o The equation can be written as : a(x-)(x-)
o The equation could also be written as x-(+

o
A Quadratic equation could be solved by factorizatio

above.
A pictorial representation of the equation is as follow

Graph of Quadratic Function/Solving Quadratic


Equation for (a=-2,b=-20,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=-20,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=-20,c=-10)
http://www.thelearningpoint.net/home/mathematics/quadratic-equations 7/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Graph of Quadratic Function/Solving Quadratic


Equation for (a=-2,b=-20,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=-20,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=-20,c=20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=-20,c=30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-20,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-20,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-20,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-20,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-20,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-20,c=20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-20,c=30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-13,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-13,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-13,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-13,c=0)
0
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-13,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-13,c=20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-13,c=30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=15,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=15,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=15,c=-10)
Graph of Quadratic Function/Solving Quadratic

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 8/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Equation for (a=-1,b=15,c=0)


Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=15,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=15,c=20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=15,c=30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-20,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-20,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-20,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-20,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-20,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-20,c=20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-20,c=30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-13,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-13,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-13,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-13,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-13,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-13,c=20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-13,c=30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-6,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-6,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-6,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=-6,c=0)

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 9/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Graph of Quadratic Function/Solving Quadratic


Equation for (a=1,b=1,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=1,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=1,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=1,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=8,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=8,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=8,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=8,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=8,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=15,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=15,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=15,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=15,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=15,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=15,c=20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=1,b=15,c=30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-20,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-20,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-20,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-20,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-20,c=10)
Graph of Quadratic Function/Solving Quadratic

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 10/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Equation for (a=2,b=-20,c=20)


Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-20,c=30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-13,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-13,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-13,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-13,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-13,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-13,c=20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-6,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-6,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-6,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=-6,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=1,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=1,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=1,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=1,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=8,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=8,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=8,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=8,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=15,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=15,c=-20)

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 11/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Graph of Quadratic Function/Solving Quadratic


Equation for (a=2,b=15,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=15,c=0)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=15,c=10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=2,b=15,c=20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=-13,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=-6,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=-6,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=-6,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=1,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=1,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=1,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=8,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=8,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=8,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-2,b=15,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-6,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-6,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=-6,c=-10)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=1,c=-30)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=1,c=-20)
Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=1,c=-10)
Graph of Quadratic Function/Solving Quadratic

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 12/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

Equation for (a=-1,b=8,c=-30)


Graph of Quadratic Function/Solving Quadratic
Equation for (a=-1,b=8,c=-20)

MCQ Quiz/Worksheet for Quadratic


Equations- test how much you know
about the topic !
Your score will be e-mailed to you at the
address you provide.

Quadratic Equations : Companion Quiz

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 13/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

* Required

Name

Full Address (with City, State, Country)

Organization Name

Email-Id (Your score will be emailed to you, so please fill correctly.)

(x+b)(x+c)/( b-a) (c-a) + (x+c)(x+a)/(c-b)(a-b) + (x+a)(x+b)/(a-c)(b-c)


True
False

( 5 +26)^(x^2-3) + ( 5 -26)^(x^2-3) =10, x is equal to:


1,-1,0,0
3,-3,3,-3
2,-2,2 ,2
2, -2, 2 , -2

If the sum of the roots of the equation ax2 + bx + c =0 is equal to the su


HP
AP
GP
None of the above

If a,b,c are positive rational number such that a>b>c and the quadratic
then
c+a<2b
both roots of the given equation are rational
the equation ax^2+2bx+c=0 has both negative real roots
all the above

If one root of a quadratic equation ax2 + bx + c =0 is equal to nth powe


1

You might like to take a look at our other


algebra tutorials:

Introduction The Principle of Quadratic Quadratic


Mathematical Equations Inequalities
to Complex Induction Introductory Introducing Quadratic
Numbers problems related to various inequalities.
Introduction techniques Using

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 14/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

to Complex Mathematical by which factorization


Numbers and Induction. quadratic and
iota. Argand equations visualization
plane and can be based
iota. solved - methods.
Complex factorization,
numbers as direct
free vectors. formula.
N-th roots of Relationship
a complex between
number. roots of a
Notes, quadratic
formulas and equation.
solved Cubic and
problems higher order
related to equations -
these sub- relationship
topics. between
roots and
coefficients
for these.
Graphs and
plots of
quadratic
equations.
Series and
Progressions
Arithmetic,
Geometric,
Harmonic
and mixed
progressions.
Notes,
formulas and
solved
problems.
Sum of the
first N terms.
Arithmetic,
Geometric
and
Harmonic
means and
the
relationship
between
them.

After reading this tutorial you might want to check out


some of our other Mathematics Quizzes as well.
Quizzes on Coordinate Probability
Progressions Geometry - MCQ #1 on

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 15/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

MCQ #1: Straight Lines Basic Probability


Arithmetic MCQ #1: MCQ #2: More
Progression Cartesian Planes, Challenging
MCQ #2: Straight Line Problems on
Geometric Basics Probability
Progression MCQ #2 on MCQ #3-
MCQ #3 : More on Straight Lines Conditional
Geometric MCQ #3 on Probability and
Progressions. Straight Lines Bayes Theorem
MCQ #4 : MCQ #4 on
Harmonic Straight Lines
Progressions.
MCQ #5: More on Circles
Harmonic 1 MCQ #1 on
Progression Circles.
MCQ #6: Mixed 2 MCQ #2 on
Progressions Circles.
3 MCQ #3 on
Complex Numbers Circles.
MCQ #1
MCQ #2: More on
Conic Sections-
Complex Numbers
Parabola,
Hyperbola, Ellipse
Quadratic
1 MCQ- The
Equations
Basics of Conic
MCQ Quadratic
Sections
Equations
2 MCQ on
Parabola..
Quadratic In-
3 MCQ on
equations
Hyperbola
MCQ Quadratic In-
4 MCQ on
equations
Ellipses.

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 16/17
29/03/2017 Quadratic Equations, Cubic and Higher Order Equations - Using Factorization and Formula- A tutorial with solved proble...

To comment click on (Add Facebook Comment)

0 Comments

Add a comment...

Facebook Comments Plugin

Subpages (114): View All

Sign in | Recent Site Activity | Report Abuse | Print Page | Powered By Google Sites

http://www.thelearningpoint.net/home/mathematics/quadratic-equations 17/17

You might also like