Past JEE Main Entrance Paper

Overview 

Fundamental principle of counting

Multiplication principle (Fundamental Principle of Counting)

Suppose an event \(E\) can occur in \(m\) different ways and associated with each way of occurring of \(E\), another event \(F\) can occur in \(n\) different ways, then the total number of occurrence of the two events in the given order is \(m \times n\).

Addition principle

If an event \(E\) can occur in \(m\) ways and another event \(F\) can occur in \(n\) ways, and suppose that both can not occur together, then \(E\) or \(F\) can occur in \(m+n\) ways.

Permutations

A permutation is an arrangement of objects in a definite order.

Permutation of \(n\) different objects

The number of permutations of \(n\) objects taken all at a time, denoted by the symbol \({ }^n P _n\), is given by
\(
{ }^n P _n=n!
\)
where \(n!=n(n-1)(n-2) \ldots 3.2 .1\), read as factorial \(n\), or \(n\) factorial.
The number of permutations of \(n\) objects taken \(r\) at a time, where \(0<r \leq n\), denoted by \({ }^n P _r\), is given by
\(
{ }^n P _r=\frac{n!}{(n-r)!}
\)
\(
\text { We assume that } 0!=1
\)

When repetition of objects is allowed

The number of permutations of \(n\) things taken all at a time, when repetition of objects is allowed is \(n^n\).

The number of permutations of \(n\) objects, taken \(r\) at a time, when repetition of objects is allowed, is \(n^r\).

Permutations when the objects are not distinct

The number of permutations of \(n\) objects of which \(p_1\) are of one kind, \(p_2\) are of second kind, …, \(p_k\) are of \(k^{\text {th }}\) kind and the rest if any, are of different kinds is \(\frac{n!}{p_{1}!p_{2}!\ldots p_{k}!}\)

Combinations

On many occasions we are not interested in arranging but only in selecting \(r\) objects from given \(n\) objects. A combination is a selection of some or all of a number of different objects where the order of selection is immaterial. The number of selections of \(r\) objects from the given \(n\) objects is denoted by \({ }^n C _r\), and is given by
\(
{ }^n C _r=\frac{n!}{r!(n-r)!}
\)

Remarks

  • Use permutations if a problem calls for the number of arrangements of objects and different orders are to be counted.
  • Use combinations if a problem calls for the number of ways of selecting objects and the order of selection is not to be counted.

Some important results

Let \(n\) and \(r\) be positive integers such that \(r \leq n\). Then

  • \({ }^n C _r={ }^n C _{n-r}\)
  • \({ }^n C _r+{ }^n C _{r-1}={ }^{n+1} C _r\)
  • \(n^{n-1} C _{r-1}=(n-r+1)^n C _{r-1}\)

You cannot copy content of this page