Tag: combinatorics and mathematical induction

Questions Related to combinatorics and mathematical induction

Multiple choice exponent of a prime in n! factorial notation combinatorics and mathematical induction permutations and combinations maths

If $^{2n+1}P _{n-1}: ^{2n-1}P _n = 3 : 5$, then $n$

  1. $n = 2$
  2. $n = 3$
  3. $n = 4$
  4. $n = 5$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

  Given $^{2n+1}P _{n-1}: ^{2n-1}P _n = 3 : 5$ which can be further simplified as
$ \displaystyle \frac {\frac { (2n+1)! }{ (n+2)! }  }{ \frac { (2n-1)! }{ (n-1)! }  }= \frac { 3 }{ 5 } $
$\Rightarrow \displaystyle \frac {(2n+1)(2n)}{(n+2)(n+1)(n)} = \displaystyle\frac{3}{5} $
$\Rightarrow $ $3{n}^{2}-11n-4=0$ .
On solving this quadratic equation we get roots as  $ 4 $ and $ -\displaystyle \frac{1}{3} $.
Since $n$ is an integer,$n=4$.

Multiple choice exponent of a prime in n! factorial notation combinatorics and mathematical induction permutations and combinations maths

There are m apples and n oranges to be placed in a line such that the two extreme fruits being both oranges. Let P denotes the number of arrangements if the fruits of the same species are different and Q the corresponding figure when the fruits of the same species are alike, then the ratio P/Q has the value equal to :

  1. $^{ n }{ P } _{ { 2 }^{ - } }\quad ^{ m }{ P } _{ { m }^{ - } }\quad (n-2)!$
  2. $^{ m }{ P } _{ { 2 }^{ - } }\quad ^{ n }{ P } _{ { n }^{ - } }\quad (n-2)!$
  3. $^{ n }{ P } _{ { 2 }^{ - } }\quad ^{ n }{ P } _{ { n }^{ - } }\quad (m-2)!$
  4. none

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

P (distinct) = (n * (n-1)) * m! * (n-2)!. Q (alike) = (n-2)!. The ratio P/Q is n! * m! / (n-2)! which simplifies based on the specific arrangement constraints.

Multiple choice exponent of a prime in n! factorial notation combinatorics and mathematical induction permutations and combinations maths

In the word $ENGINEERIGNG if all $Es$ are not together and $Ns$ come together then number of permutations is

  1. $\dfrac{9!}{2!2!}-\dfrac{7!}{2!2!}$
  2. $\dfrac{9!}{3!2!}-\dfrac{7!}{2!2!}$
  3. $\dfrac{9!}{3!2!2!}-\dfrac{7!}{2!2!2!}$
  4. $\dfrac{9!}{3!2!2!}-\dfrac{7!}{2!2!}$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

ENGINEERING has 11 letters: E(3), N(3), G(2), I(2), R(1). Total permutations with Ns together (treating NNN as one block) is 9! / (3! * 2! * 2!). Subtracting cases where Es are also together (EEE as one block) gives the result.

Multiple choice exponent of a prime in n! factorial notation combinatorics and mathematical induction permutations and combinations maths

There are m apples and n oranges to be placed in a line such that the two extreme fruits being both oranges. Let P denotes the number of arrangements if the fruits of the same species are different and Q the corresponding figure when the fruits of the same species are alike, then the ratio P/Q has the value equal to :

  1. $^{ n }{ P } _{ 2^{ . } }\quad ^{ m }{ P } _{ { m }^{ . } }(n-2)!$
  2. $^{ m }{ P } _{ 2^{ . } }\quad ^{ n }{ P } _{ { n }^{ . } }(n-2)!$
  3. $^{ m }{ P } _{ 2^{ . } }\quad ^{ n }{ P } _{ { n }^{ . } }(n-2)!$
  4. none

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is a duplicate of 459936. The logic remains the same.

Multiple choice exponent of a prime in n! factorial notation combinatorics and mathematical induction permutations and combinations maths

If $3.^{n _{1}-n _{2}}P _{2}=^{n _{1}+n _{2}}P _{2}=90$, then the ordered $(n _{1},n _{2})$ is:

  1. $(8,2)$
  2. $(7,3)$
  3. $(16,8)$
  4. $(9,2)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

3 * (n1-n2)(n1-n2-1) = (n1+n2)(n1+n2-1) = 90. Solving (n1+n2)(n1+n2-1) = 90 gives n1+n2 = 10. Solving 3 * (n1-n2)(n1-n2-1) = 90 gives (n1-n2)(n1-n2-1) = 30, so n1-n2 = 6. Adding equations: 2n1 = 16, n1 = 8. Then n2 = 2.