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 7 Permutations And Combinations - Exercise 7.2
Next article icon

Class 11 NCERT Solutions – Chapter 7 Permutations And Combinations – Exercise 7.1

Last Updated : 04 Oct, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

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 probability and combinatorial mathematics. Exercise 7.1 deals with basic problems on permutations and combinations, helping students understand how to count arrangements and selections.

NCERT Solutions for Class 11 – Chapter 7 Permutations and Combinations – Exercise 7.1

This section provides detailed solutions for Exercise 7.1 from Chapter 7 of the Class 11 NCERT Mathematics textbook. The exercise includes problems that involve calculating permutations and combinations in different scenarios. The solutions are explained step-by-step to help students grasp the methods for solving these problems and applying the principles of permutations and combinations effectively.

Problem 1: How many 3-digit numbers can be formed from the digits 1, 2, 3, 4 and 5 assuming that – 

(i) repetition of the digits is allowed?

Solution: 

Answer: 125.

Method:

Here, Total number of digits = 5

Let 3-digit number be XYZ.

Now the number of digits available for X = 5,

As repetition is allowed,

So the number of digits available for Y and Z will also be 5 (each).

Thus, The total number of 3-digit numbers that can be formed = 5×5×5 = 125.

(ii) repetition of the digits is not allowed? 

Solution:

Answer: 60.

Method:

Here, Total number of digits = 5

Let 3-digit number be XYZ.

Now the number of digits available for X = 5,

As repetition is not allowed,

So the number of digits available for Y = 4 (As one digit has already been chosen at X),

Similarly, the number of digits available for Z = 3.

Thus, The total number of 3-digit numbers that can be formed = 5×4×3 = 60.

Problem 2: How many 3-digit even numbers can be formed from the digits 1, 2, 3, 4, 5, 6 if the digits can be repeated?

Solution:

Answer: 108.

Method:

Here, Total number of digits = 6

Let 3-digit number be XYZ.

Now, as the number should be even so the digits at unit place must be even, so number of digits available for Z = 3 (As 2,4,6 are even digits here),

As the repetition is allowed,

So the number of digits available for X = 6,

Similarly, the number of digits available for Y = 6.

Thus, The total number of 3-digit even numbers that can be formed = 6×6×3 = 108.

Problem 3: How many 4-letter code can be formed using the first 10 letters of the English alphabet if no letter can be repeated? 

Solution:

Answer: 5040

Method:

Here, Total number of letters = 10

Let the 4-letter code be 1234.

Now, the number of letters available for 1st place = 10,

As repetition is not allowed,

So the number of letters possible at 2nd place = 9 (As one letter has already been chosen at 1st place),

Similarly, the number of letters available for 3rd place = 8,

and the number of letters available for 4th place = 7.

Thus, The total number of 4-letter code that can be formed = 10×9×8×7 = 5040.

Problem 4: How many 5-digit telephone numbers can be constructed using the digits 0 to 9 if each number starts with 67 and no digit appears more than once?

Solution:

Answer: 336

Method:

Here, Total number of digits = 10 (from 0 to 9)

Let 5-digit number be ABCDE.

Now, As the number should start from  67 so the number of possible digits at A and B = 1 (each),

As repetition is not allowed,

So the number of digits available for C = 8 ( As 2 digits have already been chosen at A and B),

Similarly, the number of digits available for D = 7,

and the number of digits available for E = 6.

Thus, The total number of 5-digit telephone numbers that can be formed = 1×1×8×7×6 = 336.

Problem 5: A coin is tossed 3 times and the outcomes are recorded. How many possible outcomes are there?

Solution:

Answer: 8

Method:

We know that, the possible outcome after tossing a coin is either head or tail (2 outcomes),

Here, a coin is tossed 3 times and outcomes are recorded after each toss,

Thus, the total number of outcomes = 2×2×2 = 8.

Problem 6: Given 5 flags of different colours, how many different signals can be generated if each signal requires the use of 2 flags, one below the other?

Solution:

Answer: 20.

Method:

Here, Total number of flags = 5

As each signal requires 2 flag and signals should be different so repetition will not be allowed,

So, the number of flags possible for the upper place = 5,

and the number of flags possible for the lower place = 4.

Thus, the total number of different signals that can be generated = 5×4 = 20.

Summary

Chapter 7 of the Class 11 NCERT Mathematics textbook, “Permutations and Combinations,” covers the fundamental principles of counting arrangements and selections. Exercise 7.1 focuses on basic problems involving permutations and combinations, providing students with practice in calculating the number of ways to arrange or select objects. The exercise aims to reinforce students’ understanding of these concepts through a series of step-by-step problems.

Related Articles:

  • Class 11 NCERT Solutions – Chapter 7 Permutations And Combinations – Exercise 7.2
  • Class 11 NCERT Solutions – Chapter 7 Permutations And Combinations – Exercise 7.3


Next Article
Class 11 NCERT Solutions - Chapter 7 Permutations And Combinations - Exercise 7.2
author
guptavaibhav1
Improve
Article Tags :
  • Class 11
  • Mathematics
  • NCERT
  • School Learning
  • Technical Scripter
  • Maths-Class-11
  • NCERT Solutions Class-11
  • Technical Scripter 2020

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