Topic 11 Polynomials

advertisement
Topic 11 Polynomials
Topic 11 Polynomials
1. Introduction to Polynomials
Definition
A polynomial is an algebraic expression that only contains positive integer
powers of a variable. The variable is usually x but it may be other letters such
as y or z.
For example each of the following algebraic expressions is a polynomial.
(a)
5x3 – 4x2 + 7
(b)
4x45 – 6x3 + x
(c)
49 – x2 + x3
(d)
y3 – y2 + 1
(e)
2x4 – 4z5
(f)
8k – 5k2
It is usual to rearrange a polynomial into what is called its Standard Form , this is where you
write down the given polynomial in order of its powers with its highest power of x first and then
continuing downwards from there.
So for example it would be better to write 49 + x3 – x2 in its standard form x3 – x2 + 49.
We call the numbers next to each power its coefficient so in the polynomial 5x3 – 4x2 + 7 we
would say 5 is the coefficient of x3 and – 4 is the coefficient of x2 while the number + 7 is called
the constant term.
The degree of a polynomial is the highest power of x it contains so in the above examples.
The degree of the polynomial 5x3 – 4x2 + 7 is 3.
The degree of the polynomial 4x45 – 6x3 + x is 45.
The degree of the polynomial 49 – x2 + x3 is 3.
Certain polynomials are given special names depending on the degree of the polynomial.
If the degree is 1, for example 3x – 7 we say that the expression is Linear.
If the degree is 2, for example 5x2 + x – 4 we say that the expression is a Quadratic.
If the degree is 3, for example x3 +7x2 + 2 we say that the expression is a Cubic.
If the degree is greater than 3 we call it a polynomial of degree n.
Page | 1
Topic 11 Polynomials
Example 1: Express each polynomial in descending order. Give the degree of each polynomial:
(a) 6x – 5 – 2x3
(b) 8 – y3
(c) 6x2 – 7x – x4 + 4
(d) 10y + y5
(e) x2 – 3x6 + 2x
(f) 5t – 10t2 – 6
Solution (a): 6x – 5 – 2x3
=
– 2x3 + 6x – 5
Degree = 3
=
– y3 + 8
Degree = 3
Solution (c): 6x2 – 7x – x4 + 4 =
– x4 + 6x2 – 7x + 4
Degree = 4
Solution (d):
Solution (b):
8 – y3
10y + y5
=
y5 + 10y
Degree = 5
Solution (e): x2 – 3x6 + 2x
=
– 3x6 + x2 + 2x
Degree = 6
Solution (f): 5t – 10t2 – 6
=
– 10t2 + 5t – 6
Degree = 2
Exercise 1:
1.
Which of the following algebraic expressions are polynomials.
(a)
2x5 – x2 + 3x
(b)
(d)
2y5 – 3y6 + 9
(e)
4x4.5 – 6x3 + x
(c)
49 –
(f)
7t– t2
2. Express each polynomial in descending order (its Standard Form).
Give the degree of each polynomial:
(a) 4x – 4x4
(b) 7y – y2
(c) 2x3 – x + 3x2 + 4
(d) b + b6
(e) 7c2 – 49c5 + 6
(f) 4d – d2– 1
Page | 2
Topic 11 Polynomials
2. Addition and Subtraction of polynomials
The process o adding or subtracting polynomials involves collecting like terms together and then
adding and subtracting them. What we mean when we say “like terms” is that we have terms
which contain the same powers of same variables. They may have different coefficients, but that
is the only difference.
You probably know that if you have an expression like 4 + 3x you cannot add those terms to
simplify it in any way. That’s because one term in a constant (the 4) and the other term has a
variable (the x). We say that these are not like terms and cannot be combined. On the other
hand it is possible to simplify the expression 4x + 5x to get 9x as we do have like terms and can
therefore combine them in the usual way.
It is also not possible to add 4x3 + 3x2 as x3 and x2 are completely different powers of x and are
not considered like terms on the other hand you can add 5x4 + 3x4 – 2x4 = 6x3 as these are all
the same powers of x and are considered like terms.
In order to add or subtract a polynomial you typically group like terms together and add or
subtract each group of like terms together.
Example 1: Simplify the algebraic expression 2x4 + 3x2 – 2x + 3x4 + 6x2 + 8x + 8
Solution:
This expression can be simplified by identifying like terms and then grouping and
combining like terms, so we have three groups of like terms
+ 2x4 and + 3x4 are like terms, and can be combined to give + 5x4
+ 3x2 and + 6x2 are like terms, and can be combined to give + 9x2
– 2x and + 8x are like terms, and can be combined to give + 6x
the constant + 8 is on its own so it will stay as + 8
So after simplifying, this expression becomes:
2x4 + 3x2 – 2x + 3x4 + 6x2 + 8x + 8
=
2x4 + 3x4 + 3x2 + 6x2 – 2x + 8x + 8
=
5x4 + 9x2 + 6x + 8
Example 2: Simplify the polynomial (6x3 – 5x) + (3x3 – 4x2)
Solution:
(6x3 – 5x) + (3x3 – 4x2)
=
6x3 + 3x3– 4x2– 5x
Rearrange like terms in order
=
9x3– 4x2– 5x
Add and subtract like terms
Page | 3
Topic 11 Polynomials
Example 3: Simplify the polynomial 5x3 – 5x4 + 2x3 – x4
Solution:
5x3 – 5x4 + 2x3 – x4
=
– 5x4 – x4 + 5x3 + 2x3
Rearrange like terms in order
=
– 6x4 + 7x3
Add and subtract like terms
Example 4: Add the polynomials ( 2y3 + 8y ) and ( y3 – 9y)
Solution:
( 2y3 + 8y ) + ( y3 – 9y)
=
2y3 + 8y + y3 – 9y
=
2y3 + y3 + 8y – 9y
Rearrange like terms in order
=
3y3 – y
Add and subtract like terms
When you subtract polynomials we need to be careful to subtract all the terms and not just the
first term. For example (6x3 – 3x + 1) – (x3 + 5x – 2) = 6x3 – 3x + 1 – x3 – 5x + 2
This is because we are subtracting all the terms in this bracket so – (x3 + 5x – 2) is the same as
– (x3 + 5x – 2)
=
– 1(x3 + 5x – 2) =
– x3 – 5x + 2.
As long as we pay attention to this fact subtraction of polynomials is a relatively straight forward
process.
Example 4: Simplify ( 2y3 + 8y ) – ( y3 – 9y)
Solution:
( 2y3 + 8y ) – ( y3 – 9y)
=
2y3 + 8y – y3 + 9y
=
2y3 – y3 + 8y + 9y
Rearrange like terms in order
=
y3 + 17y
Add and subtract like terms
Example 5: Subtract ( 2y3 + 8y ) from ( y3 – 9y)
Solution:
( y3 – 9y) – ( 2y3 + 8y )
=
y3 – 9y – 2y3 – 8y
=
y3 – 2y3 – 9y – 8y
Rearrange like terms in order
=
– y3 – 17y
Add and subtract like terms
Notice the order that we subtracted the two polynomials subtract ( 2y3 + 8y ) from ( y3 – 9y)
We have the polynomial ( 2y3 + 8y ) first and subtract the polynomial ( y3 – 9y) from it.
Page | 4
Topic 11 Polynomials
Exercise 2:
1.
Add the polynomials (5x3 – 4x) + (6x3 + 3x2)
2.
Simplify the following.
(a) (6x2 – 5x + 3) – (x2 + 8x – 1)
(b) 8x3 – 2x + x3 – 2x
(c) (5x4 + 2x2 ) + (–3x2 + x3)
(d) (x3 – 4x) – (–2x3 + 3x)
(e) (5x2 – 3x – 1) – (x2 – 4x + 1)
(f) (6x3 – 5x) + (3x3 – 4x2)
(g)
(6x2 – 5x + 3) – (x2 + 8x – 1)
(h) (4w2 – 4w – 8) – (2w2 + 3w – 6)
(i) (9x2 + 7x – 5) – (3x2 + 3.5)
(j) 8x3 – 2x + x3 – 2x
(k) (5x4 + 2x2 ) + (–3x2 + x3)
(l) (x3 – 4x) – (–2x3 + 3x)
(m) (5x2 – 3x – 1) – (x2 – 4x + 1)
(m) (6x3 – 5x) + (3x3 – 4x2)
(n) (6x2 – 5x + 3) – (x2 + 8x – 1)
(o) (5x2 – x – 1) – (–3x2 – 2x – 5)
(p) (– 5x2 – 2x ) – (2x2 – 7x + 9)
(q) (8x3 – 2x2 – 4x + 5) – (5x2 + 8)
(r) (2x3 – 4x2 + 5x – 7) – (3x +
3 2
x – 5)
5
(t) (d4 – 3d + 8) – (2d4 – 3d + 4)
3
Subtract (5x + 4) from (8x + 2)
4.
Add: (5x3 – 4x) + (6x3 + 3x2)
5.
Subtract: (5x2 – 2x + 3) from (x2 + 4x – 1)
6.
Subtract (5x – 6) from (2x2 – 4x + 8)
7.
Subtract: (x2 + 4x – 1) from (5x2 – 2x + 3)
8.
Subtract (2x2 – 4x + 8) from (5x – 6)
(s) (5x3 + 2x2 – x + 1) + (2x3 – 6x2 – x )
(u) 12p2 – 5p + p2 +3p – 7p2 – 2
Page | 5
Topic 11 Polynomials
3. Using the Distributive Law to simplify polynomials
The distributive law states that for all variables a,b and c
a(b + c) = ab + ac
The distributive law allows us a means of multiplying out parenthesis and to simplify the results.
Example 1: Use the distributive law to remove the parenthesis form the expression 5(x + 3).
Solution:
5(x + 3) =
=
5(x) + 5(3)
Use the distributive Law
15x + 15
Example 2: Use the distributive law to remove the parenthesis form the expression – 5(4x2 – 3).
Solution:
– 5(4x2 – 3) =
=
(– 5)(4x2) + (– 5)(– 3)
Use the distributive Law
– 20x2 + 15
Example 3: Use the distributive law to remove the parenthesis form the expression
– 2(4x2 + 3x – 7).
Solution:
– 2(4x2 + 3x – 7) =
=
(– 2)(4x2) + (– 2)(+ 3x) + (– 2)( –7) Use the distributive Law
– 8x2– 6x + 14
Example 4: Use the distributive law to remove the parenthesis form the expression 5x(2x2 + 4).
Solution:
5x(2x2 + 4) =
=
5(2x2) + 5(4)
Use the distributive Law
30x2 + 20
Example 5: Use the distributive law to remove the parenthesis form the expression
– x2(2x3 + x – 3).
Solution:
– x2(2x3 + x – 3) =
=
(– x2)(2x3) + (– x2)(x) + (– x2)(– 3) Use the distributive Law
– 2x5 – x3 + 3x2
Page | 6
Topic 11 Polynomials
When you simplify a polynomial expression you may also have to use the distributive law to
rearrange the expression first and then you can simplify the expression. In some cases, you may
have to perform other simplification before you can combine like terms.
Example 6: Simplify 4(2x – 3) – 4(x + 5)
Solution:
4(2x – 3) – 4(x + 5)
=
(4)(2x) +(4)(– 3) – 4(x) + (– 4)(5) Use the distributive Law
=
8x – 12 – 4x – 20
=
8x – 4x – 12 – 20
=
4x – 32
Rearrange like terms
Example 7: Simplify the algebraic expression 3b3 – 2(4b3 – 6b + 2) + 7
Solution:
The brackets in this expression can be removed first, and then the expression
may be simplified.
3b3 – 2(4b3 – 6b + 2) + 7 =
=
3b3 – 8b3 + 12b2 – 4 + 7
Use the distributive Law
– 5b3 + 12b2 + 3
Example 8: Simplify 2x3(2x – 5) – 3x(x2 + 5)
Solution:
2x3(2x – 5) – 3x(x2 +5x3) =
2x4 – 10x3 –3x3 – 15x4
Use the distributive Law
=
2x4 – 15x4 – 10x3 – 3x3
Rearrange like terms
=
– 13x4 – 13x3
Example 9: Simplify 7x(2 – 5x) – 3x3 + 5x
Solution:
7x(2 – 5x) – 3x3 – 14x
=
14x – 35x2 –3x3 – 14x
Use the distributive Law
=
– 3x3 – 35x2 + 14x – 14x
Rearrange like terms
=
– 3x3 – 35x2
Page | 7
Topic 11 Polynomials
Exercise 3:
1.
2.
Express each of the following as polynomials in their standard form.
(a) 3(x + 8)
(b) 2(4y2 + 9y)
(c) 2(3a3 + 4a2 + 9)
(d) 4x3(x – 6)
(e) a( 4 + 5a)
(f) –5c( 1 – 4c)
(g) –2d3(d – 7d2)
(h) 2(x2 + 7)
(i) x( 5x + 2x6)
(j) 2x2(4x – 3)
(k) –6x(2 – x3)
(l) 4x5(2x2 – x + 5)
(m) –2x2(3x2 – 4x + 2)
(n) –x2(4x2 – 2x + 1)
(o) 5x3(3x2 – x + 2)
(p) 4x5(2x2 – x + 5)
(q) 0.3x(2xy + 5x – 6y)
(r)
1
y( y 2 6 y 3x)
3
Express each of the following as polynomials in their standard form.
(a) 4(x3 – 6x) + 34x(x2 – 8)
(b) 5(3y2 + 4y) – 2(10y + 9)
(c) 2t(3t + 6) – 12(t2 + 3t + 8)
(d) 5t3(t – 3t2) + 5t2(t2 – t3)
Page | 8
Topic 11 Polynomials
4. Multiplication using FOIL.
In order to expand the multiplication of two parentheses we use the algebraic technique of FOIL.
This Mnemonic stands for First Outer Inner Last and gives us the systematic order in which you
perform the multiplication. The general multiplication is shown below.
Outer
First
(a + b)(c + d) = ac + ad + bc + db
Inner
Last
F
First:
This is the product of the first term in each parenthesis.
O
Outer:
I
Inner:
L
Last:
This is the product of the first term in the first parenthesis and the second term
in the second parenthesis.
This is the product of the second term in the first parenthesis and the first term
in the second parenthesis.
This is the product of the second term in the each parenthesis.
Example 1: Expand each of the following
(a) (x + 2)(x + 3)
(b) (a – 2)2
(c) (2r + 3)(r – 7)
(d) (2x + 2)(3x – 3)
(e) (4b – 3)2
(f) (5d – 2)(3d – 4)
(g) (0.5x + 1.4)(3.5x – 1)
(h) ( y – 1)2
(i) ( d – 3)( d – 5)
Solution (a):
(x + 2)(x + 3)
=
Solution (b):
(a – 2)2 =
Solution (c):
(2r + 3)(r – 7)
Solution (d):
(2x + 2)(3x – 3) =
x2 + 3x + 2x + 6 =
F O
I
L
(a – 2)(a – 2)
=
=
x2 + 5x + 6
a2 – 2a – 2a + 4
F O
I L
2r2 – 14r + 3r – 21
F
O
I
L
=
6x2 – 6x + 6x – 6 =
F O
I L
6x2 – 6
=
a2 – 4a + 4
2r2 – 11r – 21
Page | 9
Topic 11 Polynomials
Solution (e):
(4b – 3)2
=
=
(4b – 3)(4b – 3)
16b2 – 12b – 12b + 9
F
O
I
L
Solution (f):
(5d – 2)(3d – 4) =
Solution (g):
(0.5x + 1.4)(3.5x – 1) =
Solution (h):
( y – 1)2 =
( y – 1) ( y – 1)
=
y2 – y – y + 1
F O
I L
Solution (i):
( d – 3)( d – 5) =
15d2 – 20d – 6d + 8
F
O
I
L
=
16b2 – 24b + 9
=
15d2 – 26d + 8
1.75x2 – 0.5x + 4.9x – 1.4 =
F
O
I
L
1.75x2 + 4.4x – 1.4
y2 – y + 1
=
d2 – d – d + 15
F
O
I
L
=
d2 – d + 15
Example 2: Expand each of the following
(a) (x + 3y)(x + 4y)
(b) (3x – b)(x + 4b)
(c) (5y – 6x)2
(d) (4x – y)2
(e) (x2 – 3)(x – 3x2)
(f) (5xy + 4x)(5yx – 4x)
Solution (a): (x + 3y)(x + 4y) =
x2 + 4xy + 3xy + 12y2
F O
I L
Solution (b): (3x – b)(x + 4b)
=
Solution (c): (5y – 6x)2
Solution (d): (4x – y)2
=
x2 + 7xy + 12y2
3x2 + 12bx – bx – 4b2 =
F O
I
L
3x2 + 1bx – 4b2
=
=
(5y – 6x) (5y – 6x)
25y2 – 30xy – 30xy + 36x2
F
O
I L
=
=
(4x – y)(4x – y)
16x2 – 4xy – 4xy + y2
F
O
I L
Solution (e): (x2 – 3)(x – 3x2)
=
Solution (f): (5xy + 4x)(5yx – 4x) =
=
=
25y2 – 30xy + 36x2
16x2 – 8xy + y2
x3 – 3x4 – 3x + 9x2
F O I
L
25x2y2 – 20x2y + 20x2y – 16x2 =
F O
I L
25x2y2 – 16x2
Page | 10
Topic 11 Polynomials
Exercise 4:
1.
Multiply out and simplify the following.
(a) (x + 3)(x + 4)
(b) (3x – 1)(x + 4)
(c) (5 – 3x)(6 + 2x)
(d) (3x + 4)(3x – 2)
(e) (3x – 6)(4x – 2)
(f) (3x – 8)(2x + 3)
(g) (4x – 4)(7 – x)
(h) (5 – 6x)(2x – 7)
(i) (2x – 3)(3x + 2)
(j) (2x – 0.1)(x + 2.4)
(k) (x + 5)(x – 5)
(l) (x – 3)(x – 3)
(m) (5x + 4)(5x – 4)
(n) (4x + 3)(3x – 5)
(o) (3 – 2y)(2 + y)
(p) (3p + 6)(p – 1)
(q) (2z + 3)(z + 2)
(r) (5r – 7)(5r +7)
(s) (3x – 2)(2x – 1)
(t) (4x + 3)(3x – 5)
(u) (2a – 3)(5a + 1)
(w) (3x
(x) (a + 1)(2a + 4)
(v)
2.
(5x + 2)(2x – 5)
4.
5)
Which of the following is (2n + 2)(2n – 2) equivalent to
A. 4n2 – 4
3.
3)(x
B. 4n2 + 2n – 4
C. 4n2 – 4n – 4
D. 4n2 + 4n – 4
Multiply out and simplify the following squares.
(a) (x + 3)2
(b) (x – 1)2
(c) (5 – 3x)2
(d) (3x + 4)2
(e) (x – 6)2
(f) (3x – 8)2
(g) (4x – 5)2
(h) (5 – 6x)2
(j) (2x – 0.1)2
(k) (x + 5)2
(l) (3 – x)2
(m) (3 – 2x)2
Multiply out and simplify the following.
(a) (x + 3y)(x + 4y)
(b) (3x – b)(x + 4b)
(c) (5c – 3x)(6c + 2x)
(d) (3x + 4y)(3x – 2y)
(e) (3x – 6b)(4x – 2b)
(f) (3x – 8y)(2x + 3y)
(g) (4x – y)2
(h) (5y – 6x)2
(i) (2x – 3y)2
(j) (2x – 0.1y)2
(k) (x + 5y)2
(l) (x2 – 3)(x – 3x2)
(m) (5xy + 4x)(5yx – 4y)
(n) (4x + 3)(3x – 5)
(0) (2y2z + 3)(4y2z + 2)
Page | 11
Topic 11 Polynomials
5. Division of polynomials
In order to divide a polynomial by a constant we separate it into its component parts and divide
each separately with the constant.
Example 1: Simplify the following
(b) (–32x – 8)
(a)
Solution(a):
=
Solution(b): (–32x – 8)
4
Solution(c):
=
=
4
(c)
4x3 – 14x + 8
= – 8x – 2
=
=
– 2x2 + 5x
Example 2: Simplify the following
(b) (–32x2 – 2)
(a)
=
=
Solution(b): (–32x2 – 2)
4x =
= – 8x
=
=
(c)
6x2 – 4 +
Solution(a):
Solution(c):
4x
– 8+
Exercise 5: Simplify the following.
(a)
(d)
12 x 2 6 x 3
2
6x 4
2
(b)
(e)
2x 4
2
5x
4
5
(c) (–3x – 8)
(f)
6x 12 x 2
3
6 x 2 3x 1
3x 2
(g)
8x 12
4
(h)
6 x 4 10x 3 8x 2
2x2
(j)
(k)
8x 12
4x2
(l)
4 x 4 x 3 5x 2
2x3
(m)
4
6 x 6 3x 1
x4
Page | 12
Topic 11 Polynomials
Solutions
Exercise 1:
1.(a) Yes
(b) No
(c) No
(d) Yes
(e) No
(f) Yes
4
2
2.(a) – 4x + 4x Degree = 4 (b) – y + 7y Degree = 2
(c) 2x3 + 3x2 – x + 4 Degree = 3
Degree = 2
2.(d) b6 + 6 Degree = 6
(e) – 49c5 + 7c2 + 6 Degree = 5 (f) – d2 + 4d– 1
Exercise 2:
1. 11x3 + 3x2– 4x
2.(a) 11x2 – 13x + 4
(d) 3x3 – 7x
(b) 9x3 – 4x
(c) 5x4 + x3– x2
2
3
2
2
2.(e) 4x + x – 2
(f) 9x – 4x – 5x
(g) 5x – 13x + 4
(h) 2w2 – 7w – 2
(j) 9x3 – 4x
2.(i) 6x2 + 7x – 8.5
(k) 5x4 + x3– x2
(l) 5x3 – 7x
2
2.(m) 4x 2+ x – 2
(n) 9x 3 – 4x 2– 5x
5x
–
13x
+
2
(o)
(p) 8x2 + x + 4
17 x2 + 5x – 2
2.(q) – 7x2 + 5x – 9
(r) 8x3 – 7x2 – 4x – 3
(s) 2x3 –
5
2.(t) 7x3 – 4x2 – 2x + 2
(u)– d4 – 3d + 4
(v) 6p2 – 2p – 2
3. 3x – 2 4. 11x3 + 3x2 – 4x 5. –4x2 + 6x – 4 6. 2x2 – 9x + 14 7. 4x2 – 6x + 4
8. –2x2 +
9x – 14
Exercise 3:
1.(a) 3x + 24
(b) 8y2 + 18y
(c) 6a3 + 8a2 + 18
(d) 4x4 – 24 x3
2
2
4
2
(f)
–5c
+
20c
(g)
–
2d
+
14d
1.(e) 4a + 5a
(h) 2x2 + 14
1.(i) 5x2 + 2x7
(j) 8x3 – x2
(k) – 12x + 6x4
(l) 4x5(2x2 – x + 5)
5
4
1.(m) – 6x4+ 8x3 – 4x 2
(n) – 4x 4 + 2x 3– x 2
(o) 15x – 5x + 10x3
1 3
(r) y 6 y 2 xy
1.(p) 8x7– 6x6 + 20x5
(q) 0.6x2y + 1.5x2 – 1.8xy
3
2.(a) 38x3 – 296x
(b) 15y2 – 18
(c) – 30t3 – 12t2 + 12t – 96
(d) – 20t5 + 10t4
Exercise 4:
1.(a) x2 + 7x + 12
(b) 3x2 + 6x – 4
(c) – 6x2 – 8x + 30
(d) 9x2 + 6x – 8
1.(e) 12x2 – 30x – 8 (f) 6x2 – 7x – 24
(g) – 4x2 + 32x – 28
(h) – 12x2 + 52x – 35
1.(i) 6x2 – 5x – 6
(j) 2x2 + 4.7x – 0.24 (k) x2 – 25
(l) x2 – 6x + 9
1.(m) 25x2 – 16
(n) 12x2 – 11x – 15 (o) – 2y2 – y + 6
(p) 3p2 + 3p – 6
1.(q) 2z2 + 7z + 6
(r) 25r2 – 49
(s) 6x2 – 7x + 2
(t) 12x2 – 11x – 15
1.(u) 10a2 – 13a – 3 (v) 10x 2 – 21x – 10 (w) 3x 2– 18x + 15
(x) 2a2 + 6a + 4
2. A
3.(a) x2 + 6x + 9
(b) x2 – 2x + 1
(c) 9x2 – 30x + 25
(d) 9x2 + 24x + 16
2
2
2
3.(e) x – 12x + 36
(f) 9x – 48x + 64
(g) 16x – 40x + 25
(h) 36x2 – 60x + 25
3.(j) 4x2 – 0.4x + 0.01 (k) x2 + 10x + 25
(l) x2 – 6x + 9
(m) 4x2 – 12x + 9
2
2
2
2
(b) 3x + 6xb – 4b
4.(a) x + 7xy + 12y
(c) 30c2 – 8xc – 6x2
4.(d) 9x2 + 6xy – 8y2
(e) 12x2 – 30xb + 12b2
(f) 6x2 – 7xy – 24y2
4.(g) 16x2 – 8xy + 64y2
(h) 25y 2– 60xy + 36x 2
(i) 4x2 – 12xy + 9y2
4.(j) 4x2 – 0.4xy + 0.01y2
(k) x2 + 10xy + 25y2
(l) x3 + 18x2 – 3x
4.(m) 25x2y2 – 20xy2 + 20x2y – 4xy (n) 12x2 – 11x – 15
(o) 8y4z2 + 16y2z + 6
Exercise 5:
(d) – 3x + 2 (e) – x +
(a) 6x2 – 3x + (b) x + 2 (c)
(f) – 2x + 4x2 (g) 2x – 3
(h) 3x2 – 5x + 4
(j)
(k)
(l)
(m)
Page | 13
Download