Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C

Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C

These Solutions are part of Selina Concise Mathematics Class 10 ICSE Solutions. Here we have given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C.

Other Exercises

Question 1.
Show that (x – 1) is a factor of x3 – 7x2 + 14x – 8. Hence, completely factorise the given expression.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q1.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q1.2

Question 2.
Using Remainder Theorem, factorise : x3 + 10x2 – 37x + 26 completely. (2014)
Solution:
f(x) = x3 + 10x2 – 37x + 26
f(1) = (1)3 + 10(1)2 – 37(1) + 26 = 1 + 10 – 37 + 26 = 0
x = 1
x – 1 is factor of f(x)
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q2.1

Question 3.
When x3 + 3x2 – mx + 4 is divided by x – 2, the remainder is m + 3. Find the value of m.
Solution:
Let f(x) = x3 + 3x2 – mx + 4
and x – 2 = 0 then x = 2
f(2) = (2)3 + 3(2)2 – m(2) + 4 = 8 + 12 – 2m + 4 = 24 – 2m
Remainder = 24 – 2m
But, remainder is given m + 3
m + 3 = 24 – 2m
⇒ m + 2m = 24 – 3
⇒ 3m = 21
⇒ m = 7
Hence m = 7

Question 4.
What should be subtracted from 3x3 – 8x2 + 4x – 3, so that the resulting expression has x + 2 as a factor ?
Solution:
The number to be subtracted = Remainder obtained by dividing 3x3 – 8x2 + 4x – 3 by x + 2
Let f(x) = 3x3 – 8x2 + 4x – 3
and x + 2 = 0, then x = – 2
Remainder = f(-2) = 3 (-2)3 – 8 (-2)2 + 4 (-2) – 3 = -24 – 32 – 8 – 3 = -67
Hence the number to be subtracted = – 67

Question 5.
If (x + 1) and (x – 2) are factors of x3 + (a + 1) x2 – (b – 2) x – 6, find the values of a and 6. And then, factorise the given expression completely.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q5.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q5.2

Question 6.
If x – 2 is a factor of x2 – ax + b and a + b = 1, find the values of a and b.
Solution:
(x – 2) is a factor of x2 + ax + b
Let x – 2 = 0 ⇒ x = 2
Now x2 + ax + b = (2)2 + a x 2 + b = 4 + 2a + b = 2a + b + 4
x – 2 is the factor Remainder = 0 or 2a + b + 4 = 0
⇒ 2a + b = -4 …(i)
But a + b = 1 (given) …(ii)
Subtracting, we get : a = -5
Substituting the value of a in (ii)
-5 + b = 1 ⇒ b = 1 + 5 ⇒ b = 6
Hence a = -5, b = 6

Question 7.
Factorise x3 + 6x2 + 11x + 6 completely using factor theorem.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q7.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q7.2

Question 8.
Find the value of ‘m’ if mx3 + 2x2 – 3 and x2 – mx + 4 leave the same remainder when each is divided by x – 2.
Solution:
Let f(x) = mx3 + 2x2 – 3
g (x) = x2 – mx + 4
Let x – 2 = 0, then x = 2
f(2) = m (2)3 + 2 (2)2 – 3 = 8m + 8 – 3 = 8m + 5
g(2) = (2)2 – mx2 + 4 = 4 – 2m + 4 = 8 – 2m
In both cases the remainder is same
8m + 5 = 8 – 2m
⇒ 8m + 2m = 8 – 5
⇒ 10m = 3
⇒ m = \(\frac { 3 }{ 10 }\)

Question 9.
The polynomial px3 + 4x2 – 3x + q is completely divisible by x2 – 1; find the values of p and q. Also, for these values of p and q, factorize the given polynomial completely.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q9.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q9.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q9.3

Question 10.
Find the number which should be added to x2 + x + 3 so that the resulting polynomial is completely divisible by (x + 3).
Solution:
Let k be added to f(x), then f(x) = x2 + x + 3 + k
Let x + 3 = 0, then x = -3
f(-3) = (-3)2 + (-3) + 3 + k = 9 – 3 + 3 + k = 9 + k
f(x) is divisible by x + 3, then remainder will be 0.
9 + k = 0 ⇒ k = -9
-9 should be added

Question 11.
When the polynomial x3 + 2x2 – 5ax – 7 is divided by (x – 1), the remainder is A and when the polynomial x3 + ax2 – 12x + 16 is divided by (x + 2), the remainder is B. Find the value of ‘a’ if 2A + B = 0.
Solution:
Let f(x) = x3 + 2x2 – 5ax – 1
and let x – 1 = 0, then x = 1
f(1) = (1)3 + 2(1)2 – 5a x 1 – 7 = 1 + 2 – 5a – 7 = -5a – 4
-5a – 4 = A ….(i)
Let g (x) = x3 + ax2 +12x + 16
and let x + 2 = 0, then x = -2
g (-2) = (-2)3 + a (-2)2 – 12 (-2) + 16 = -8 + 4a + 24 + 16 = 32 + 4a
32 + 4a = B ….(ii)
2A + B = 0
2 (-5a – 4) + 32 + 4a = 0
⇒ -10a – 8 + 32 + 4a = 0
⇒ -6a + 24 = 0
⇒ 6a = 24
⇒ a = 4
a = 4

Question 12.
(3x + 5) is a factor of the polynomial (a – 1) x3 + (a + 1) x2 – (2a + 1) x – 15. Find the value of ‘a’. For this value of ‘a’, factorise the given polynomial completely.
Solution:
Let f(x) = (a – 1) x3 + (a + 1) x2 – (2a + 1) x – 15
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q10.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q10.2

Question 13.
When divided by x – 3 the polynomials x3 – px2 + x + 6 and 2x3 – x2 – (p + 3) x – 6 leave the same remainder. Find the value of ‘p.’
Solution:
When (x – 3) divides x3 – px2 + x + 6,
then Remainder = p(3) = (3)3 – p(3)2 + (3) + 6 = 27 – 9p + 9 = 36 – 9p
When (x – 3) divides 2x3 – x2 – (p + 3) x – 6,
then Remainder = p(3) = 2(3)3 – (3)2 – (p + 3) (3) – 6
= 54 – 9 – 3p – 9 – 6 = 30 – 3p
A.T.Q. both remainders are equal
⇒ 36 – 9p = 30 – 3p
⇒ 36 – 30 = -3p + 9p
⇒ 6 = 6p
⇒ p = 1

Question 14.
Use the Remainder Theorem to factorise the following expression : 2x3 + x2 – 13x + 6
Solution:
(a) By hit and trial, putting x = 2, we have
2 (8) + 4 – 26 + 6 = 0
⇒ (x – 2) is the factor of 2x3 + x2 – 13x + 6
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C Q14.1

Question 15.
Using remainder theorem, find the value of k if on dividing 2x3 + 3x2 – kx + 5 by x – 2, leaves a remainder 7. (2016)
Solution:
Let f(x) = 2x3 + 3x2 – kx + 5 By the remainder theorem,
f(2) = 7
⇒ 2(2)3 + 3(2)2 – k(2) + 5 = 7
⇒ 2(8) + 3(4) – k(2) + 5 = 7
⇒ 16 + 12 – 2k + 5 = 7
⇒ 2k = 16 + 12 + 5 – 7
⇒ 2k = 26
⇒ k = 13
The value of k is 13.

Hope given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8C are helpful to complete your math homework.

If you have any doubts, please comment below. Learn Insta try to provide online math tutoring for you.

Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B

Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B

These Solutions are part of Selina Concise Mathematics Class 10 ICSE Solutions. Here we have given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B.

Other Exercises

Question 1.
Using the Factor Theorem, show that:
(i) (x – 2) is a factor of x3 – 2x2 – 9x +18. Hence, factorise the expression x3 – 2x2 – 9x + 18 completely.
(ii) (x + 5) is a factor of 2x3 + 5x2 – 28x – 15. Hence, factorise the expression 2x3 + 5x2 – 28x – 15 completely.
(iii) (3x + 2) is a factor of 3x3 + 2x2 – 3x – 2. Hence, factorise the expression 3x3 + 2x2 – 3x – 2. completely.
(iv) 2x + 7 is a factor of 2x3 + 5x2 – 11x – 14. Hence, factorise the given expression completely.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q1.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q1.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q1.3
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q1.4
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q1.5

Question 2.
Using the Remainder Theorem, factorise each of the following completely:
(i) 3x3 + 2x2 – 19x + 6
(ii) 2x3 + x2 – 13x + 6
(iii) 3x3 + 2x2 – 23x – 30
(iv) 4x3 + 7x2 – 36x – 63
(v) x3 + x2 – 4x – 4. (2004)
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q2.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q2.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q2.3
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q2.4
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q2.5
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q2.6

Question 3.
Using the Remainder Theorem factorise the expression 3x3 + 10x2 + x – 6. Hence, solve the equation. 3x3 + 10x2 + x – 6 = 0
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q3.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q3.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q3.3

Question 4.
Factorise the expression f(x) = 2x3 – 7x2 – 3x + 18. Hence, find all possible values of x for which f(x) = o.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q4.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q4.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q4.3

Question 5.
Given that x – 2 and x +1 are factors of f(x) = x3 + 3x2 + ax + b; calculate the values of a and b. Hence, find all the factors of f(x).
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q5.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q5.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q5.3

Question 6.
The expression 4x3 – bx2 + x – c leaves remainders 0 and 30 when divided by x + 1 and 2x – 3 respectively. Calculate the values of b and c. Hence, factorise the expression completely.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q6.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q6.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q6.3

Question 7.
If x + a is a common factor of expressions f(x) = x2 + px + q and g (x) = x2 + mx + n show that a = \(\frac { n – q }{ m – p }\)
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q7.1

Question 8.
The polynomials ax3 + 3x2 – 3 and 2x3 – 5x + a, when divided by x – 4, leave the same remainder in each case. Find the value of a.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q8.1

Question 9.
Find the value of ‘a’ if (x – a) is a factor of x3 – ax2 + x + 2.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q9.1

Question 10.
Find the number that must be subtracted from the polynomial 3y3 + y2 – 22y + 15, so that the resulting polynomial is completely divisible by y + 3.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B Q10.1
⇒ 9 – k = 0 ⇒ k = 9
Hence 9 should be subtracted.

Hope given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8B are helpful to complete your math homework.

If you have any doubts, please comment below. Learn Insta try to provide online math tutoring for you.

Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A

Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A

These Solutions are part of Selina Concise Mathematics Class 10 ICSE Solutions. Here we have given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A.

Other Exercises

Question 1.
Find in each case, the remainder when :
(i) x4 – 3x2 + 2x + 1 is divided by x – 1.
(ii) x3 + 3x2 – 12x + 4 is divided by x – 2.
(iii) x4 + 1 is divided by x + 1.
(iv) 4x3 – 3x2 + 2x – 4 is divided by 2x + 1.
(v) 4x3 + 4x2 – 21x + 16 is divided by 2x – 3.
(vi) 2x3 + 9x2 – x – 15 is divided by 2x + 3.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q1.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q1.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q1.3
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q1.4

Question 2.
Show that:
(i) x – 2 is a factor of 5x2 + 15x – 50.
(ii) 3x + 2 is a factor of 3x2 – x – 2.
(iii) x + 1 is a factor of x3 + 3x2 + 3x + 1.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q2.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q2.2

Question 3.
Use the Remainder Theorem to find which of the following is a factor of 2x3 + 3x2 – 5x – 6.
(i) x + 1
(ii) 2x – 1
(iii) x + 2
(iv) 3x – 2
(v) 2x – 3.
Solution:
(i) f(x) = 2×3 + 3×2 – 5x – 6
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q3.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q3.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q3.3
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q3.4

Question 4.
(i) If 2x + 1 is a factor of 2x2 + ax – 3, find the value of a.
(ii) Find the value of k, if 3x – 4 is a factor of expression 3x2 + 2x – k.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q4.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q4.2

Question 5.
Find the values of constants a and b when x – 2 and x + 3 both are the factors of expression, x3 + ax2 + bx – 12.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q5.1
(x + 3) is a factor of f(x)
f(-3) = 0
9a – 3b – 39 – 0
⇒ 3a – b – 13 = 0
⇒ 3a – b = 13
Adding (i) and (ii) we get:
5a = 15 ⇒ a = 3
Substituting the value of a in (i)
2(3) + b = 2
⇒ 6 + b = 2
⇒ b = 2 – 6 = – 4
Hence a = 3, b = – 4

Question 6.
Find the value of k, if 2x + 1 is a factor of (3k + 2) x3 + (k – 1).
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q6.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q6.2

Question 7.
Find the value of a, if x – 2 is a factor of 2x5 – 6x4 – 2ax3 + 6ax2 + 4ax + 8.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q7.1

Question 8.
Find the values of m and n so that x – 1 and x + 2 both are factors of x3 + (3m + 1) x2 + nx – 18.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q8.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q8.2

Question 9.
When x3 + 2x2 – kx + 4 is divided by x – 2, the remainder is k. Find the value of constants.
Solution:
f(x) = x3 + 2x2 – kx + 4
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q9.1

Question 10.
Find the value of a, if the division of ax3 + 9x2 + 4x – 10 by x + 3 leaves a remainder 5.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q10.1

Question 11.
If x3 + ax2 + bx + 6 has x – 2 as a factor and leaves a remainder 3 when divided by x – 3, find the values of a and b. [2005]
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q11.1

Question 12.
The expression 2x3 + ax2 + bx – 2 leaves remainder 7 and 0 when divided by 2x – 3 and x + 2 respectively. Calculate the values of a and b.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q12.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q12.2

Question 13.
What number should be added to 3x3 – 5x2 + 6x so that when resulting polynomial is divided by x – 3, the remainder is 8 ?
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q13.1

Question 14.
What number should be subtracted from x3 + 3x2 – 8x + 14 so that on dividing it by x – 2, the remainder is 10.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q14.1

Question 15.
The polynomials 2x3 – 7x2 + ax – 6 and x3 – 8x2 + (2a + 1) x – 16 leave the same remainder when divided by x – 2. Find the value of ‘a’.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q15.1

Question 16.
If (x – 2) is a factor of the expression 7x3 + ax2 + bx – 14 and when the expression is divided by (x – 3), it leaves a remainder 52, find the values of a and b.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q16.1

Question 17.
Find ‘a’ if the two polynomials ax3 + 3x2 – 9 and 2x3 + 4x + a, leave the same remainder when divided by x + 3. (2015)
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A Q17.1

Hope given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 8 Remainder and Factor Theorems Ex 8A are helpful to complete your math homework.

If you have any doubts, please comment below. Learn Insta try to provide online math tutoring for you.

Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D

Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion (Including Properties and Uses) Ex 7D

These Solutions are part of Selina Concise Mathematics Class 10 ICSE Solutions. Here we have given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D.

Other Exercises

Question 1.
If a : b = 3 : 5, find : (10a + 3b) : (5a + 2b)
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q1.1

Question 2.
If 5x + 6y : 8x + 5y = 8 : 9, find x : y
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q2.1

Question 3.
If k (3x – 4y) : (2x – 3y) = (5x – 6y) : (4x – 5y), find x : y.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q3.1

Question 4.
Find the :
(i) duplicate ratio of 2√2 : 3√5
(ii) triplicate ratio of 2a : 3b,
(iii) sub-duplicate ratio of 9x2 a4 : 25y6 b2
(iv) sub-triplicate ratio of 216 : 343
(v) reciprocal ratio of 3 : 5
(vi) ratio compounded of the duplicate ratio of 5 : 6, the reciprocal ratio of 25 : 42 and the sub-duplicate ratio of 36 : 49.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q4.1

Question 5.
Find the value of x, if :
(i) (2x + 3) : (5x – 38) is the duplicate ratio of √5 : √6
(ii) (2x + 1) : (3x + 13) is the sub-duplicate ratio of 9 : 25.
(iii) (3x -7): (4x + 3) is the sub-triplicate ratio of 8 : 27.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q5.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q5.2

Question 6.
What quantity must be added to each term of the ratio x : y so that it may become equal to c : d ?
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q6.1

Question 7.
A woman reduces her weight in the ratio 7 : 5. What does her weight become if originally it was 84 kg?
Solution:
Ratio in reduction of weight = 7 : 5
Originally weight of the woman = 84 kg
Reduced weight = \(\frac { 84 x 5 }{ 7 }\) = 60 kg

Question 8.
If 15 (2x² – y²) = 7xy, find x : y, if x and y both are positive.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q8.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q8.2

Question 9.
Find the :
(i) fourth proportional to 2xy, x² and y².
(ii) third proportional to a² – b² and a + b.
(iii) mean proportion to (x – y) and (x3 – x²y)
Solution:
(i) Let a be the fourth proportional
Then 2xy : x² :: y² : a
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q9.1

Question 10.
Find two numbers such that the mean proportional between them is 14 and third proportional to them is 112.
Solution:
Let x and y be the two numbers.
Then 14 is the mean proportional between x and y
xy = 14² => xy = 196 ….(i)
and 112 is the third proportional to x, y
y² = 112 x ….(ii)
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q10.1

Question 11.
If x and y be unequal and x : y is the duplicate ratio of x + z and y + z, prove that z is mean proportional between x and y.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q11.1

Question 12.
If q is the mean proportional between p and r, prove that:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q12.3
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q11.2

Question 13.
If a, b and c are in continued proportion, prove that: a : c = (a² + b²) : (b² + c²).
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q13.1

Question 14.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q14.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q14.2

Question 15.
If (4a + 9b) (4c – 9d) = (4a – 9b) (4c + 9d), prove that a : b = c : d.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q15.1

Question 16.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q16.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q16.2

Question 17.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q17.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q17.2

Question 18.
There are 36 members in a student council in a school and the ratio of the number of boys to the number of girls is 3 : 1. How many more girls should be added to the council so that the ratio of number of boys to the number of girls may be 9 : 5 ?
Solution:
Total number of members = 36
Ratio in boys and girls = 3 : 1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q18.1

Question 19.
If 7x – 15y = 4x + y, find the value of x : y. Hence, use componendo and dividendo to find the values of:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q19.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q19.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q19.3

Question 20.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q20.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q20.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q20.3

Question 21.
If x, y, z arc in continued proportion, prove that
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q21.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q21.2

Question 22.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q22.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q22.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q22.3

Question 23.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q23.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q23.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q23.3

Question 24.
Using componendo and dividendo, find the value
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q24.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q24.2

Question 25.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q25.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q25.2

Question 26.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q26.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q26.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q26.3

Question 27.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q27.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q27.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D Q27.3

Hope given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7D are helpful to complete your math homework.

If you have any doubts, please comment below. Learn Insta try to provide online math tutoring for you.

Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C

Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion (Including Properties and Uses) Ex 7C

These Solutions are part of Selina Concise Mathematics Class 10 ICSE Solutions. Here we have given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C.

Other Exercises

Question 1.
If a : b = c : d, prove that:
(i) 5a + 7b : 5a – 7b = 5c + 7d : 5c – 7d.
(ii) (9a + 13b) (9c – 13d) = (9c + 13d) (9a – 13b).
(iii) xa + yb : xc + yd = b : d.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q1.1
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q1.2

Question 2.
If a : b = c : d, prove that: (6a + 7b) (3c – 4d) = (6c + 7d) (3a – 4b).
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q2.1

Question 3.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q3.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q3.2

Question 4.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q4.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q4.2

Question 5.
If (7a + 8b) (7c – 8d) = (7a – 8b) (7c + 8d), prove that a : b = c : d.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q5.1

Question 6.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q6.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q6.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q6.3
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q6.4

Question 7.
If (a + b + c + d) (a – b – c + d) = (a + b – c – d) (a – b + c – d), prove that a : b = c : d.
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q7.1

Question 8.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q8.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q8.2

Question 9.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q9.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q9.2

Question 10.
If a, b and c are in continued proportion, prove that
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q10.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q10.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q10.3

Question 11.
Using properties of proportion, solve for x:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q11.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q11.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q11.3
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q11.4
But x = – 1 does not satisfy it
x = 1

Question 12.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q12.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q12.2

Question 13.
Using the properties of proportion, solve for x, given
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q13.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q13.2

Question 14.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q14.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q14.2

Question 15.
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q15.1
Solution:
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q15.2
Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C Q15.3

Hope given Selina Concise Mathematics Class 10 ICSE Solutions Chapter 7 Ratio and Proportion Ex 7C are helpful to complete your math homework.

If you have any doubts, please comment below. Learn Insta try to provide online math tutoring for you.