What is Euclid Division Algorithm

What is Euclid Division Algorithm

Euclid’s Division Lemma:
For any two positive integers a and b, there exist unique integers q and r satisfying a = bq + r, where 0 ≤ r < b.
For Example
(i) Consider number 23 and 5, then:
23 = 5 × 4 + 3
Comparing with a = bq + r; we get:
a = 23, b = 5, q = 4, r = 3
and 0 ≤ r < b (as 0 ≤ 3 < 5).
(ii)  Consider positive integers 18 and 4.
18 = 4 × 4 + 2
⇒ For 18 (= a) and 4(= b) we have q = 4,
r = 2 and  0 ≤ r < b.
In the relation a = bq + r, where 0 ≤ r < b is nothing but a statement of the long division of number a by number b in which q is the quotient obtained and r is the remainder.
Thus, dividend = divisor × quotient + remainder ⇒ a = bq + r
H.C.F. (Highest Common Factor)
The H.C.F. of two or more positive integers is the largest positive integer that divides each given positive number completely.
i.e., if positive integer d divides two positive integers a and b then the H.C.F. of a and b is d.
For Example
(i)   14 is the largest positive integer that divides 28 and 70 completely; therefore H.C.F. of 28 and 70 is 14.
(ii) H.C.F. of 75, 125 and 200 is 25 as 25 divides each of 75, 125 and 200 completely and so on.
Using Euclid’s Division Lemma For Finding H.C.F.
Consider positive integers 418 and 33.
Step-1
Taking bigger number (418) as a and smaller number (33) as b
express the numbers as a = bq + r
⇒ 418 = 33 × 12 + 22 
Step-2
Now taking the divisor 33 and remainder 22; apply the Euclid’s division algorithm to get:
33 = 22 × 1 + 11   [Expressing as a = bq + r]
Step-3
Again with new divisor 22 and new remainder 11; apply the Euclid’s division algorithm to get:
22 = 11 × 2 + 0
Step-4
Since, the remainder = 0 so we cannot proceed further.
Step-5
The last divisor is 11 and we say H.C.F. of 418 and 33 = 11
Verification :
(i) Using factor method:
∴ Factors of 418 = 1, 2, 11, 19, 22, 38, 209 and 418 and,
Factor of 33 = 1, 3, 11 and 33.
Common factors = 1 and 11
⇒ Highest common factor = 11 i.e., H.C.F. = 11
(ii)  Using prime factor method:
Prime factors of 418 = 2, 11 and 19.
Prime factors of 33 = 3 and 11.
∴ H.C.F. = Product of all common prime factors  = 11.
For any two positive integers a and b which can be expressed as a = bq + r, where 0 ≤ r < b, the, H.C.F. of (a, b) = H.C.F. of (q, r) and so on. For number 418 and 33
418 = 33 × 12 + 22
33 = 22 × 1 + 11
and 22 = 11 × 2 + 0
⇒ H.C.F. of (418, 33) = H.C.F. of (33, 22)
⇒ H.C.F. of (22, 11) = 11.

Euclid Division Algorithm Example Problems With Solutions

Example 1:    Using Euclid’s division algorithm, find the H.C.F. of 135 and 225
Sol.    Starting with the larger number i.e., 225, we get:
225 = 135 × 1 + 90
Now taking divisor 135 and remainder 90, we get
135 = 90 × 1 + 45
Further taking divisor 90 and remainder 45, we get
90 = 45 × 2 + 0
∴ Required H.C.F. = 45  

Example 2:   Using Euclid’s division algorithm, find the H.C.F. of 196 and 38220
Sol.    Starting with larger number 38220, we get:
38220 = 196 × 195 + 0
Since, the remainder is 0
∴ H.C.F. = 196   

Example 3:    Using Euclid’s division algorithm, find the H.C.F. of (iii) 867 and 255
Sol.    Given number are 867 and 255
867 = 255 × 3 + 102  (Step-1)
255 = 102 × 2 + 51  (Step-2)
102 = 51 × 2 + 0  (Step-3)
∴ H.C.F. = 51

Example 4:    Show that every positive integer is of the form 2q and that every positive odd integer is of the from 2q + 1, where q is some integer.
Sol.    According to Euclid’s division lemma, if a and b are two positive integers such that a is greater than b; then these two integers can be expressed as
a = bq + r; where 0 ≤ r < b
Now consider
b = 2; then a = bq + r will reduce to
a = 2q + r; where 0 ≤  r < 2,
i.e., r = 0 or r = 1
If    r = 0, a = 2q + r ⇒ a = 2q
i.e., a is even
and, if    r = 1, a = 2q + r ⇒ a = 2q + 1
i.e., a is add;
as if the integer is not even; it will be odd.
Since, a is taken to be any positive integer so it is applicable to the every positive integer that when it can be expressed as
a = 2q
∴ a is even and when it can expressed as
a = 2q + 1; a is odd.
Hence the required result.

Example 5:    Show that any positive odd integer is of the form 4q + 1 or 4q + 3, where q is some integer.
Sol.    Let a is b be two positive integers in which a is greater than b. According to Euclid’s division algorithm; a and b can be expressed as
a = bq + r, where q is quotient and r is remainder and 0 ≤ r < b.
Taking b = 4, we get: a = 4q + r,
where 0 ≤ r < 4 i.e., r = 0, 1, 2 or 3
r = 0 ⇒ a = 4q, which is divisible by 2 and so is even.
r = 1 ⇒ a = 4q + 1, which is not divisible by 2 and so is odd.
r = 2 ⇒ q = 4q + 2, which is divisible by 2 and so is even.
and r = 3 Þ q = 4q + 3, which is not divisible by 2 and so is odd.
Any positive odd integer is of the form
4q + 1 or 4q + 3; where q is an integer.
Hence the required result.

Example 6:   Show that one and only one out of n; n + 2 or n + 4 is divisible by 3, where n is any positive integer.
Sol.    Consider any two positive integers a and b such that a is greater than b, then according to Euclid’s division algorithm:
a = bq + r; where q and r are positive integers and 0 ≤  r < b
Let a = n and b = 3, then
a = bq + r ⇒ n = 3q + r; where 0 ≤  r < 3.
r = 0 ⇒ n = 3q + 0 = 3q
r = 1 ⇒ n = 3q + 1  and r = 2 ⇒ n = 3q + 2
If n = 3q; n is divisible by 3
If n = 3q + 1; then n + 2 = 3q + 1 + 2
= 3q + 3; which is divisible by 3
⇒ n + 2 is divisible by 3
If n = 3q + 2; then n + 4 = 3q + 2 + 4
= 3q + 6; which is divisible by 3
⇒ n + 4 is divisible by 3
Hence, if n is any positive integer, then one and only one out of n, n + 2 or n + 4 is divisible by 3.   
Hence the required result.

Example 7:    Show that any positive integer which is of the form 6q + 1 or 6q + 3 or 6q + 5 is odd, where q is some integer.
Sol.    If a and b are two positive integers such that a is greater than b; then according to Euclid’s division algorithm; we have
a = bq + r; where q and r are positive integers and 0 ≤ r < b.
Let b = 6, then
a = bq + r ⇒ a = 6q + r; where 0 ≤ r < 6.
When r = 0 ⇒ a = 6q + 0 = 6q;
which is even integer
When    r = 1 ⇒ a = 6q + 1
which is odd integer
When    r = 2 ⇒ a = 6q + 2  which is even.
When    r = 3 ⇒ a = 6q + 3  which is odd.
When    r = 4 ⇒ a = 6q + 4  which is even.
When    r = 5 ⇒ a = 6q + 5  which is odd.
This verifies that when r = 1 or 3 or 5; the integer obtained is 6q + 1 or 6q + 3 or 6q + 5 and each of these integers is a positive odd number.
Hence the required result.

Example 8:    Use Euclid’s Division Algorithm to show that the square of any positive integer is either of the form 3m or 3m + 1 for some integer m.
Sol.    Let a and b are two positive integers such that a is greater than b; then:
a = bq + r; where q and r are also positive integers and 0 ≤ r < b
Taking b = 3, we get:
a = 3q + r; where 0 ≤ r < 3
⇒ The value of positive integer a will be
3q + 0, 3q + 1 or 3q + 2
i.e., 3q, 3q + 1 or 3q + 2.
Now we have to show that the squares of positive integers 3q, 3q + 1 and 3q + 2 can be expressed as 3m, or 3m + 1 for some integer m.
Square of 3q = (3q)2
= 9q2 = 3(3q2) = 3m; 3 where m is some integer.
Square of 3q + 1 = (3q + 1)2
= 9q2 + 6q + 1
= 3(3q2 + 2q) + 1 = 3m + 1 for some integer m.
Square of 3q + 2 = (3q + 2)2
= 9q2 + 12q + 4
= 9q2 + 12q + 3 + 1
= 3(3q2 + 4q + 1) + 1 = 3m + 1 for some integer m.
The square of any positive integer is either of the form 3m or 3m + 1 for some integer m.
Hence the required result.

Example 9:    Use Euclid’s Division Algorithm to show that the cube of any positive integer is either of the 9m, 9m + 1 or 9m + 8 for some integer  m.
Sol.    Let a and b be two positive integers such that a is greater than b; then:
a = bq + r; where q and r are positive integers and 0 ≤ r < b.
Taking b = 3, we get:
a = 3q + r; where 0 ≤ r < 3
⇒ Different values of integer a are
3q, 3q + 1 or 3q + 2.
Cube of 3q = (3q)3 = 27q3 = 9(3q3) = 9m; where m is some integer.
Cube of 3q + 1 = (3q + 1)3
= (3q)3 + 3(3q)2 ×1 + 3(3q) × 12 + 13
[Q (q + b)3 = a3 + 3a2b + 3ab2 + 1]
= 27q3 + 27q2 + 9q + 1
= 9(3q3 + 3q2 + q) + 1
= 9m + 1; where m is some integer.
Cube of 3q + 2 = (3q + 2)3
= (3q)3 + 3(3q)2 × 2 + 3 × 3q × 22 + 23
= 27q3 + 54q2 + 36q + 8
= 9(3q3 + 6q2 + 4q) + 8
= 9m + 8; where m is some integer.
Cube of any positive integer is of the form 9m or 9m + 1 or 9m + 8.
Hence the required result.

Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A

Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A

Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A

Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 1.1

Q1
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 2.1
Q2
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 3.1
Q3
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 4.1


Q4
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 5.1
Q5
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 6.1
Q6
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 7.1
Q7
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 8.1
Q8
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 9.1
Q9
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 10.1
Q10
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 11.1
Q11
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 12.1
Q12
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 13.1
Q13
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 14.1


Q14
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 15.1
Q15
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 16.1
Q16
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 17.1
Q17
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 18.1
Q18
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 19.1
Q19
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 20.1
Q20
Mensuration RS Aggarwal Class 7 Maths Solutions Exercise 20A 21.1

For More Resources

Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A

RS Aggarwal Class 8 Solutions Ch 20 Volume and Surface Area of Solids

Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A

Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A

Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A

RS Aggarwal Solutions Class 8 Ex 20a Q1.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 1.1
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 1.2
RS Aggarwal Class 8 Chapter 20 Exercise 20a Q2.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 2.1
Ex 20a Class 8 RS Aggarwal Q3.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 3.1
RS Aggarwal Class 8 20a Q4.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 4.1
RS Aggarwal Class 8 Exercise 20a Q5.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 5.1

RS Aggarwal Class 8 Exercise 20a Solution Q6.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 6.1
RS Aggarwal Class 8 Chapter 20a Q7.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 7.1
Exercise 20a Class 8 RS Aggarwal Q8.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 8.1
RS Aggarwal Class 8 20a Solution Q9.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 9.1
RS Aggarwal Class 8 Ex 20a Solution Q10.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 10.1
RS Aggarwal Solutions Class 8 Exercise 20a Q11.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 11.1
Ex 20a RS Aggarwal Class 8 Q12.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 12.1
Class 8 RS Aggarwal Exercise 20a Q13.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 13.1
Volume And Surface Area Of Solids Class 8 Q14.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 14.1
RS Aggarwal Class 8 Ex 20a Q15.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 15.1


Exercise 20a RS Aggarwal Class 8 Q16.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 16.1
RS Aggarwal Solutions Class 8 Ex 20 A Q17.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 17.1
RS Aggarwal Class 8 Ch 20 Ex 20a  Q18.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 18.1
RS Aggarwal Ex 20a Class 8 Q19.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 19.1
RS Aggarwal Solutions Class 8 Chapter 20a Q20.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 20.1
Q21.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 21.1
Q22.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 22.1
Q23.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 23.1
Q24.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 24.1
Q25.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 25.1
Q26.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 26.1
Q27.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 27.1
Q28.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 28.1
Q29.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 29.1
Q30.
Volume and Surface Area of Solids RS Aggarwal Class 8 Solutions Ex 20A 30.1

RS Aggarwal Class 8 Solutions Ch 20 Volume and Surface Area of Solids

For More Resources

Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A

RS Aggarwal Class 8 Solutions Chapter 10 Profit and Loss

Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A

Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A

Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 1.1

Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 2.1 Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 2.2

 

Q1.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 3.1
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 3.2

Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 3.3
Q3.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 4.1
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 4.2
Q4.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 5.1
Q5.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 6.1
Q6.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 7.1
Q7.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 8.1
Q8.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 9.1
Q9.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 10.1
Q10.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 11.1
Q11.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 12.1
Q12.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 13.1
Q13.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 14.1
Q14.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 15.1
Q15.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 16.1
Q16.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 17.1
Q17.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 18.1
Q18.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 19.1
Q19.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 20.1
Q20.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 21.1
Q21.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 22.1
Q22.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 23.1
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 23.2
Q23.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 24.1
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 24.2
Q24.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 25.1
Q25.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 26.1
Q26.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 27.1
Q27.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 28.1
Q28.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 29.1
Q29.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 30.1
Q30.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 31.1
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 31.2
Q31.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 32.1
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 32.2
Q32.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 33.1
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 33.2
Q33.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 34.1
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 34.2
Q34.
Profit and Loss RS Aggarwal Class 8 Maths Solutions Ex 10A 35.1

RS Aggarwal Class 8 Solutions Ch 10 Profit and Loss
For More Resources

Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper

Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper

Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper

Q1
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 1.1

Answer:/>
Q2
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 2.1

Answer:/>
Q3
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 3.1

Answer:/>
Q4
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 4.1

Answer:/>
Q5
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 5.1

Answer:/>
Q6
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 6.1

Answer:/>
Q7
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 7.1

Answer:/>
Q8
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 8.1

Answer:/>
Q9
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 9.1

Answer:/>
Q10
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 10.1

Answer:/>
Q11
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 11.1

Answer:/>
Q12
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 12.1

Answer:/>
Q13
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 13.1

Answer:/>
Q14
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 14.1

Answer:/>
Q15
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 15.1

Answer:/>
Q16
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 16.1

Answer:/>
Q17
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 17.1

Answer:/>
Q18
Factors and Multiples RS Aggarwal Class 6 Maths Solutions CCE Test Paper 18.1