JEE Advanced Challenging Level

Mock Test 2 — Permutations and Combinations

15 questions • 45 minutes • auto-graded with full solutions
45:00
0 / 15 answered
0 / 15
0Correct
0Wrong
0Skipped
0:00Time used
Section A — MCQ (Single Correct)
Question 1
Find the number of ways to arrange 4 boys and 4 girls in a row such that the boys and girls sit alternating.
Question 2
The number of non-negative integer solutions to the equation $x + y + z + w = 12$ such that $x \ge 1, y \ge 2, z \ge 0, w \ge 0$ is:
Question 3
Find the rank of the short word `RANK` when all its structural permutations are arranged alphabetically as in a dictionary.
Question 4
The number of ways to divide 8 distinct objects into 4 equal groups of 2 objects each is:
Question 5
There are 5 distinct fountain pens and 5 distinct caps. The number of ways to pair them such that every single pen gets a wrong cap is:
Question 6
The total number of rectangles contained inside a standard chessboard grid ($8 \times 8$ squares) is:
Question 7
The sum of all 4-digit numbers that can be formed using the digits \{1, 2, 3, 4\} without repetition is:
Question 8
The number of ways to choose 4 letters from the word `EXAMINATION` is a multi-case problem. The total number of selection options is:
Question 9
If 6 people are to be seated around a round table, and 2 specific individuals refuse to sit next to each other, the number of valid arrangements is:
Question 10
The value of the combinatorial expression $^{n}C_0 + ^{n}C_1 + ^{n}C_2 + \dots + ^{n}C_n$ represents the total sum of binomial coefficients, which equals:
Section B — Integer Type
Question 11 — Integer answer
Find the number of distinct ways to arrange the letters of the word `PERMUTATION` such that the relative order of the vowels remains completely unchanged.
Enter an integer value.
Question 12 — Integer answer
Find the number of divisors of the integer 360, excluding 1 and the number itself.
Enter an integer value.
Question 13 — Integer answer
Determine the number of solutions to the equation $x_1 + x_2 + x_3 = 7$ in positive integers ($x_i \ge 1$).
Enter an integer value.
Section C — Assertion & Reasoning
Question 14 — Assertion / Reason
Assertion (A): The number of ways to arrange $n$ distinct items in a circle is $(n-1)!$.
Reason (R): Fixing the position of one item breaks the rotational symmetry of the circle, transforming the remaining choices into a standard linear permutation of $n-1$ items.
Solution: Both A and R are true and R is the correct explanation.
Question 15 — Assertion / Reason
Assertion (A): The number of non-negative integer solutions to $x+y=10$ is exactly 11.
Reason (R): The variable $x$ can take any integer value from 0 up to 10 independently, and each choice uniquely determines the value of $y$ since $y = 10 - x$.
Solution: Both A and R are true and R is the correct explanation.