Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Class 11 NCERT Solutions- Chapter 8 Binomial Theorem - Miscellaneous Exercise on Chapter 8
Next article icon

Class 11 NCERT Solutions – Chapter 8 Binomial Theorem – Exercise 8.2

Last Updated : 01 Apr, 2021
Comments
Improve
Suggest changes
Like Article
Like
Report

Question 1. Find the coefficient of x5 in (x+3)8

Solution: 

The (r+1)th term of (x+3)8 is given by Tr+1 = 8Cr(x)8-r(3)r (eq1).

Therefore for x5 we need to get 8-r =5 (Because we need to find x5. Therefore, power ox must be equal to 5)

So we get r=3.

Now, put r=3 in eq1. We get,

Coefficient of x5 = 8C3(x)5(3)3 = 8!*33/(4!*4!) = 1512

Coefficient of x5 is 1512.

Question 2. Find the coefficient of a5b7 in (a-2b)12.

Solution: 

The (r+1)th term of (a-2b)12 is given by Tr+1 = 12Cr(a)12-r(-2b)r × (eq1)

In the question it is given that exponent of b is 7. Therefore, r should be equal to 7.

By putting r=7 in eq1, we get

Coefficient of a5b7 = 12C7(-2)7 = -101376

Question 3. Write the general term in the expansion of (x2−y)6.

Solution: 

General term of the equation (a+b)n is given as Tr+1 = nCr(a)n-r(b)r.

In this question a= x2 and b=-y. After putting the value of a, b and n, we get the general term as

Tr+1 = 6Cr(x2)(12-r)(-y)6 = (-1)r 6Cr(x)(12-2r)(y)r.

Question 4. Write the general term in the expansion of (x2-yx)12.

Solution: 

General term of the equation (a+b)n is given as Tr+1 = nCr(a)n-r(b)r.

In this question a= x2 and b=-yx. After putting the value of a, b and n, we get the general term as

Tr+1 = 12Cr(x2)(12-r)(-yx)r = (-1)r 12Cr(x)(24-2r)(y)r(x)r = (-1)r 12Cr(x)(24-r)(y)r 

Question 5. Find the 4th term in the expansion of (x-2y)12

Solution: 

General term in the expansion of (a+b)n is written as Tr+1 = nCr(a)n-r(b)r

In the question we are given that a = x, b = -2y and n=12.

To get the 4th term, we need to put r = 3 (Because r+1=4, therefore r=3).

Therefore, T4 = 12C3(x)12-3(-2y)3 = −1760x9y3

Question 6. Find the 13th term in the expansion of (9x-1/3√x)18

Solution: 

General term in the expansion of (a+b)n is written as Tr+1 = nCr(a)n-r(b)r

In this question a = 9x, b= -1/3√x and n=18.

To get the 13th term, we need to put r=12 (Because r+1=13, therefore r=12).

Therefore, T13 = 18C12(9x)18-12(-1/3√x)12 = 18564

Question 7. Find the middle terms in the expansion of (3−x3/6)7.

Solution: 

In the expansion of (a+b)n, if n is odd, then there are two middle terms, namely, ((n+1)/2)th and ((n+1)/2+1)th term.

Therefore, middle terms in the expansion of (3−x3/6)7are 4th term and 5th term.

T4 = T3+1 = 7C3(3)7-3(−x3/6)3 = (-1)37!34x9/4!.3!63=-105x9/8

T5 = T4+1 = 7C4(3)7-4(−x3/6)4= (-1)47!33x12/4!3!64 = 35x12/48

Thus, the middle terms are -105x9/8 and 35x12/48.

Question 8. Find the middle terms in the expansion of (x/3+9y)10

Solution: 

In the expansion of (a+b)n, if n is even, then the middle term is (n/2+1)th term.

Therefore, the middle term is 6th term.

T6 = T5+1 = 10C5(x/3)5(9y)5= (10!x595y5)/(5!5!35) = 61236x5y5

Thus, the middle term is 61236x5y5

Question 9. In the expansion of (1+a)m+n, prove that coefficients of am and an are equal.

Solution: 

Let us assume that am occurs in the (r+1)th term, we obtain

Tr+1 = m+nCr(1)m+n-r(a)r = m+nCrar

Comparing the indices of a in am and in Tr+1, we obtain r=m

Therefore, the coefficient of am is m+nCm = (m+n)!/m!n! …(1)

Let us assume that an occurs in the (k+1)th, we obtain

Tk+1 = m+nCk(1)m+n-k(a)k = m+nCkak

Comparing the indices of a in an and Tk+1, we obtain k-n

Therefore, the coefficient of an is m+nCn = (m+n)!/m!n! ….(2)

Thus, from (1) and (2), it can be obtained that the coefficients of am and an are equal.

Question 10. The coefficients of the (r-1)th, rth and (r+1)th terms in the expansion of (x+1)n are in the ratio of 1:3:5. Find n and r.

Solution: 

(r-1)th term in the expansion of (x+1)n is Tr-1 = nCr-2(x)n-(r-2)(1)r-2 = nCr-2(x)n-r+2

rth term in the expansion of (x+1)n is Tr = nCr-1(x)n-(r-1)(1)r-1 = nCr-1(x)n-r+1

(r+1)th term in the expansion of (x+1)n is Tr+1= nCr(x)n-r(1)r = nCr(x)n-r

Therefore the coefficients of (r-1)th , rth and (r+1)th in the expansion of (x+1)n are nCr-2, nCr-1 and nCr respectively.

Since these coefficients are in the ratio of 1:3:5, we obtain

nCr-2/nCr-1 = 1/3 and nCr-1/nCr = 3/5

Solving these two equations we get n-4r+5=0 and 3n-8r+3=0.

After solving these two equations, we get n=7 and r=3

Thus n=7 and r=3.

Question 11. Prove that the coefficient of x^n in the expansion of (1+x)2n is twice the coefficient of xn in the expansion of (1+x)2n-1.

Solution: 

In the expansion of (1+x)2n, Tn+1 = 2nCn(1)2n-n(x)n = 2nCnxn

Therefore, coefficient of xn in the expansion of (1+x)2n is 2nCn

2nCn = (2n)!/(n!)2 ….(1)

Similarly, coefficient of xn in the expansion of (1+x)2n-1 is 2n-1Cn

2n-1Cn = (2n)!/2.(n!)2 …(2)

From (1) and (2), 2.2n-1Cn = 2nCn

Hence, it is proved that the coefficient of xn in the expansion of (1+x)2n is twice the coefficient of xn in the expansion of (1+x)2n-1

Question 12. Find a positive value of m for which the coefficient of x2 in the expansion of (1+x)m is 6.

Solution: 

General term Tr+1 = mCr(1)m-r(x)r = mCr(x)r

Comparing the indices of x in x2 and Tr+1, we get r=2

Therefore, mC2 = 6

\frac{m!}{(2!(m-2)!)} = 6

m!/(m-2)!=12

m(m-1) = 12=> m2-m-12 = 0

(m-4)(m+3) = 0

m cannot be negative. Therefore, m=4



Next Article
Class 11 NCERT Solutions- Chapter 8 Binomial Theorem - Miscellaneous Exercise on Chapter 8
author
aankit71
Improve
Article Tags :
  • Class 11
  • Mathematics
  • NCERT
  • School Learning
  • Maths-Class-11
  • NCERT Solutions Class-11

Similar Reads

  • NCERT Solutions for Class 11 Maths 2024-25 : Chapter Wise PDF Download
    NCERT Solutions for Class 11 Maths provides solutions that are easy to understand. The Class 11 NCERT solutions for Maths provided by our expert team can help you to build a deeper understanding of concepts like Sets, Relations and functions, Complex numbers, Conic sections, etc. In this Class 11th
    15+ min read
  • Chapter 1: Sets

    • Class 11 NCERT Solutions - Chapter 1 Sets - Exercise 1.1
      Chapter 1 of the Class 11 NCERT Mathematics textbook, titled "Sets," introduces students to the concept of sets, a fundamental idea in mathematics. This chapter covers various topics, including types of sets, subsets, power sets, and the representation of sets. Exercise 1.1 focuses on basic set oper
      8 min read

    • Class 11 NCERT Solutions - Chapter 1 Sets - Exercise 1.2
      Chapter 1 of the Class 11 NCERT Mathematics textbook, titled "Sets," lays the foundation for understanding set theory, including various types of sets, operations on sets, and their representations. Exercise 1.2 focuses on performing basic operations with sets, such as union, intersection, and diffe
      8 min read

    • Class 11 NCERT Solutions - Chapter 1 Sets - Exercise 1.3
      Set Theory is a branch of logical mathematics that studies the collection of objects and operations based on it. A set is simply a collection of objects or a group of objects. For example a Set of letters in English Alphabet. The words collection, aggregate, and class are synonymous with the set. On
      9 min read

    • Class 11 NCERT Solutions - Chapter 1 Sets - Exercise 1.4
      Question 1. Find the union of each of the following pairs of sets:(i) X = {1, 3, 5} Y = {1, 2, 3}(ii) A = {a, e, i, o, u} B = {a, b, c}(iii) A = {x: x is a natural number and multiple of 3}B = {x: x is a natural number less than 6}(iv) A = {x: x is a natural number and 1 < x ≤ 6}B = {x: x is a na
      10 min read

    • Class 11 NCERT Solutions - Chapter 1 Sets - Exercise 1.5
      Chapter 1 of the Class 11 NCERT Mathematics textbook, "Sets," introduces the basic concepts of sets, including definitions, types of sets, and set operations. Exercise 1.5 focuses on solving problems related to the operations and properties of sets. NCERT Solutions for Class 11 - Mathematics - Chapt
      7 min read

    • Class 11 NCERT Solutions - Chapter 1 Sets - Exercise 1.6
      Chapter 1 of Class 11 NCERT Mathematics focuses on "Sets" a fundamental concept in mathematics that provides the basis for the various mathematical structures and operations. Understanding sets is crucial for grasping more advanced topics in algebra, calculus, and discrete mathematics. Exercise 1.6
      8 min read

    • Class 11 NCERT Solutions- Chapter 10 Straight Lines - Miscellaneous Exercise on Chapter 10 | Set 1
      Question 1. Find the values of k for which the line (k – 3)x – (4 – k2)y + k2 – 7k + 6 = 0 is (a) Parallel to the x-axis (b) Parallel to the y-axis (c) Passing through the origin. Solution: We are given the line, (k – 3)x – (4 – k2)y + k2 – 7k + 6 = 0 => (4 – k2)y = (k – 3)x + k2 – 7k + 6 => y
      12 min read

    • Class 11 NCERT Solutions- Chapter 1 Sets - Miscellaneous Exercise on Chapter 1 | Set 2
      Chapter 1 Sets - Miscellaneous Exercise on Chapter 1 | Set 1Question 11: Let A and B be sets. If A ∩ X = B ∩ X = φ and A ∪ X = B ∪ X for some set X, show that A = B Solution: A = A ∩ (A ∪ X) //absorption law A = A ∩ (B ∪ X) //given that A ∩ X = B ∩ X = (A ∩ B) ∪ (A ∩ X) //distributive law = (A ∩ B)
      6 min read

    Chapter 2: Relations and Functions

    • Class 11 NCERT Solutions - Chapter 2 Relation And Functions - Exercise 2.1
      Chapter 2 of the Class 11 NCERT Mathematics textbook, titled "Relations and Functions," introduces students to the fundamental concepts of relations and functions in mathematics. This chapter explores different types of relations and functions, their properties, and how to represent them. Exercise 2
      9 min read

    • Class 11 NCERT Solutions- Chapter 2 Relation And Functions - Exercise 2.2
      Chapter 2 of the Class 11 NCERT Mathematics textbook, "Relations and Functions," delves into the fundamental concepts of relations and functions, which are essential building blocks in higher mathematics. This chapter covers the definition and types of relations, along with an introduction to functi
      8 min read

    • Class 11 NCERT Solutions- Chapter 2 Relation And Functions - Exercise 2.3
      Chapter 2 of the Class 11 NCERT Mathematics textbook, "Relations and Functions," covers the foundational concepts of relations and functions, including their definitions, types, and properties. Exercise 2.3 focuses on problems related to various types of functions and their properties. NCERT Solutio
      6 min read

    • Class 11 NCERT Solutions- Chapter 2 Relation And Functions - Miscellaneous Exercise on Chapter 2
      In this article, we will be going to solve the entire Miscellaneous Exercise of Chapter 2 of the NCERT textbook. Relations and functions are fundamental concepts in mathematics, particularly in algebra and calculus. They describe how elements from one set can be associated with elements from another
      11 min read

    Chapter 3: Trigonometric Functions

    • Class 11 NCERT Mathematics Solutions - Chapter 3 Trigonometric Function - Exercise 3.1
      Chapter 3 of the Class 11 NCERT Mathematics textbook, "Trigonometric Functions," explores the fundamental aspects of trigonometric functions, including their definitions, properties, and various applications. Exercise 3.1 focuses on solving basic problems related to these functions to build a solid
      7 min read

    • Class 11 NCERT Mathematics Solutions - Chapter 3 Trigonometric Function - Exercise 3.2
      Chapter 3 Trigonometric Functions, of the Class 11 NCERT Mathematics textbook deals with Trigonometric Functions which are a fundamental area in trigonometry. In Exercise 3.2, students explore the various problems related to trigonometric functions including their properties and applications. Unders
      6 min read

    • Class 9 NCERT Solutions - Chapter 3 Coordinate Geometry - Exercise 3.3
      Coordinate Geometry is a crucial branch of mathematics that blends algebra and geometry to study the positions of the points on a plane. It plays an essential role in the Class 9 syllabus forming the foundation for the more advanced topics in higher classes. Exercise 3.3 in Chapter 3 focuses on appl
      5 min read

    • Class 11 NCERT Solutions- Chapter 3 Trigonometric Function - Exercise 3.4
      NCERT Solutions for Class 11 Maths Chapter 3 - Trigonometric Functions Exercise 3.4" provides comprehensive answers and explanations to the questions and problems presented in Exercise 3.4 of the textbook. This exercise focuses on exploring the properties and applications of trigonometric functions,
      6 min read

    • Class 11 NCERT Solutions- Chapter 3 Trigonometric Function - Miscellaneous Exercise on Chapter 3
      Chapter 3 of Class 11 NCERT Mathematics titled "Trigonometric Functions" delves into the fundamental trigonometric functions and their applications. This chapter provides an in-depth understanding of the angles trigonometric ratios and functions which are essential for solving various mathematical p
      10 min read

    Chapter 4: Principle of Mathematical Induction

    • Class 11 NCERT Solutions- Chapter 4 Principle of Mathematical Induction - Exercise 4.1 | Set 1
      The Principle of Mathematical Induction is a fundamental concept in mathematics used to the prove statements or formulas that are asserted for the every natural number. This principle is pivotal in the establishing the validity of the various mathematical propositions and theorems. Principle of Math
      12 min read

    • Class 11 NCERT Solutions- Chapter 4 Principle of Mathematical Induction - Exercise 4.1 | Set 2
      Question 14: [Tex](1+ \frac{1}{1}) (1+ \frac{1}{2}) (1+ \frac{1}{3}) ..... (1+ \frac{1}{n}) [/Tex] = (n+1)Solution: We have, P(n) = [Tex](1+ \frac{1}{1}) (1+ \frac{1}{2}) (1+ \frac{1}{3}) ..... (1+ \frac{1}{n}) [/Tex] = (n+1) For n=1, we get P(1) = (1+ [Tex]\frac{1}{1} [/Tex]) = 2 = (1+1) = 2 So, P(
      12 min read

    Chapter 5: Complex Numbers and Quadratic Equations

    • Class 11 NCERT Solutions- Chapter 5 Complex Numbers And Quadratic Equations - Exercise 5.1 | Set 1
      For Q.1 to Q.10 express each complex number in form of a+ibQuestion 1. (5i)[Tex](\frac{-3i}{5})[/Tex] Solution: Let the given number be a, a= (5i)*[Tex](\frac{-3i}{5})[/Tex] a= [Tex]\frac{-15i^2}{5}[/Tex] a= (-3)*i2 a= (-3)*(-1) a= 3+0i Question 2. i9+i19 Solution: Let the given number be a, a = i9
      2 min read

    • Class 11 NCERT Solutions- Chapter 5 Complex Numbers And Quadratic Equations - Exercise 5.1 | Set 2
      Chapter 5 Complex Numbers And Quadratic Equations - Exercise 5.1 | Set 1For Q.11 to Q.13 find the multiplicative inverse of the given number Question 11. 4-3i Solution: Let's denote given number as a, the complement of a = [Tex]\overline{a} [/Tex] = [Tex]\overline{4-3i}[/Tex] [Tex]\overline{a} [/Tex
      2 min read

    • Class 11 NCERT Solutions- Chapter 5 Complex Numbers And Quadratic Equations - Exercise 5.2
      Find the modulus and the arguments of each of the complex numbers i. Exercises 1 to 2.Question 1. z = – 1 – i √3 Solution: We have, z = -1 - i√3 We know that, z = r (cosθ + i sinθ) Therefore, r cosθ = -1 ---(1) r sinθ = -√3 ----(2) On Squaring and adding (1) and (2), we obtain r2 (cos 2θ + sin 2θ) =
      6 min read

    • Class 11 NCERT Solutions- Chapter 5 Complex Numbers And Quadratic Equations - Exercise 5.3
      Solve each of the following equations:Question 1. x2 + 3 = 0 Solution: We have, x2 + 3 = 0 or x2 + 0 × x + 3 = 0 ---(1) Discriminant, D = b2 - 4ac from (1) , a = 1 , b = 0 and c = 3 D = (0)2 - 4*(1)*(3) D = -12 Since , x = [Tex]\frac{( -b ± \sqrt{D} }{2a}[/Tex] Therefore , x = [Tex]\frac{( -0 ± \sqr
      5 min read

    • Class 11 NCERT Solutions- Chapter 5 Complex Numbers And Quadratic Equations - Miscellaneous Exercise on Chapter 5 | Set 1
      Complex numbers are fundamental in higher mathematics and have a wide range of applications in engineering, physics, and applied sciences. Chapter 5 of the Class 11 NCERT textbook introduces the concept of complex numbers and their properties. This chapter also covers quadratic equations including t
      7 min read

    • Class 11 NCERT Solutions - Chapter 5 Complex Numbers And Quadratic Equations - Miscellaneous Exercise on Chapter 5 | Set 2
      Chapter 5 of Class 11 NCERT Mathematics deals with Complex Numbers and Quadratic Equations. This chapter introduces the concept of complex numbers, which are essential for solving certain types of quadratic equations that do not have real solutions. The chapter also covers the algebraic operations o
      6 min read

    Chapter 6: Linear Inequalities

    • Class 11 NCERT Solutions- Chapter 6 Linear Inequalities - Exercise 6.1 | Set 1
      Question 1. Solve 24x < 100, when (i) x is a natural number. (ii) x is an integer. Solution: (i) when x is a natural number. Clearly x>0 because from definition (N =1,2,3,4,5,6.....)Now we have to divide the inequation by 24 we get x<25/6But x is a natural number that is the solution will b
      8 min read

    • Class 11 NCERT Solutions - Chapter 6 Linear Inequalities - Exercise 6.1 | Set 2
      Chapter 6 Linear Inequalities - Exercise 6.1 | Set 1Question 13. 2 (2x + 3) – 10 < 6 (x – 2) Solution: Given, 2(2x + 3) – 10 < 6 (x – 2)By multiplying we get4x + 6 – 10 < 6x – 12On simplifying we get4x – 4 < 6x – 12– 4 + 12 < 6x – 4x8 < 2x4 < xThus, the solutions of the given eq
      8 min read

    • Class 11 NCERT Solutions - Chapter 6 Linear Inequalities - Exercise 6.2
      Solve the following inequalities graphically in two-dimensional plane:Question 1: x + y < 5 Solution: Now draw a dotted line x + y = 5 in the graph (because (x + y = 5) is NOT the part of the given equation) We need at least two solutions of the equation. So, we can use the following table to dra
      6 min read

    • Class 11 NCERT Solutions - Chapter 6 Linear Inequalities - Exercise 6.3
      Solve the following system of inequalities graphically:Question 1: x ≥ 3, y ≥ 2 Solution: For equation 1: Now draw a solid line x = 3 in the graph (because (x = 3) is the part of the given equation) we need at least two solutions of the equation. So, we can use the following table to draw the graph:
      15+ min read

    • Class 11 NCERT Solutions- Chapter 6 Linear Inequalities - Miscellaneous Exercise on Chapter 6
      Chapter 6 of Class 11 NCERT Mathematics delves into the topic of the Linear Inequalities. Linear inequalities are mathematical expressions that involve inequalities rather than equalities representing a range of possible values for the variable rather than a single solution. In this chapter, student
      13 min read

    Chapter 7: Permutations and Combinations

    • Class 11 NCERT Solutions - Chapter 7 Permutations And Combinations - Exercise 7.1
      Chapter 7 of the Class 11 NCERT Mathematics textbook, titled "Permutations and Combinations," introduces students to fundamental concepts in counting and arranging objects. This chapter focuses on the principles of permutations and combinations, which are essential for solving various problems in pr
      6 min read

    • Class 11 NCERT Solutions - Chapter 7 Permutations And Combinations - Exercise 7.2
      Chapter 7 of the Class 11 NCERT Mathematics textbook, titled "Permutations and Combinations," delves into the principles of counting and arranging objects. This chapter covers the concepts of permutations and combinations, which are crucial for solving problems involving the arrangement and selectio
      4 min read

    • Class 11 NCERT Solutions- Chapter 7 Permutations And Combinations - Exercise 7.3
      Theorem 1: The number of permutations of n different objects taken r at a time, where 0 < r ≤ n and the objects do not repeat is n(n-1)(n – 2). . .(n – r + 1), which is denoted by nPr = [Tex]\frac{n!}{(n-r)!}[/Tex] Theorem 2: The number of permutations of n different objects taken r at a time, wh
      15 min read

    • Class 11 NCERT Mathematics Solutions- Chapter 7 Permutations And Combinations - Exercise 7.4
      Chapter 7 of the Class 11 NCERT Mathematics textbook, "Permutations and Combinations," explores fundamental concepts of counting and arrangement. Exercise 7.4 focuses on applying these concepts to solve problems related to permutations and combinations, enhancing students' ability to handle various
      6 min read

    • Class 11 NCERT Solutions- Chapter 7 Permutations And Combinations - Miscellaneous Exercise on Chapter 7
      Chapter 7 of the Class 11 NCERT Mathematics textbook delves into the Permutations and Combinations essential topics in the probability and combinatorics. This chapter explores the fundamental principles of the counting and arrangement which are crucial for the solving various problems in the mathema
      11 min read

    Chapter 8: Binomial Theorem

    • Class 11 NCERT Solutions- Chapter 8 Binomial Theorem - Exercise 8.1
      The Binomial Theorem provides a method to expand expressions that are raised to a power such as the (x + y)n. It is a crucial concept in algebra, particularly useful for expanding the polynomials and solving combinatorial problems. In this chapter, students learn to apply the Binomial Theorem to sim
      9 min read

    • Class 11 NCERT Solutions - Chapter 8 Binomial Theorem - Exercise 8.2
      Question 1. Find the coefficient of x5 in (x+3)8 Solution: The (r+1)th term of (x+3)8 is given by Tr+1 = 8Cr(x)8-r(3)r (eq1). Therefore for x5 we need to get 8-r =5 (Because we need to find x5. Therefore, power ox must be equal to 5) So we get r=3. Now, put r=3 in eq1. We get, Coefficient of x5 = 8C
      5 min read

    • Class 11 NCERT Solutions- Chapter 8 Binomial Theorem - Miscellaneous Exercise on Chapter 8
      Question 1. Find a, b, and n in the expansion of (a + b)n if the first three terms of the expansion are 729, 7290, and 30375, respectively.Solutions: As, we know that (r+1)th term of (a+b)n is denoted by, Tr+1 = nCr an-r br Here, it is given that first three terms of the expansion are 729, 7290 and
      11 min read

    Chapter 9: Sequences and Series

    • Class 11 NCERT Solutions- Chapter 9 Sequences And Series - Exercise 9.1
      Chapter 9 of the NCERT Class 11 Mathematics textbook covers Sequences and Series which are fundamental concepts in algebra and mathematical analysis. Exercise 9.1 specifically deals with the problems that help students understand and solve various types of sequences and series. Mastery of these prob
      6 min read

    • Class 11 NCERT Solutions- Chapter 9 Sequences And Series - Exercise 9.2
      Chapter 9 of the NCERT Class 11 Mathematics textbook focuses on the Sequences and Series a fundamental topic in algebra. Exercise 9.2 deals with the various problems related to arithmetic and geometric progressions in which are key concepts in understanding the behavior and relationships of the sequ
      9 min read

    • Class 11 NCERT Solutions- Chapter 9 Sequences And Series - Exercise 9.3 | Set 1
      Question 1. Find the 20th and nth terms of the G.P 5/2, 5/4, 5/8, ... Solution: According to the question G.P: 5/2, 5/4, 5/8, ... So, first term(a) = 5/2 So, the common ratio(r) = [Tex]\frac{a_1}{a}=\frac{\frac54}{\frac52}= \frac12[/Tex] Find: 20th and nth terms of the given G.P So, the nth term of
      10 min read

    • Class 11 NCERT Solutions- Chapter 9 Sequences And Series - Exercise 9.3 | Set 2
      Question 17. If the 4th, 10th and 16th terms of a G.P. are x, y, and z, respectively. Prove that x, y, z are in G.P. Solution: Let the first term of G.P. be a and common ratio be r. According to the question a4 = ar3 = x ......(1) a10 = ar9 = y ......(2) a16 = ar15 = z ......(3) Now divide eq(2) by
      10 min read

    • Class 11 NCERT Solutions- Chapter 9 Sequences And Series - Exercise 9.4
      Find the sum to n terms of each of the series in Exercises 1 to 7.Question 1. 1 × 2 + 2 × 3 + 3 × 4 + 4 × 5 + … Solution: Given: Series = 1 × 2 + 2 × 3 + 3 × 4 + 4 × 5 + … To find nth term, we have nth term, an = n ( n + 1) So, the sum of n terms of the series: [Tex]S_n=\displaystyle\sum^n_{k=1}a_k=
      4 min read

    • Class 11 NCERT Solutions- Chapter 9 Sequences And Series - Miscellaneous Exercise On Chapter 9 | Set 1
      Question 1. Show that the sum of (m + n)th and (m – n)th terms of an A.P. is equal to twice the mth term. Solution: Let the first term and common difference of the A.P. be a and d respectively. (m+n)th term of the A.P. = a+(m+n−1)d (m−n)th term of the A.P. = a+(m−n−1)d Thus, L.H.S = a+(m+n−1)d + a+(
      11 min read

    • Class 11 NCERT Solutions- Chapter 9 Sequences And Series - Miscellaneous Exercise On Chapter 9 | Set 2
      Question 17. If a, b, c, d are in G.P, prove that (an + bn), (bn + cn), (cn + dn) are in G.P. Solution: We are given, a, b, c and d are in G.P. Therefore, we have b2 = ac … (1) c2 = bd … (2) ad = bc … (3) We need to prove (an + bn), (bn + cn), (cn + dn) are in G.P. i.e., => (bn+ cn)2 = (an + bn)
      14 min read

geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences