ALGEBRA FORMULAS - SPECIAL PRODUCTS, EXAMPLES, EXERCISE, LINKS TO OTHER FORMULAS
Please study
Polynomials before Algebra Formulas,
if you have not already done so.
There, we discussed definition, simplified form, addition,
subtraction, multiplication etc. of Polynomials.
That knowledge is a prerequisite here.
Here, We deal with Some Special Products in Polynomials.
Certain products of Polynomials occur more often
in Algebra. They are to be considered specially.
These are to be remembered as Formulas in Algebra.
Remembering these formulas in Algebra is as important
as remembering multiplication tables in Arithmetic.
We give a list of these Formulas and Apply
them to solve a Number of problems.
We give Links to other Formulas in Algebra.
Here is the list of Algebra Formulas in
Polynomials which are very useful in Algebra.
Algebra Formulas in Polynomials :
Algebra Formula 1 in Polynomials:
Square of Sum of Two Terms:
(a + b)2 = a2 + 2ab + b2
Algebra Formula 2 in Polynomials:
Square of Difference of Two Terms:
(a - b)2 = a2 - 2ab + b2
Algebra Formula 3 in Polynomials:
Product of Sum and Difference of Two Terms:
(a + b)(a - b) = a2 - b2
Algebra Formula 4 in Polynomials:
Product giving Sum of Two Cubes:
(a + b)(a2 - ab + b2) = a3 + b3
Algebra Formula 5 in Polynomials:
Product giving Difference of Two Cubes:
(a - b)(a2 + ab + b2) = a3 - b3
Algebra Formula 6 in Polynomials:
Cube of Sum of Two Terms:
(a + b)3 = a3 + 3a2b + 3ab2 + b3 = a3 + 3ab(a + b) + b3
Algebra Formula 7 in Polynomials:
Cube of Difference of Two Terms:
(a - b)3 = a3 - 3a2b + 3ab2 - b3 = a3 - 3ab(a - b) - b3
Algebra Formula 8 in Polynomials:
Square of Sum of Three Terms:
(a + b + c)2 = a2 + b2 + c2 + 2ab + 2bc + 2ca
Algebra Formula 9 in Polynomials:
Product giving Sum of Cubes of Three Terms minus Three times the Product of the Three Terms:
(a + b + c)(a2 + b2 + c2 - ab - bc - ca) = a3 + b3 + c3 - 3abc
Algebra Formula 10 in Polynomials:
Product of Two Simple Linear Polynomials:
(x + a)(x + b) = x2 + x(a + b) + ab
Algebra Formula 11 in Polynomials:
Product of Two General Linear Polynomials:
(ax + b)(cx + d) = acx2 + x(ad + bc) + bd
Algebra Formula 12 in Polynomials:
Product of Three Simple Linear Polynomials:
(x + a)(x + b)(x + c) = x3 + x2(a + b + c) + x(ab + bc + ca) + abc
Here a, b, c, d, x are all real numbers.
Each of the letters in fact represent a TERM.
e.g. The above Algebra Formula 1 can be stated as
(First term + Second term)2 = (First term)2 + 2(First term)(Second term) + (Second term)2
Similarly in other Algebra Formulas also,
we can replace each of the letters by a TERM.
Proofs of Algebra Formulas in Polynomials :
Let us prove each of the Algebra formulas.
Proof of Algebra Formula 1:
To Prove:
(a + b)2 = a2 + 2ab + b2
L.H.S. = (a + b)2 = (a + b)(a + b) = a(a + b) + b(a + b)
= a.a + a.b + b.a + b.b = a2 + (ab + ab) + b2
= a2 + 2ab + b2 = R.H.S. (Proved.)
Proof of Algebra Formula 2:
To Prove:
(a - b)2 = a2 - 2ab + b2
Here we can directly prove as in Formula 1 above.
(I leave this as exercise for the reader.)
or, we can make use of Formula 1 to prove this.
Replacing b in Formula 1 by (-b), we get
{a + (-b)}2 = a2 + 2a(-b) + (-b)2
⇒ (a - b)2 = a2 - 2ab + b2 (Proved.)
Proof of Algebra Formula 3:
To Prove:
(a + b)(a - b) = a2 - b2
L.H.S. = (a + b)(a - b)
= a(a - b) + b(a - b)
= a.a - a.b + b.a - b.b
= a2 + (-ab + ab) - b2 = a2 - b2 = R.H.S. (Proved.)
Proof of Algebra Formula 4:
To Prove:
(a + b)(a2 - ab + b2) = a3 + b3
L.H.S. = (a + b)(a2 - ab + b2)
= a(a2 - ab + b2) + b(a2 - ab + b2)
= a(a2) - a(ab) + a(b2) + b(a2) - b(ab) + b(b2)
= a3 - a2b + ab2 + ba2 - b2a + b3
= a3 + (- a2b + ba2) + (ab2 - b2a) + b3
The terms in brackets are same and cancel each other.
∴ L.H.S. = a3 + b3 = R.H.S. (Proved.)
Proof of Algebra Formula 5:
To Prove:
(a - b)(a2 + ab + b2) = a3 - b3
Here we can directly prove as in Formula 4 above.
(I leave this as exercise for the reader.)
or, we can make use of Formula 4 to prove this.
Replacing b in Formula 4 by (-b), we get
{a + (-b)}{a2 - a(-b) + (-b)2} = a3 + (-b)3
⇒ (a - b)(a2 + ab + b2) = a3 - b3 = R.H.S. (Proved.)
Proof of Algebra Formula 6:
To Prove:
(a + b)3 = a3 + 3a2b + 3ab2 + b3
L.H.S. = (a + b)3 = (a + b)(a + b)2
Using Formula 1 here, we get
L.H.S. = (a + b)(a2 + 2ab + b2)
= a(a2 + 2ab + b2) + b(a2 + 2ab + b2)
= a(a2) + a(2ab) + a(b2) + b(a2) + b(2ab) + b(b2)
= a3 + 2a2b + ab2 + ba2 + 2ab2 + b3
= a3 + (2a2b + ba2) + (ab2 + 2ab2) + b3
= a3 + 3a2b + 3ab2 + b3 = R.H.S. (Proved.)
Proof of Algebra Formula 7:
To Prove:
(a - b)3 = a3 - 3a2b + 3ab2 - b3
Here we can prove as in Formula 6 above.
(I leave this as exercise for the reader.)
or, we can make use of Formula 6 to prove this.
Replacing b in Formula 6 by (-b), we get
{a + (-b)}3 = a3 + 3a2(-b) + 3a(-b)2 + (-b)3
⇒ (a - b)3 = a3 - 3a2b + 3ab2 - b3 = R.H.S. (Proved.)
Proof of Algebra Formula 8:
To Prove:
(a + b + c)2 = a2 + b2 + c2 + 2ab + 2bc + 2ca
L.H.S. = (a + b + c)2 = { (a + b) + c }2
Applying Formula1 here,
treating (a + b) as first term and c as second term, we get
L.H.S. = (a + b)2 + 2(a + b)c + c2
= a2 + 2ab + b2 + 2(ac + bc) + c2
= a2 + b2 + c2 + 2ab + 2bc + 2ca = R.H.S. (Proved.)
Proof of Algebra Formula 9:
To Prove:
(a + b + c)(a2 + b2 + c2 - ab - bc - ca) = a3 + b3 + c3 - 3abc
L.H.S. = a(a2 + b2 + c2 - ab - bc - ca) + b(a2 + b2 + c2 - ab - bc - ca)
+ c(a2 + b2 + c2 - ab - bc - ca)
= (a.a2 + a.b2 + a.c2 - a.ab - a.bc - a.ca)
+ (b.a2 + b.b2 + b.c2 - b.ab - b.bc - b.ca)
+ (c.a2 + c.b2 + c.c2 - c.ab - c.bc - c.ca)
= (a3 + ab2 + ac2 - a2b - abc - a2c)
+ (ba2 + b3 + bc2 - ab2 - b2c - abc) + (ca2 + cb2 + c3 - abc - bc2 - c2a)
= (a3 + b3 + c3 - abc - abc - abc)
+ (ab2 - ab2)
+ (ac2 - c2a)
+ ( - a2c + ca2)
Cancelling the same terms with opposite signs, we get
L.H.S. = (a3 + b3 + c3 - 3abc) = R.H.S. (Proved.)
Proof of Algebra Formula 10:
To Prove:
(x + a)(x + b) = x2 + x(a + b) + ab
L.H.S. = (x + a)(x + b) = x(x + b) + a(x + b) = x.x + x.b + a.x + a.b
= x2 + x(a + b) + ab = R.H.S. (Proved.)
Proof of Algebra Formula 11:
To Prove:
(ax + b)(cx + d) = acx2 + x(ad + bc) + bd
L.H.S. = (ax + b)(cx + d) = ax(cx + d) + b(cx + d)
= ax.cx + ax.d + b.cx + b.d
= acx2 + x(ad + bc) + bd = R.H.S. (Proved.)
Proof of Algebra Formula 12:
To Prove:
(x + a)(x + b)(x + c) = x3 + x2(a + b + c) + x(ab + bc + ca) + abc
L.H.S. = (x + a)(x + b)(x + c) = (x + a){(x + b)(x + c)}
Applying Formula 10 here, we get
L.H.S. = (x + a){x2 + x(b + c) + bc}
= x{x2 + x(b + c) + bc} + a{x2 + x(b + c) + bc}
= x.x2 + x.x(b + c) + x.bc + a.x2 + a.x(b + c) + a.bc
= x3 + x2(b + c) + xbc + ax2 + x(ab + ac) + a.bc
= x3 + x2(a + b + c) + x(ab + bc + ca) + abc = R.H.S. (Proved.)
Example 1 of Algebra Formulas
If 3x + 4y = 12 and xy = 2, find (i) 9x2 + 16y2
(ii) 27x3 + 64y3
Solution:
(i) Let P = 9x2 + 16y2 = (3x)2
+ (4y)2
This looks like a2 + b2 with 3x in place of a and 4y in place of b
So the problem becomes finding a2 + b2
given (a + b) and ab{= (3x)(4y) = 12xy = 12(2)}
We know
a2 + 2ab + b2 = (a + b)2 (See Formula 1)
⇒ a2 + b2 = (a + b)2 - 2ab
Applying this here to find P, we get
P = (3x)2 + (4y)2 = (3x + 4y)2 - 2(3x)(4y)
= (3x + 4y)2 - 24xy
By data, 3x + 4y = 12 and xy = 2
Using these values here to find P, we get
P = (12)2 - 24(2) = 144 - 48 = 96. Ans.
(ii) Let P = 27x3 + 64y3
we know 27 = 3 x 3 x 3 = 33 ⇒ 27x3
= 33x3 = (3x)3;
64 = 4 x 4 x 4 = 43 ⇒ 64y3
= 43y3 = (4y)3;
∴ P = (3x)3 + (4y)3
This looks like a3 + b3 with 3x in place of a and 4y in place of b
So the problem becomes finding a3 + b3
given (a + b) and ab {= (3x)(4y) = 12xy = 12(2)}
We know
a3 + 3ab(a + b) + b3 = (a + b)3
(See Formula 6)
⇒ a3 + b3 = (a + b)3 - 3ab(a + b)
Applying this here to find P, we get
P = (3x)3 + (4y)3 = (3x + 4y)3 - 3(3x)(4y)(3x + 4y)
= (3x + 4y)3 - 36xy(3x + 4y)
By data, 3x + 4y = 12 and xy = 2
Using these values here to find P, we get
P = (12)3 - 36(2)(12) = 144 x 12 - 144 x 6
= 144(12 - 6) = 144 x 6 = 864. Ans.
Example 2 of Algebra Formulas
If (x - 1⁄x) = 4, find (i) x2 + 1⁄x2
(ii) x4 + 1⁄x4
(iii) x3 - 1⁄x3
Solution:
(i) Let P = x2 + 1⁄x2 = x2 + (1⁄x)2
This looks like a2 + b2 with x in place of a and (1⁄x) in place of b
So the problem becomes finding a2 + b2
given (a - b) and ab {= (x)(1⁄x) = 1}
We know
a2 - 2ab + b2 = (a - b)2 (See Formula 2)
⇒ a2 + b2 = (a - b)2 + 2ab
Applying this here to find P, we get
P = x2 + (1⁄x)2 = (x - 1⁄x)2 + 2(x)(1⁄x)
= (x - 1⁄x)2 + 2(1) = (x - 1⁄x)2 + 2
By data, (x - 1⁄x) = 4
Using this value here to find P, we get
P = (4)2 + 2 = 16 + 2 = 18
∴ x2 + 1⁄x2 = 18. Ans.
(ii) Let P = x4 + 1⁄x4 = (x2)2 + (1⁄x2)2
This looks like a2 + b2 with (x2) in place of a and (1⁄x2) in place of b
So the problem becomes finding a2 + b2
given (a + b) { = x2 + 1⁄x2 = 18 from (i) } and ab {= (x2)(1⁄x2) = 1}
We know
a2 + 2ab + b2 = (a + b)2 (See Formula 1)
⇒ a2 + b2 = (a + b)2 - 2ab
Applying this here to find P, we get
P = (x2)2 + (1⁄x2)2
= (x2 + 1⁄x2)2 - 2(x2)(1⁄x2)
= (x2 + 1⁄x2)2 - 2(1) = (x2 + 1⁄x2)2 - 2
From the result found in (i), (x2 + 1⁄x2) = 18.
Using this value here to find P, we get
P = (18)2 - 2 = 324 - 2 = 322
∴ x4 + 1⁄x4 = 322. Ans.
(iii) Let P = x3 - 1⁄x3 = x3 - (1⁄x)3
This looks like a3 - b3 with x in place of a and (1⁄x) in place of b
So the problem becomes finding a3 - b3
given (a - b) { = (x - 1⁄x) = 4 by data} and ab {= (x)(1⁄x) = 1}
We know
a3 - 3ab(a - b) - b3 = (a - b)3
(See Formula 7)
⇒ a3 - b3 = (a - b)3 + 3ab(a - b)
Applying this here to find P, we get
P = (x)3 - (1⁄x)3
= (x - 1⁄x)3 + 3(x)(1⁄x)(x - 1⁄x)
= (x - 1⁄x)3 + 3(1)(x - 1⁄x)
By data, x - 1⁄x= 4
Using these values here to find P, we get
P = (4)3 + 3(4) = 64 + 12 = 76. Ans.
Example 3 of Algebra Formulas
Find (i) 9972 (ii) 9973 using Algebra Formulas
Solution:
(i) Let P = 9972
997 is nearer to 1000. We can write 997 = 1000 - 3.
∴ P = (1000 - 3)2;
This looks like (a - b)2 with (1000) in place of a and (3) in place of b
We have
(a - b)2 = a2 - 2ab + b2 (See Formula 2)
∴ P = (1000 - 3)2 = (1000)2 - 2(1000)(3) + (3)2
= 1000000 - 6000 + 9
= 1000(1000 - 6) + 9 = 1000(994) + 9
= 994000 + 9 = 994009. Ans.
(ii) Let P = 9973 = (1000 - 3)3
This looks like (a - b)3 with (1000) in place of a and (3) in place of b
We have
(a - b)3 = a3 - 3a2b + 3ab2 - b3
(See Formula 7)
∴ P = (1000 - 3)3 = (1000)3 - 3(1000)2(3) + 3(1000)(3)2 - (3)3
= (1000) {(1000)2 - 9000 + 27} - 27
= (1000) [(1000){(1000) - 9} + 27] - 27
= (1000) [(1000){991} + 27] - 27 = (1000) [{991000} + 27] - 27
= (1000) [{991027}] - 27 = 991027000 - 27 = 991026973. Ans.
Example 4 of Algebra Formulas
Find (i) (100.5)2 (ii) (100.5)3 using Algebra Formulas
Solution:
(i) Let P = (100.5)2 = (100 + 0.5)2
This looks like (a + b)2 with (100) in place of a and (0.5) in place of b
We have
(a + b)2 = a2 + 2ab + b2 (See Formula 1)
∴ P = (100 + 0.5)2 = (100)2 + 2(100)(0.5) + (0.5)2
= 10000 + 100 + 0.25 = 100(100 + 1) +0.25
= 10100 + 0.25 = 10100.25.Ans.
(ii) Let P = (100.5)3 = (100 + 0.5)3
This looks like (a + b)3
with (100) in place of a and (0.5) in place of b
We have
(a + b)3 = a3 + 3a2b + 3ab2 + b3
(See Formula 7)
∴ P = (100 + 0.5)3
= 1003 + 3(100)2(0.5) + 3(100)(0.5)2 + (0.5)3
= (100)2 (100 + 1.5) + 75 + 0.125 = (101.5)10000 + 75.125
= 1015000 + 75.125 = 1015075.125 Ans.
Example 5 of Algebra Formulas
Find (2x - 3y)(2x + 3y)(4x2 + 9y2) and verify the result for x = -1, y = 1.
Solution:
Let P = (2x - 3y)(2x + 3y)(4x2 + 9y2)
(2x - 3y)(2x + 3y) looks like (a - b)(a + b) with 2x in place of a and 3y in place of b
We have
(a - b)(a + b) = (a + b)(a - b) = a2 - b2 (See Formula 3)
∴ (2x - 3y)(2x + 3y) = (2x)2 - (3y)2 = (4x2 - 9y2)
Using this in P, we get
P = (4x2 - 9y2)(4x2 + 9y2)
This again looks like (a - b)(a + b)
with 4x2 in place of a and 9y2 in place of b
So, Applying Formula 3 again, we get
P = (4x2)2 - (9y2)2
= 16x4 - 81y4. Ans.
Verifying the result for x = -1, y = 1 :
We have
(2x - 3y)(2x + 3y)(4x2 + 9y2) = (16x4 - 81y4)
For x = -1, y = 1, L.H.S. = (2x - 3y)(2x + 3y)(4x2 + 9y2)
= {2(-1) - 3(1)}{2(-1) + 3(1)}{4(-1)2 + 9(1)2)
= {-5}{1}{4 + 9} = -5 x 13 = -65
For x = -1, y = 1, R.H.S. = {16(-1)4 - 81(1)4)}
= 16 - 81 = -65
∴ L.H.S. = R.H.S. (Verified.)
Example 6 of Algebra Formulas
Find 109 x 91 using Algebra Formula
Solution:
As you can see, the given product is
product of sum and difference of two numbers,
to which we can apply Formula 3.
Let P = 109 x 91 = (100 + 9)(100 - 9)
We have
(a + b)(a - b) = a2 - b2 (See Formula 3)
∴ P = (100 + 9)(100 - 9) = (100)2 - (9)2
= 10000 - 81 = 9919. Ans.
Example 7 of Algebra Formulas
Find by what expression we should multiply
(16x2 - 20xy + 25y2)
to get the result as sum of two cubes.
Solution:
Let P = (16x2 - 20xy + 25y2) = (4x)2 - (4x)(5y) + (5y)2
This looks like (a2 - ab + b2) with (4x) in place of a and (5y) in place of b
We have
(a + b)(a2 - ab + b2) = a3 + b3 (See Formula 4)
⇒ (a2 - ab + b2) is to be multiplied with (a + b)
to get (a3 + b3) which is the sum of two cubes.
∴ P is to be multiplied with (4x + 5y)
to get the result as sum of two cubes. Ans.
Example 8 of Algebra Formulas
Find the quotient
(27x3 - 64)÷(9x2 + 12x + 16) without actual division.
Solution:
Let P = (27x3 - 64)÷(9x2 + 12x + 16)
We know 27 = 3 x 3 x 3 = 33 ⇒27x3
= 33x3 = (3x)3
64 = 4 x 4 x 4 = 43
∴ Numerator of P = (27x3 - 64) = (3x)3 - 43
This looks like (a3 - b3) with (3x) in place of a and (4) in place of b
Denominator of P = (9x2 + 12x + 16) = (3x)2 + (3x)(4) + 42
This looks like (a2 + ab + b2) with (3x) in place of a and (4) in place of b
We have
(a3 - b3) = (a - b)(a2 + ab + b2) (See Formula 5)
⇒ (a3 - b3)÷(a2 + ab + b2) = (a - b)
P is like the L.H.S. of this with (3x) in place of a and (4) in place of b
∴ P = (3x - 4) Ans.
Example 9 of Algebra Formulas
If 2x + 3y - 4z = 10 and 3xy - 6yz - 4zx = 15, find 4x2 + 9y2 + 16z2.
Solution:
Let P = 4x2 + 9y2 + 16z2
= (2x)2 + (3y)2 + (4z)2
This looks like a2 + b2 + c2
with (2x) in place of a, (3y) in place of b and (4z) in place of c
Then the given data looks like a + b - c = 10 and (1⁄2 )(ab - bc - ca) = 15
We have
(a + b + c)2 = a2 + b2 + c2 + 2ab + 2bc + 2ca (See Formula 8)
Putting (-c) in place of c, we get
(a + b - c)2 = a2 + b2 + (-c)2 + 2ab + 2b(-c) + 2(-c)a (See Formula 8)
= a2 + b2 + c2 + 2ab - 2bc - 2ca
⇒ a2 + b2 + c2
= (a + b - c)2 - 2(ab - bc - ca)
Applying this to P, we get
P = (2x)2 + (3y)2 + (4z)2
= (2x + 3y - 4z)2 - 2{(2x)(3y) - (3y)(4z) - (4z)(2x)}
= (2x + 3y - 4z)2 - 2 x 2{(x)(3y) - (3y)(2z) - (4z)(x)}
= (2x + 3y - 4z)2 - 4{(3xy) - (6yz) - (4zx)}
By data, 2x + 3y - 4z = 10 and 3xy - 6yz - 4zx = 15
Using these in P, we get
P = (10)2 - 4(15) = 100 - 60 = 40. Ans.
Example 10 of Algebra Formulas
Find the quotient
(x3 + 27y3 + 8z3 - 18xyz)÷(x + 3y + 2z)
without actual division.
Solution:
We have
a3 + b3 + c3 - 3abc = (a + b + c)(a2 + b2 + c2 - ab - bc - ca) [See Formula 9]
⇒ (a3 + b3 + c3 - 3abc)÷(a + b + c) = (a2 + b2 + c2 - ab - bc - ca).....(i)
Let P = (x3 + 27y3 + 8z3 - 18xyz)÷(x + 3y + 2z)
= {x3 + (3y)3 + (2z)3 - 3(x)(3y)(2z)}÷(x + 3y + 2z)
This looks like Equation (i)
with x in place of a, 3y in place of b and 2z in place of c
Applying Equation (i) here, we get
P = {x3 + (3y)3 + (2z)3 - 3(x)(3y)(2z)}÷(x + 3y + 2z)
= {(x)2 + (3y)2 + (2z)2 - (x)(3y) - (3y)(2z) - (2z)(x)}
= {x2 + 9y2 + 4z2 - 3xy - 6yz - 2zx} Ans.
Example 11 of Algebra Formulas
Find the products
(i) (x + 1)(x - 3) (ii) (2x + 5)(5x - 3) (iii) (x + 2)(x + 4)(x + 5)
using the Algebra Formulas.
Solution:
(i) Let P = (x + 1)(x - 3)
We have
(x + a)(x + b) = x2 + x(a + b) + ab [See Formula 10]
Comparing P with this Formula, a = 1 and b = -3
∴ P = (x + 1)(x - 3)
= x2 + x{1 + (-3)} + {(1)(-3)}
= x2 + x{-2} + {(-3)}
= x2 - 2x - 3 Ans.
(ii) Let P = (2x + 5)(5x - 3)
We have
(ax + b)(cx + d) = acx2 + x(ad + bc) + bd
Comparing P with this Formula, a = 2, b = 5, c = 5 and d = -3
∴ P = (2x + 5)(5x - 3) = (2)(5)x2 + x{(2)(-3) + (5)(5)} + (5)(-3)
= 10x2 +19x - 15. Ans.
Example 12 of Algebra Formulas
If l + m + n = 0, prove that l3 + m3 + n3 = 3lmn
Solution:
l + m + n = 0 ⇒ l + m = -n .........(i)
Cubing both sides, we get
(l + m)3 = (-n)3
⇒ l3 + m3 + 3lm(l + m) = -n3 [See Formula 6]
Using the value of (l + m) from (i), we get
l3 + m3 + 3lm(-n) = -n3
⇒ l3 + m3 - 3lmn = -n3
⇒ l3 + m3 + n3 = 3lmn (Proved.)
Other Algebra Formulas
The Following Links take you to other Algebra Formulas.
Formulas in Exponents
Formulas in Logarithms
Quadratic Formula
Exercise 1 : Algebra Formulas
- If 2x - 3y = 10 and xy = 3, find (i) 4x2 + 9y2 (ii) 8x3 - 27y3
- If x + 1⁄x = 5, find (i)x2 + 1⁄x2 (ii) x4 + 1⁄x4 (iii) x3 + 1⁄x3
- Find (i) 10022 (ii) 10023 using Algebra Formulas
- Find (i) (99.5)2 (ii) (99.5)3 using Algebra Formulas
- Find (p - 4q)(p + 4q)(p2 + 16q2)
and verify the result for p = 2, q = 1.
- Find (30.5) x (29.5) using Algebra Formula
- Find the product
(2x + 3y)(4x2 - 6xy + 9y2)
without actual multiplication
- Find the quotient
(8x3 - 343)÷(2x - 7)
without actual division.
- If x + 2y + 3z = 12 and x2 + 4y2 + 9z2 = 44, find 2xy + 6yz + 3zx
- Find the quotient
(l3 + 27m3 + 343n3 - 63lmn)÷(l2 + 9m2 + 49n2 - 3lm - 21mn - 7nl)
without actual division.
- Find the products
(i) (x - 9)(x - 7) (ii) (5x + 2)(7x + 5) (iii) (x - 3)(x - 8)(x + 6)
using the Algebra Formulas.
- If p + q = r, prove that p3 + q3 + 3pqr = r3
For Answers See at the bottom of the page.
Answers to Exercise 1 : Algebra Formulas
- (i) 136 (ii) 1540
- (i) 23 (ii) 527 (iii) 110
- (i) 1004004 (ii) 1006012008
- (i) 9900.25 (ii) 985074.875
- p4 - 256q4 and -240 = -240
- 899.75
- 8x3 + 27y3
- 4x2 + 14x + 49
- 50
- l + 3m + 7n
- (i) x2 -16x + 63 (ii) 35x2 + 39x + 10
(iii) x3 - 5x2 - 42x + 144


|