Maharashtra Board 12th Commerce Maths Solutions Chapter 1 Mathematical Logic Ex 1.2

Balbharati Maharashtra State Board 12th Commerce Maths Solution Book Pdf Chapter 1 Mathematical Logic Ex 1.2 Questions and Answers.

Maharashtra State Board 12th Commerce Maths Solutions Chapter 1 Mathematical Logic Ex 1.2

Question 1.
Express the following statements in symbolic form:
(i) e is a vowel or 2 + 3 = 5.
Solution:
Let p : e is a vowel.
q: 2 + 3 = 5.
Then the symbolic form of the given statement is p ∨ q.

(ii) Mango is a fruit but potato is a vegetable.
Solution:
Let p : Mango is a fruit.
q : Potato is a vegetable.
Then the symbolic form of the given statement is p ∧ q.

Maharashtra Board 12th Commerce Maths Solutions Chapter 1 Mathematical Logic Ex 1.2

(iii) Milk is white or grass is green.
Solution:
Let p : Milk is white.
q : Grass is green.
Then the symbolic form of the given statement is p ∨ q.

(iv) I like playing but not singing.
Solution:
Let p : I like playing.
q : I am not singing.
Then the symbolic form of the given statement is p ∧ q.

(v) Even though it is cloudy, it is still raining.
Solution:
The given statement is equivalent to:
It is cloudy and it is still raining.
Let p : It is cloudy.
q : It is still raining.
Then the symbolic form of the given statement is p ∧ q.

Question 2.
Write the truth values of the following statements:
(I) Earth is a planet and Moon is a star.
Solution:
Let p : Earth is a planet.
q : Moon is a star.
Then the symbolic form of the given statement is p ∧ q.
The truth values of p and q are T and F respectively.
∴ the truth value of p ∧ q is F. …[T ∧ F ≡ F]

(ii) 16 is an even number and 8 is a perfect square.
Solution:
Let p : 16 is an even number.
q : 8 is a perfect square.
Then the symbolic form of the given statement is p ∧ q.
The truth values of p and q are T and F respectively.
∴ the truth value of p ∧ q is F. ….[T ∧ F ≡ F]

Maharashtra Board 12th Commerce Maths Solutions Chapter 1 Mathematical Logic Ex 1.2

(iii) A quadratic equation has two distinct roots or 6 has three prime factors.
Solution:
Let p : A quadratic equation has two distinct roots.
q : 6 has three prime factors.
Then the symbolic form of the given statement is p ∨ q.
The truth values of both p and q are F.
∴ the truth value of p ∨ q is F. …..[F ∨ F ≡ F]

(iv) The Himalayas are the highest mountains but they are part of India in the northeast.
Solution:
Let p : the Himalayas are the highest mountains.
q : They are part of India in the northeast.
Then the symbolic form of the given statement is p ∧ q.
The truth values of both p and q are T.
∴ the truth value of p ∧ q is T. …..[T ∧ T ≡ T]

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.5

Balbharti Maharashtra State Board 11th Maths Book Solutions Pdf Chapter 4 Methods of Induction and Binomial Theorem Ex 4.5 Questions and Answers.

Maharashtra State Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.5

Question 1.
Show that C0 + C1 + C2 + ….. + C8 = 256
Solution:
Since C0 + C1 + C2 + C3 + ….. + Cn = 2n
Putting n = 8, we get
C0 + C1 + C2 + ….. + C8 = 28
∴ C0 + C1 + C2 + ….. + C8 = 256

Question 2.
Show that C0 + C1 + C2 + …… + C9 = 512
Solution:
Since C0 + C1 + C2 + C3 + ….. + Cn = 2n
Putting n = 9, we get
C0 + C1 + C2 + ….. + C9 = 29
∴ C0 + C1 + C2 + …… + C9 = 512

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.5

Question 3.
Show that C1 + C2 + C3 + ….. + C7 = 127
Solution:
Since C0 + C1 + C2 + C3 + ….. + Cn = 2n
Putting n = 7, we get
C0 + C1 + C2 + ….. + C7 = 27
∴ C0 + C1 + C2 +….. + C7 = 128
But, C0 = 1
∴ 1 + C1 + C2 + ….. + C7 = 128
∴ C1 + C2 + ….. + C7 = 128 – 1 = 127

Question 4.
Show that C1 + C2 + C3 + ….. + C6 = 63
Solution:
Since C0 + C1 + C2 + C3 + ….. + Cn = 2n
Putting n = 6, we get
C0 + C1 + C2 + ….. + C6 = 26
∴ C0 + C1 + C2 + …… + C6 = 64
But, C0 = 1
∴ 1 + C1 + C2 + ….. + C6 = 64
∴ C1 + C2 + ….. + C6 = 64 – 1 = 63

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.5

Question 5.
Show that C0 + C2 + C4 + C6 + C8 = C1 + C3 + C5 + C7 = 128
Solution:
Since C0 + C1 + C2 + C3 + …… + Cn = 2n
Putting n = 8, we get
C0 + C1 + C2 + C3 + …… + C8 = 28
But, sum of even coefficients = sum of odd coefficients
∴ C0 + C2 + C4 + C6 + C8 = C1 + C3 + C5 + C7
Let C0 + C2 + C4 + C6 + C8 = C1 + C3 + C5 + C7 = k
Now, C0 + C1 + C2 + C3 + C4 + C5 + C6 + C7 + C8 = 256
∴ (C0 + C2 + C4 + C6 + C8) + (C1 + C3 + C5 + C7) = 256
∴ k + k = 256
∴ 2k = 256
∴ k = 128
∴ C0 + C2 + C4 + C6 + C8 = C1 + C3 + C5 + C7 = 128

Question 6.
Show that C1 + C2 + C3 + ….. + Cn = 2n – 1
Solution:
Since C0 + C1 + C2 + C3 + ….. + Cn = 2n
But, C0 = 1
∴ 1 + C1 + C2 + C3 + …… + Cn = 2n
∴ C1 + C2 + C3 + ….. + Cn = 2n – 1

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.5

Question 7.
Show that C0 + 2C1 + 3C2 + 4C3 + ….. + (n + 1)Cn = (n + 2) 2n-1
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.5 Q7

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4

Balbharti Maharashtra State Board 11th Maths Book Solutions Pdf Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Questions and Answers.

Maharashtra State Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4

Question 1.
State, by writing the first four terms, the expansion of the following, where |x| < 1.
(i) (1 + x)-4
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q1 (i)

(ii) (1 – x)1/3
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q1 (ii)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q1 (ii).1

(iii) (1 – x2)-3
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q1 (iii)

(iv) (1 + x)-1/5
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q1 (iv)

(v) (1 + x2)-1
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q1 (v)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4

Question 2.
State by writing first four terms, the expansion of the following, where |b| < |a|.
(i) (a – b)-3
Solution:
(a – b)-3 = \(\left[a\left(1-\frac{b}{a}\right)\right]^{-3}\)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q2 (i)

(ii) (a + b)-4
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q2 (ii)

(iii) (a + b)1/4
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q2 (iii)

(iv) (a – b)-1/4
Solution:
(a – b)-1/4 = \(\left[a\left(1-\frac{b}{a}\right)\right]^{\frac{-1}{4}}\)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q2 (iv)

(v) (a + b)-1/3
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q2 (v)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4

Question 3.
Simplify the first three terms in the expansion of the following:
(i) (1 + 2x)-4
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q3 (i)

(ii) (1 + 3x)-1/2
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q3 (ii)

(iii) (2 – 3x)1/3
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q3 (iii)

(iv) (5 + 4x)-1/2
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q3 (iv)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q3 (iv).1

(v) (5 – 3x)-1/3
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q3 (v)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4

Question 4.
Use the binomial theorem to evaluate the following upto four places of decimals.
(i) √99
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q4 (i)
= 10 [1 – 0.005 – 0.0000125 – ……]
= 10(0.9949875)
= 9.94987 5
= 9.9499

(ii) \(\sqrt[3]{126}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q4 (ii)

(iii) \(\sqrt[4]{16.08}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q4 (iii)

(iv) (1.02)-5
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q4 (iv)

(v) (0.98)-3
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.4 Q4 (v)

Maharashtra State Board 12th Commerce Maths Solution Book Pdf | Std 12 Commerce Statistics Part 1 & 2 Digest Pdf

Maharashtra State Board HSC 12th Commerce Maths & Statistics Digest Pdf, 12th Commerce Maharashtra State Board Maths Solution Book Pdf Part 1 & 2 free download in English Medium and Marathi Medium 2021-2022.

Maharashtra State Board 12th Commerce Maths Digest Pdf

12th Commerce Maths Digest Pdf Part 1

Maharashtra State Board Std 12th Commerce Maths Textbook Solutions Chapter 1 Mathematical Logic

12th Commerce Maths Book Pdf Chapter 2 Matrices

Std 12 Commerce Statistics Part 1 Digest Pdf Chapter 3 Differentiation

12th Commerce Maths Solution Book Pdf Chapter 4 Applications of Derivatives

12th Commerce Maths Notes Chapter 5 Integration

12th Commerce Maths Digest Pdf Chapter 6 Definite Integration

12th Maharashtra State Board Maths Solution Book Pdf Part 1 Chapter 7 Application of Definite Integration

12th Maths 1 Digest Pdf Chapter 8 Differential Equation and Applications

12th Commerce Maths Solution Book Pdf Part 2

HSC Maths Textbook Pdf Chapter 1 Commission, Brokerage and Discount

12th Maths Digest Pdf Part 2 Chapter 2 Insurance and Annuity

12 Maths Book Pdf State Board Chapter 3 Linear Regression

12th Maths 2 Digest Pdf Chapter 4 Time Series

12th Maths Part 2 Digest Pdf Chapter 5 Index Numbers

12th Statistics Book Chapter 6 Linear Programming

12th Commerce Maths Book Pdf Chapter 7 Assignment Problem and Sequencing

12th Commerce Maths Solution Book Pdf Chapter 8 Probability Distributions

Maharashtra State Board Class 12 Textbook Solutions

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3

Balbharti Maharashtra State Board 11th Maths Book Solutions Pdf Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Questions and Answers.

Maharashtra State Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3

Question 1.
In the following expansions, find the indicated term.
(i) \(\left(2 x^{2}+\frac{3}{2 x}\right)^{8}\), 3rd term
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q1 (i)

(ii) \(\left(x^{2}-\frac{4}{x^{3}}\right)^{11}\), 5th term
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q1 (ii)

(iii) \(\left(\frac{4 x}{5}-\frac{5}{2 x}\right)^{9}\), 7th term
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q1 (iii)

(iv) In \(\left(\frac{1}{3}+a^{2}\right)^{12}\), 9th term
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q1 (iv)

(v) In \(\left(3 a+\frac{4}{a}\right)^{13}\), 10th term
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q1 (v)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3

Question 2.
In the following expansions, find the indicated coefficients.
(i) x3 in \(\left(x^{2}+\frac{3 \sqrt{2}}{x}\right)^{9}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q2 (i)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q2 (i).1

(ii) x8 in \(\left(2 x^{5}-\frac{5}{x^{3}}\right)^{8}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q2 (ii)

(iii) x9 in \(\left(\frac{1}{x}+x^{2}\right)^{18}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q2 (iii)

(iv) x-3 in \(\left(x-\frac{1}{2 x}\right)^{5}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q2 (iv)

(v) x-20 in \(\left(x^{3}-\frac{1}{2 x^{2}}\right)^{15}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q2 (v)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3

Question 3.
Find the constant term (term independent of x) in the expansion of
(i) \(\left(2 x+\frac{1}{3 x^{2}}\right)^{9}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q3 (i)

(ii) \(\left(x-\frac{2}{x^{2}}\right)^{15}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q3 (ii)

(iii) \(\left(\sqrt{x}-\frac{3}{x^{2}}\right)^{10}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q3 (iii)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q3 (iii).1

(iv) \(\left(x^{2}-\frac{1}{x}\right)^{9}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q3 (iv)

(v) \(\left(2 x^{2}-\frac{5}{x}\right)^{9}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q3 (v)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3

Question 4.
Find the middle terms in the expansion of
(i) \(\left(\frac{x}{y}+\frac{y}{x}\right)^{12}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q4 (i)

(ii) \(\left(x^{2}+\frac{1}{x}\right)^{7}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q4 (ii)

(iii) \(\left(x^{2}-\frac{2}{x}\right)^{8}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q4 (iii)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q4 (iii).1

(iv) \(\left(\frac{x}{a}-\frac{a}{x}\right)^{10}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q4 (iv)

(v) \(\left(x^{4}-\frac{1}{x^{3}}\right)^{11}\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q4 (v)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3

Question 5.
In the expansion of (k + x)8, the coefficient of x5 is 10 times the coefficient of x6. Find the value of k.
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q5

Question 6.
Find the term containing x6 in the expansion of (2 – x) (3x + 1)9.
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3 Q6

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.3

Question 7.
The coefficient of x2 in the expansion of (1 + 2x)m is 112. Find m.
Solution:
The coefficient of x2 in (1 + 2x)m = mC2 (22)
Given that the coefficient of x2 = 112
mC2 (4) = 112
mC2 = 28
∴ \(\frac{\mathrm{m} !}{2 !(\mathrm{m}-2) !}=28\)
∴ \(\frac{m(m-1)(m-2) !}{2 \times(m-2) !}=28\)
∴ m(m – 1) = 56
∴ m2 – m – 56 = 0
∴ (m – 8) (m + 7) = 0
As m cannot be negative.
∴ m = 8

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2

Balbharti Maharashtra State Board Class 11 Maths Solutions Pdf Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Questions and Answers.

Maharashtra State Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2

Question 1.
Expand:
(i) (√3 + √2)4
Solution:
Here, a = √3, b = √2 and n = 4.
Using binomial theorem,
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q1 (i)
∴ (√3 + √2)4 = 1(9) (1) + 4(3√3) (√2) + 6(3)(2) + 4(√3) (2√2) + 1(1)(4)
= 9 + 12√6 + 36 + 8√6 + 4
= 49 + 20√6

(ii) (√5 – √2)5
Solution:
Here, a = √5, b = √2 and n = 5.
Using binomial theorem,
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q1 (ii)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2

Question 2.
Expand:
(i) (2x2 + 3)4
Solution:
Here, a = 2x2, b = 3 and n = 4.
Using binomial theorem,
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q2 (i)

(ii) \(\left(2 x-\frac{1}{x}\right)^{6}\)
Solution:
Here, a = 2x, b = \(\frac{1}{x}\) and n = 6.
Using binomial theorem,
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q2 (ii)

Question 3.
Find the value of
(i) (√3 + 1)4 – (√3 – 1)4
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q3 (i)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q3 (i).1

(ii) (2 + √5)5 + (2 – √5)5
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q3 (ii)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q3 (ii).1
Adding (i) and (ii), we get
∴ (2 + √5 )5 + (2 – √5)5 = (32 + 80√5 + 400 + 200√5 + 250 + 25√5) + (32 – 80√5 + 400 – 200√5+ 250 – 25√5 )
= 64 + 800 + 500
= 1364

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2

Question 4.
Prove that:
(i) (√3 + √2)6 + (√3 – √2)6 = 970
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q4 (i)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q4 (i).1
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q4 (i).2

(ii) (√5 + 1)5 – (√5 – 1)5 = 352
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q4 (ii)
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q4 (ii).1

Question 5.
Using binomial theorem, find the value of
(i) (102)4
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q5 (i)

(ii) (1.1)5
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q5 (ii)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2

Question 6.
Using binomial theorem, find the value of
(i) (9.9)3
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q6 (i)

(ii) (0.9)4
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q6 (ii)

Question 7.
Without expanding, find the value of
(i) (x + 1)4 – 4(x + 1)3 (x – 1) + 6(x + 1)2 (x – 1)2 – 4(x + 1) (x – 1)3 + (x – 1)4
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q7 (i)

(ii) (2x – 1)4 + 4(2x – 1)3 (3 – 2x) + 6(2x – 1)2 (3 – 2x)2 + 4(2x – 1)1 (3 – 2x)3 + (3 – 2x)4
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q7 (ii)

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2

Question 8.
Find the value of (1.02)6, correct upto four places of decimals.
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q8

Question 9.
Find the value of (1.01)5, correct upto three places of decimals.
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q9

Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2

Question 10.
Find the value of (0.9)6, correct upto four places of decimals.
Solution:
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q10
Maharashtra Board 11th Maths Solutions Chapter 4 Methods of Induction and Binomial Theorem Ex 4.2 Q10.1

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6

Balbharati Maharashtra State Board 12th Commerce Maths Solution Book Pdf Chapter 3 Differentiation Ex 3.6 Questions and Answers.

Maharashtra State Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6

1. Find \(\frac{d^{2} y}{d x^{2}}\) if,

Question 1.
y = √x
Solution:
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6 I Q1

Question 2.
y = x5
Solution:
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6 I Q2

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6

Question 3.
y = x-7
Solution:
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6 I Q3

2. Find \(\frac{d^{2} y}{d x^{2}}\) if,

Question 1.
y = ex
Solution:
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6 II Q1

Question 2.
y = e(2x+1)
Solution:
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6 II Q2

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6

Question 3.
y = elog x
Solution:
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.6 II Q3

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5

Balbharati Maharashtra State Board 12th Commerce Maths Solution Book Pdf Chapter 3 Differentiation Ex 3.5 Questions and Answers.

Maharashtra State Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5

1. Find \(\frac{d y}{d x}\) if:

Question 1.
x = at2, y = 2at
Solution:
x = at2, y = 2at
Differentiating x and y w.r.t. t, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 I Q1

Question 2.
x = 2at2, y = at4
Solution:
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 I Q2

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5

Question 3.
x = e3t, y = e(4t+5)
Solution:
x = e3t, y = e(4t+5)
Differentiating x and y w.r.t. t, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 I Q3

2. Find \(\frac{d y}{d x}\) if:

Question 1.
x = \(\left(u+\frac{1}{u}\right)^{2}\), y = \((2)^{\left(u+\frac{1}{u}\right)}\)
Solution:
x = \(\left(u+\frac{1}{u}\right)^{2}\), y = \((2)^{\left(u+\frac{1}{u}\right)}\) ……(1)
Differentiating x and y w.r.t. u, we get,
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 II Q1
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 II Q1.1

Question 2.
x = \(\sqrt{1+u^{2}}\), y = log(1 + u2)
Solution:
x = \(\sqrt{1+u^{2}}\), y = log(1 + u2) ……(1)
Differentiating x and y w.r.t. u, we get,
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 II Q2

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5

Question 3.
Differentiate 5x with respect to log x.
Solution:
Let u = 5x and v = log x
Then we want to find \(\frac{d u}{d v}\)
Differentiating u and v w.r.t. x, we get
\(\frac{d u}{d x}=\frac{d}{d x}\left(5^{x}\right)=5^{x} \cdot \log 5\)
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 II Q3

3. Solve the following:

Question 1.
If x = \(a\left(1-\frac{1}{t}\right)\), y = \(a\left(1+\frac{1}{t}\right)\), then show that \(\frac{d y}{d x}\) = -1
Solution:
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 III Q1

Question 2.
If x = \(\frac{4 t}{1+t^{2}}\), y = \(3\left(\frac{1-t^{2}}{1+t^{2}}\right)\), then show that \(\frac{d y}{d x}=-\frac{9 x}{4 y}\)
Solution:
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 III Q2
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 III Q2.1
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 III Q2.2

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5

Question 3.
If x = t . log t, y = tt, then show that \(\frac{d y}{d x}\) – y = 0.
Solution:
x = t log t
Differentiating w.r.t. t, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 III Q3
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.5 III Q3.1

Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5

Balbharti Maharashtra State Board 11th Maths Book Solutions Pdf Chapter 2 Sequences and Series Ex 2.5 Questions and Answers.

Maharashtra State Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5

Question 1.
Find Sn of the following arithmetico-geometric sequences.
(i) 2, 4x, 6x2, 8x3, 10x4, ……
Solution:
2, 4x, 6x2, 8x3, 10x4, ……
Here, 2, 4, 6, 8, 10,… are in A.P.
∴ a = 2, d = 2
∴ nth term = a + (n – 1)d
= 2 + (n – 1)(2)
= 2n
Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5 Q1 (i)

(ii) 1, 4x, 7x2, 10x3, 13x4, ……
Solution:
1, 4x, 7x2, 10x3, 13x4, ……
Here, 1, 4, 7, 10, 13,… are in A.P.
a = 1, d = 3
∴ nth term = a + (n – 1)d
= 1 + (n – 1)(3)
= 3n – 2
Also, 1, x, x2, x3,… are in G.P.
∴ a = 1, r = x,
nth term = arn-1 = xn-1
nth term of arithmetico-geometric sequence is
Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5 Q1 (ii)

Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5

(iii) 1, 2 × 3, 3 × 9, 4 × 27, 5 × 81, ……
Solution:
1, 2 × 3, 3 × 9, 4 × 27, 5 × 81, …..
Here, 1, 2, 3, 4, 5, … are in A.P.
∴ a = 1, d = 1
∴ nth term = a + (n – 1)d
= 1 + (n – 1)1
= n
Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5 Q1 (iii)

(iv) 3, 12, 36, 96, 240, ……
Solution:
3, 12, 36, 96, 240, ……
i.e., 1 × 3, 2 × 6, 3 × 12, 4 × 24, 5 × 48, …….
Here, 1, 2, 3, 4, 5, ….. are in A.P.
∴ nth term = n
Also, 3, 6, 12, 24, 48, ….. are in G.P.
∴ a = 3, r = 2
∴ nth term = arn-1 = 3 . (2n-1)
∴ nth term of arithmetico-geometric sequence is
Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5 Q1 (iv)

Question 2.
Find the sum to infinity of the following arithmetico-geometric sequence.
(i) \(1, \frac{2}{4}, \frac{3}{16}, \frac{4}{64}, \ldots\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5 Q2 (i)

Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5

(ii) \(3, \frac{6}{5}, \frac{9}{25}, \frac{12}{125}, \frac{15}{625}, \ldots\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5 Q2 (ii)
∴ \(\frac{4}{5} S=\frac{15}{4}\)
∴ S = \(\frac{75}{16}\)

(iii) \(1, \frac{-4}{3}, \frac{7}{9}, \frac{-10}{27} \ldots\)
Solution:
Maharashtra Board 11th Maths Solutions Chapter 2 Sequences and Series Ex 2.5 Q2 (iii)

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4

Balbharati Maharashtra State Board 12th Commerce Maths Solution Book Pdf Chapter 3 Differentiation Ex 3.4 Questions and Answers.

Maharashtra State Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4

1. Find \(\frac{d y}{d x}\) if:

Question 1.
√x + √y = √a
Solution:
√x + √y = √a
Differentiating both sides w.r.t. x, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 I Q1

Question 2.
x3 + y3 + 4x3y = 0
Solution:
x3 + y3 + 4x3y = 0
Differentiating both sides w.r.t. x, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 I Q2

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4

Question 3.
x3 + x2y + xy2 + y3 = 81
Solution:
x3 + x2y + xy2 + y3 = 81
Differentiating both sides w.r.t. x, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 I Q3

2. Find \(\frac{d y}{d x}\) if:

Question 1.
y.ex + x.ey = 1
Solution:
y.ex + x.ey = 1
Differentiating both sides w.r.t. x, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 II Q1

Question 2.
xy = e(x-y)
Solution:
xy = e(x-y)
∴ log xy = log e(x-y)
∴ y log x = (x – y) log e
∴ y log x = x – y …..[∵ log e = 1]
∴ y + y log x = x
∴ y(1 + log x) = x
∴ y = \(\frac{x}{1+\log x}\)
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 II Q2

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4

Question 3.
xy = log(xy)
Solution:
xy = log (xy)
∴ xy = log x + log y
Differentiating both sides w.r.t. x, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 II Q3

3. Solve the following:

Question 1.
If x5 . y7 = (x + y)12, then show that \(\frac{d y}{d x}=\frac{y}{x}\)
Solution:
x5 . y7 = (x + y)12
∴ log(x5 . y7) = log(x + y)12
∴ log x5 + log y7 = log(x + y)12
∴ 5 log x + 7 log y = 12 log (x + y)
Differentiating both sides w.r.t. x, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 III Q1
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 III Q1.1

Question 2.
If log(x + y) = log(xy) + a, then show that \(\frac{d y}{d x}=\frac{-y^{2}}{x^{2}}\)
Solution:
log (x + y) = log (xy) + a
∴ log(x + y) = log x + log y + a
Differentiating both sides w.r.t. x, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 III Q2

Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4

Question 3.
If ex + ey = e(x+y), then show that \(\frac{d y}{d x}=-e^{y-x}\).
Solution:
ex + ey = e(x+y) ……….(1)
Differentiating both sides w.r.t. x, we get
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 III Q3
Maharashtra Board 12th Commerce Maths Solutions Chapter 3 Differentiation Ex 3.4 III Q3.1