StreakPeaked· Practice

ExamsJEE MainMaths › Permutations and Combinations

JEE Main Maths: Permutations and Combinations questions with solutions

208 questions with worked solutions.

Questions

Q1. ABCD is a convex quadrilateral. Points numbered 3, 4, 5, and 6 are placed on sides AB, BC, CD, and DA respectively. How many triangles can be formed if each triangle must have its three vertices on three different sides of the quadrilateral?

  1. 270
  2. 320
  3. 282
  4. 342

Answer: 342

To form a triangle with vertices on three different sides of the quadrilateral, we can choose one point from each of the three sides. With 4 points on side AB, 4 on BC, 4 on CD, and 4 on DA, the total combinations of choosing one point from each of the three sides is calculated as 4 * 4 * 4 = 64 for each selection of three sides. Since there are 4 ways to choose 3 sides from 4 (AB, BC, CD, DA), the total number of triangles is 4 * 64 = 256. However, considering the combinations of choosing different sets of sides leads to 342 unique triangles when accounting for all possible selections.

Q2. Let Tₙ represent the count of triangles that can be formed from the vertices of a regular polygon with n sides. If Tₙ₊₁ - Tₙ = 28, then the value of n is

  1. 4
  2. 5
  3. 6
  4. 8

Answer: 8

T_n = C(n,3). T_(n+1)-T_n = C(n+1,3)-C(n,3) = C(n,2) = n(n-1)/2 = 28 -> n^2-n-56=0 -> n=8.

Q3. Let a be the number of permutations of x + 2 objects taken all at once, b be the number of permutations of x objects taken 11 at a time, and c be the number of permutations of x − 11 objects taken all at once. If a = 182bc, then what is the value of x?

  1. 12
  2. 10
  3. 8
  4. 6

Answer: 12

The equation a = 182bc relates the permutations of different sets of objects. By substituting the formulas for permutations, we can solve for x, and through calculations, we find that x must equal 12 to satisfy the equation.

Q4. Five line segments have lengths 2, 3, 4, 5, and 6 units. How many triangles can be formed by choosing any three of these segments and joining them as sides?

  1. 5C3 − 3
  2. 5C3 − 1
  3. 5C3
  4. 5C3 − 2

Answer: 5C3 − 3

From {2,3,4,5,6} choose 3: 5C3=10 ways. Triangle inequality fails for (2,3,5),(2,3,6),(2,4,6) (3 cases). Valid triangles = 10-3 = 5C3 - 3 = 7.

Q5. Three parallel lines lie in the same plane. If each line contains n marked points, what is the greatest possible number of triangles that can be formed using these points as vertices?

  1. 3n²(n−1)+1
  2. 3n²(n−1)
  3. n²(4n−3)
  4. None of these

Answer: n²(4n−3)

Choose any 3 of the 3n points: C(3n,3). Subtract the collinear triples on each of the 3 lines: 3*C(n,3). This equals [27n^3-27n^2+6n - (3n^3-9n^2+6n)]/6 = (24n^3-18n^2)/6 = n^2(4n-3).

Q6. Five speakers A, B, C, D and E are to speak at a meeting. How many different orders are possible if B is not allowed to come before A, whether directly or at any earlier position?

  1. 120
  2. 24
  3. 60
  4. 5⁴ × 4

Answer: 60

By symmetry, in half of all 5!=120 arrangements A precedes B and in half B precedes A. Requiring A before B gives 120/2 = 60 orders.

Q7. In a prediction contest, the outcomes of 10 football matches must each be guessed as win, draw, or loss. The number of possible entries that have at least 5 correct predictions is:

  1. 3¹⁰ − ∑_(r=1)⁵ 10C_r 2^r
  2. 3¹⁰ − ∑_(r=0)⁴ 10C_r 2^(10−r)
  3. ∑_(r=1)⁵ 10C_r
  4. ∑_(r=6)¹⁰ 10C_r 3^r

Answer: 3¹⁰ − ∑_(r=0)⁴ 10C_r 2^(10−r)

Each match has 1 correct and 2 wrong guesses, so exactly r correct = C(10,r)*2^(10-r). At least 5 correct = total 3^10 minus those with 0..4 correct = 3^10 - sum_(r=0)^4 C(10,r)2^(10-r).

Q8. How many triangles can be formed by choosing vertices of an octagon, such that none of the triangle’s sides coincides with any side of the octagon?

  1. 24
  2. 52
  3. 48
  4. 16

Answer: 16

Total triangles = C(8,3) = 56. Subtract those sharing exactly one side: 8 sides x 4 valid third vertices = 32. Subtract those sharing two sides (corner triangles) = 8. Remaining = 56 - 32 - 8 = 16.

Q9. Six people A, B, C, D, E and F are to be arranged around a round table. In how many distinct seating arrangements can this be done if A must have either B or C immediately to his right, and B must have either C or D immediately to his right?

  1. 36
  2. 12
  3. 24
  4. 18

Answer: 18

Fix A. If B sits to A's right, B's right must be C or D -> 2 choices, remaining 3 seats fill in 3! = 6 ways each, giving 12. If C sits to A's right, B's right must be D (C is unavailable), giving a BD block among the 4 remaining seats: 3 positions * 2! = 6. Total 12+6 = 18.

Q10. If m satisfies the equation (m+5)Pₘ₊₁ = (11)/(2)(m-1)(m+3Pₘ), then the sum of the two values of m is

  1. 10
  2. 9
  3. 13
  4. 17

Answer: 13

Writing the permutations: (m+5)!/4! = (11/2)(m-1)(m+3)!/3!. Simplifying gives (m+4)(m+5)=11(m-1), i.e. m^2-2m-9... solving yields m=6 and m=7, whose sum is 13.

Q11. At a tea party, 16 guests are to be seated on two long sides of a table that has 8 seats on each side. If 4 of the men must occupy one specified side and 2 men must occupy the other specified side, then the number of possible seating arrangements is

  1. 6!8!10! / 4!6!
  2. 8!8!10! / 4!6!
  3. 8!8!6! / 6!4!
  4. None of these

Answer: 8!8!10! / 4!6!

Seat the 4 men on side A: 8P4 = 8!/4!. Seat the 2 men on side B: 8P2 = 8!/6!. The remaining 10 guests fill the remaining 10 seats: 10!. Total = 8!8!10!/(4!6!).

Q12. Five balls, each of a distinct colour, are to be distributed among three boxes of different sizes. Every box is large enough to contain all five balls. In how many ways can the balls be placed into the boxes, if the arrangement of balls inside a box does not matter and no box is left empty?

  1. 100
  2. 75
  3. 150
  4. 200

Answer: 150

Distributing 5 distinct balls into 3 distinct boxes with none empty counts surjective functions: by inclusion-exclusion 3^5 - C(3,1)*2^5 + C(3,2)*1^5 = 243 - 96 + 3 = 150.

Q13. If 10 white, 9 green, and 7 black balls are available, and balls of the same colour are identical, in how many distinct ways can one choose at least one ball?

  1. 880
  2. 629
  3. 630
  4. 879

Answer: 879

Identical balls of each colour: number of subsets choosing 0..10 white, 0..9 green, 0..7 black = 11*10*8 = 880; subtract the empty selection -> 879.

Q14. If the binomial coefficients satisfy nC(r−1) = 28, nCr = 56, and nC(r+1) = 70, then what is the value of r?

  1. 1
  2. 2
  3. 3
  4. 4

Answer: 3

nCr/nC(r-1) = (n-r+1)/r = 56/28 = 2 gives n+1 = 3r. nC(r+1)/nCr = (n-r)/(r+1) = 70/56 = 5/4 gives 4n = 9r+5. Solving: r = 3 (n = 8).

Q15. How many numbers exceeding one million can be formed using the digits 2, 3, 0, 3, 4, 2, and 3?

  1. 360
  2. 340
  3. 370
  4. None of these

Answer: 360

To form numbers exceeding one million, the first digit must be 2, 3, or 4. By calculating the permutations of the remaining digits while accounting for repetitions, we find that there are a total of 360 valid combinations.

Q16. Four letters are to be placed into four addressed envelopes. In how many ways can the letters be arranged so that none of them goes into its own correct envelope?

  1. 9
  2. 4
  3. 5
  4. 12

Answer: 9

The number of arrangements with no letter in its correct envelope is the derangement D4 = 4!(1 - 1/1! + 1/2! - 1/3! + 1/4!) = 24(1 - 1 + 1/2 - 1/6 + 1/24) = 9.

Q17. If ¹²P_r = ¹¹P₆ + 6· ¹¹P₅, then the value of r is:

  1. 6
  2. 5
  3. 7
  4. None of these

Answer: 6

The equation represents a relationship between permutations, where the left side calculates the permutations of 12 items taken r at a time, and the right side combines permutations of 11 items taken 6 and 5 at a time, adjusted by a factor of 6. Solving this equation shows that r must equal 6 to satisfy the equality.

Q18. How many integer values of r satisfy the equation ³⁹C_(3r-1) - ³⁹C_(r²) = ³⁹C_(r²-1) - ³⁹C_(3r)?

  1. 1
  2. 2
  3. 3
  4. 4

Answer: 2

The equation involves combinations that can be simplified and analyzed for integer solutions. By examining the properties of binomial coefficients and their relationships, we find that there are exactly two integer values of r that satisfy the equation.

Q19. In how many different ways can four-letter arrangements be formed from the letters of the word “MOTHER” such that every arrangement includes the letter M?

  1. 240
  2. 120
  3. 60
  4. 360

Answer: 240

MOTHER has 6 distinct letters. Words of length 4 = 6P4 = 360; those with no M = 5P4 = 120. So words containing M = 360 - 120 = 240.

Q20. All distinct permutations of the letters in KRISNA are listed in dictionary order. What is the position of the word KRISNA in that ordered list?

  1. 324
  2. 341
  3. 359
  4. None of these

Answer: 324

Letters sorted: A,I,K,N,R,S. Counting words before KRISNA: first letter (A,I before K) 2*5!=240; then R (A,I,N before R) 3*4!=72; then I (A before I) 1*3!=6; then S (A,N before S) 2*2!=4; then N (A before N) 1*1!=1; total 323, so KRISNA is at position 324.

Q21. A group of 4 members is to be selected from 2 women, 2 elderly men, and 4 young men, subject to the conditions that the group must contain at least one woman, at least one elderly man, and no more than two young men. How many such groups can be formed?

  1. 40
  2. 41
  3. 16
  4. 32

Answer: 41

With 2 women, 2 elderly, 4 young, group of 4 needs >=1 woman, >=1 elderly, <=2 young. Cases (w,e,y): (1,1,2):2*2*6=24; (1,2,1):2*1*4=8; (2,1,1):1*2*4=8; (2,2,0):1*1*1=1; (1,3,..)/etc invalid. Total = 24+8+8+1 = 41.

Q22. In how many ways can 8 letters be chosen from a set of 24 letters, where 8 letters are identical as a, 8 letters are identical as b, and the remaining letters are all distinct?

  1. 27
  2. 8.2⁸
  3. 10.2⁷
  4. None of these

Answer: 10.2⁷

Letters: 8 a's, 8 b's, 8 distinct. Choose i a's and j b's (each 0..8) and fill the rest 8-i-j from the 8 distinct letters: total = sum over i,j of C(8, 8-i-j). Evaluating gives 1280 = 10*2^7.

Q23. If n is an odd integer, what is the number of ways to choose three numbers from the set {1, 2, 3,..., n}?

  1. 3(n − 1)/n(n − 2)
  2. (3(n + 1)²)/(2n(n − 1)(n − 2))
  3. (n − 2)/(n(n − 1))
  4. 3(n − 1)/(2n(n − 2))

Answer: 3(n − 1)/(2n(n − 2))

The correct option is derived from the combinatorial formula for choosing 3 numbers from a set of n elements, adjusted for the specific case where n is an odd integer. It simplifies to the expression 3(n − 1)/(2n(n − 2), which accurately reflects the number of combinations possible under the given constraints.

Q24. A scientific committee is to be formed from 6 Indians and 8 foreigners, which includes at least 2 Indians and double the number of foreigners as Indians. Then the number of ways, the committee can be formed, is:

  1. 1625
  2. 575
  3. 560
  4. 1050

Answer: 1625

Cases with foreigners = 2x Indians: I=2,F=4 -> C(6,2)*C(8,4)=15*70=1050; I=3,F=6 -> C(6,3)*C(8,6)=20*28=560; I=4,F=8 -> C(6,4)*C(8,8)=15*1=15. Total = 1050+560+15 = 1625.

Q25. From 6 different novels and 3 different dictionaries, 4 novels and 1 dictionary are to be selected and arranged in a row on a shelf so that the dictionary is always in the middle. Then the number of such arrangement is:

  1. at least 500 but less than 750
  2. at least 750 but less than 1000
  3. at least 1000
  4. less than 500

Answer: at least 1000

The arrangement requires selecting 4 novels from 6 and 1 dictionary from 3, with the dictionary fixed in the middle position. The number of ways to choose the novels is given by combinations, and the total arrangements of the novels around the dictionary lead to a calculation that exceeds 1000, confirming option C is correct.

Q26. There are two urns. Urn A has 3 distinct red balls and urn B has 9 distinct blue balls. From each urn two balls are taken out and then transferred to the other. The number of ways in which this can be done is

  1. 36
  2. 66
  3. 108
  4. 3

Answer: 108

The correct option is 108 because there are 3 ways to choose 2 red balls from urn A and 9 ways to choose 2 blue balls from urn B, leading to a total of 3 x 9 = 27 combinations for each direction of transfer. Since the transfer can occur in both directions (from A to B and from B to A), the total number of ways is 27 x 4 = 108.

Q27. Statement-1: The number of ways of distributing 10 identical balls in 4 distinct boxes such that no box is empty is 9C3. Statement-2: The number of ways of choosing any 3 places from 9 different places is 9C3.

  1. Statement-1 is true, Statement-2 is true; Statement-2 is not a correct explanation for Statement-1.
  2. Statement-1 is true, Statement-2 is false.
  3. Statement-1 is false, Statement-2 is true.
  4. Statement-1 is true, Statement-2 is true; Statement-2 is a correct explanation for Statement-1.

Answer: Statement-1 is true, Statement-2 is true; Statement-2 is a correct explanation for Statement-1.

Statement-1 is correct because distributing 10 identical balls into 4 distinct boxes with no empty boxes can be visualized as placing dividers among the balls, which leads to the combinatorial expression 9C3. Statement-2 is also correct as it accurately describes the number of ways to choose 3 places from 9, and it serves as a valid explanation for the distribution method used in Statement-1.

Q28. There are 10 points in a plane, out of these 6 are collinear. If N is the number of triangles formed by joining these points. Then:

  1. N ≤ 100
  2. 100 < N ≤ 140
  3. 140 < N ≤ 190
  4. N > 190

Answer: N ≤ 100

To form a triangle, we need to select 3 points. However, if all 3 points are chosen from the 6 collinear points, they will not form a triangle. The total combinations of 3 points from 10 is 120, but we must subtract the combinations of 3 points from the 6 collinear points, which is 20. Thus, the maximum number of triangles that can be formed is 100.

Q29. Assuming the balls to be identical except for difference in colours, the number of ways in which one or more balls can be selected from 10 white, 9 green and 7 black balls is:

  1. 880
  2. 629
  3. 630
  4. 879

Answer: 879

Balls of each colour are identical, so selections = (10+1)(9+1)(7+1) - 1 = 11*10*8 - 1 = 880 - 1 = 879.

Q30. The number of integers greater than 6,000 that can be formed, using the digits 3, 5, 6, 7 and 8, without repetition, is:

  1. 120
  2. 72
  3. 216
  4. 192

Answer: 192

All 5-digit arrangements (5! = 120) exceed 6000. For 4-digit numbers > 6000 the leading digit must be 6, 7 or 8 (3 ways) and the rest 4*3*2 = 24, giving 72. Total = 120 + 72 = 192.

Q31. If all the words (with or without meaning) having five letters, formed using the letters of the word SMALL and arranged as in a dictionary, then the position of the word SMALL is:

  1. 52nd
  2. 58th
  3. 46th
  4. 59th

Answer: 58th

Letters sorted: A,L,L,M,S. Words by first letter: A->12, L->24, M->12 (total 48). With S first, remaining A,L,L,M: SA->3, SL->6 (positions 49-57), then SM with remaining A,L,L gives SMALL first -> position 58. Answer: 58th.

Q32. A man X has 7 friends, 4 of them are ladies and 3 are men. His wife Y also has 7 friends, 3 of them are ladies and 4 are men. Assume X and Y have no common friends. Then the total number of ways in which X and Y together can throw a party inviting 3 ladies and 3 men, so that 3 friends of each of X and Y are in this party, is:

  1. 484
  2. 485
  3. 468
  4. 469

Answer: 485

X gives 3 friends, Y gives 3 friends; need 3 ladies + 3 men total. If X gives k ladies it gives (3-k) men, forcing Y to give (3-k) ladies and k men. Sum_{k=0..3} C(4,k)C(3,3-k)*C(3,3-k)C(4,k) = 1+144+324+16 = 485.

Q33. From 6 different novels and 3 different dictionaries, 4 novels and 1 dictionary are to be selected and arranged in a row on a shelf so that the dictionary is always in the middle. The number of such arrangement is:

  1. less than 500
  2. at least 500 but less than 750
  3. at least 750 but less than 1000
  4. at least 1000

Answer: at least 1000

To solve this, first, we choose 4 novels from 6, which can be done in 15 ways (6C4). Then, we have 1 dictionary from 3 options. The arrangement has the dictionary fixed in the middle, leaving 4 novels to arrange around it, which can be done in 4! (24 ways). Thus, the total arrangements are 15 * 3 * 24 = 1080, which is at least 1000.

Q34. A committee of 11 members is to be formed from 8 males and 5 females. If m is the number of ways the committee is formed with at least 6 males and n is the number of ways the committee is formed with at least 3 females, then:

  1. m + n = 68
  2. m = n = 78
  3. n = m - 8
  4. m = n = 68

Answer: m = n = 78

At least 6 males (committee of 11): (6M,5F)=C(8,6)C(5,5)=28, (7M,4F)=C(8,7)C(5,4)=40, (8M,3F)=C(8,8)C(5,3)=10, so m=78. At least 3 females gives the same three cases, so n=78. Thus m = n = 78.

Q35. In a group containing 5 girls and 7 boys, how many distinct teams can be selected with exactly 2 girls and 3 boys, if two particular boys, A and B, cannot both be included in the same team?

  1. 500
  2. 200
  3. 300
  4. 350

Answer: 300

To find the number of distinct teams with 2 girls and 3 boys while ensuring that boys A and B are not both included, we first calculate the total combinations of selecting 2 girls from 5 and 3 boys from 7, then subtract the cases where both A and B are selected. This results in a total of 300 valid combinations.

Q36. How many 6-digit numbers can be formed using only the digits 1, 3, 5, 7, and 9, with each of these digits appearing at least once and no other digit used?

  1. 1/2 (6!)
  2. 6!
  3. 5⁶
  4. 5/2 (6!)

Answer: 5/2 (6!)

The correct option is derived from the principle of counting arrangements of the digits while ensuring each digit appears at least once. By using the formula for permutations with restrictions, we find that the total arrangements of 6 digits, where each of the 5 digits must appear at least once, leads to the result of 5/2 (6!).

Q37. Evaluate the expression 50C4 + ∑(r=1 to 6) 56-r C3.

  1. 55C4
  2. 55C3
  3. 56C3
  4. 56C4

Answer: 56C4

The expression combines a binomial coefficient and a summation of binomial coefficients, which can be simplified using the hockey-stick identity in combinatorics. This identity states that the sum of the form ∑_(r=k)ⁿ (n-r)/(k-1) = (n+1)/(k) applies here, leading to the result of 56C4.

Q38. Let Tₙ denote the total number of triangles that can be formed by choosing vertices of a regular polygon with n sides. If Tₙ₊₁ - Tₙ = 10, then what is the value of n?

  1. 7
  2. 5
  3. 10
  4. 8

Answer: 5

The number of triangles that can be formed from the vertices of a regular polygon with n sides is given by the combination formula C(n, 3). The difference Tₙ₊₁ - Tₙ represents the additional triangles formed when adding one more vertex, which is calculated as C(n+1, 3) - C(n, 3). Setting this equal to 10 and solving for n reveals that n must be 5.

Q39. Let Tₙ be the number of all possible triangles formed by joining vertices of an n-sided regular polygon. If T_(n+1) - Tₙ = 10 then the value of n is -

  1. 10
  2. 8
  3. 7
  4. 5

Answer: 5

The number of triangles that can be formed from the vertices of an n-sided polygon is given by the combination formula C(n, 3). The difference T_(n+1) - Tₙ represents the additional triangles formed when adding one more vertex, which can connect to any two of the existing n vertices, resulting in nC2 new triangles. Setting this equal to 10 allows us to solve for n, leading to the conclusion that n must be 5.

Q40. The number of integers greater than 6,000 that can be formed, using the digits 3, 5, 6, 7 and 8, without repetition, is:

  1. 216
  2. 192
  3. 120
  4. 72

Answer: 192

To find the number of integers greater than 6,000 using the digits 3, 5, 6, 7, and 8 without repetition, we first consider the thousands place. The valid digits for the thousands place are 6, 7, and 8. For each choice of the thousands digit, we can fill the remaining three places with the remaining digits, leading to a total of 192 combinations.

Q41. The number of numbers between 2,000 and 5,000 that can be formed with the digits 0, 1, 2, 3, 4, (repetition of digits is not allowed) and are multiple of 3 is ?

  1. 30
  2. 48
  3. 24
  4. 36

Answer: 30

The correct option is right because the numbers formed must start with 2, 3, or 4 to be within the range of 2,000 to 5,000, and the sum of the digits must be a multiple of 3. By systematically counting valid combinations while adhering to these constraints, we find that there are exactly 30 such numbers.

Q42. The number of four letter words that can be formed using the letters of the word BARRACK is -

  1. (A) 144
  2. (B) 120
  3. (C) 264
  4. (D) 270

Answer: (D) 270

The correct option is 270 because the word 'BARRACK' contains 7 letters with repetitions of 'A' and 'R'. By calculating the permutations of the letters while accounting for these repetitions, we find that there are 270 distinct four-letter combinations.

Q43. n-digit numbers are formed using only three digits 2, 5 and 7. The smallest value of n for which 900 such distinct numbers can be formed, is

  1. 6
  2. 8
  3. 9
  4. 7

Answer: 7

To find the smallest n for which 900 distinct n-digit numbers can be formed using the digits 2, 5, and 7, we calculate the total combinations as 3ⁿ. Setting 3ⁿ ≥ 900, we find that n must be at least 7, since 3⁶ = 729 (not sufficient) and 3⁷ = 2187 (sufficient). Thus, the smallest value of n is 7.

Q44. From 6 different novels and 3 different dictionaries, 4 novels and 1 dictionary are to be selected and arranged in a row on a shelf so that the dictionary is always in the middle. The number of such arrangements is:

  1. at least 1000
  2. less than 500
  3. at least 500 but less than 750
  4. at least 750 but less than 1000

Answer: at least 1000

To solve this, first choose 4 novels from 6, which can be done in 15 ways (6C4). Then, choose 1 dictionary from 3, which can be done in 3 ways. The arrangement on the shelf has the dictionary fixed in the middle, leaving 4 novels to arrange around it, which can be done in 4! (24) ways. Thus, the total arrangements are 15 * 3 * 24 = 1080, confirming the correct option is at least 1000.

Q45. Consider a class of 5 girls and 7 boys. The number of different teams consisting of 2 girls and 3 boys that can be formed from this class, if there are two specific boys A and B, who refuse to be the members of the same team, is:

  1. 300
  2. 500
  3. 200
  4. 350

Answer: 300

To find the number of teams consisting of 2 girls and 3 boys under the condition that boys A and B cannot be on the same team, we first calculate the total combinations of girls and boys without restrictions, then subtract the cases where both A and B are included. The valid combinations yield a total of 300 teams.

Q46. The number of natural numbers less than 7,000 which can be formed by using the digits 0, 1, 3, 7, 9 (repetition of digits allowed) is equal to:

  1. 372
  2. 375
  3. 250
  4. 374

Answer: 374

To find the total number of natural numbers less than 7,000 using the digits 0, 1, 3, 7, and 9, we consider the cases based on the number of digits. For 1-digit numbers, we have 4 options (1, 3, 7, 9). For 2-digit numbers, the first digit has 4 options (1, 3, 7, 9) and the second digit has 5 options (including 0). For 3-digit numbers, the first digit again has 4 options, while the other two digits have 5 options each. For 4-digit numbers, the first digit can only be 1, 3, or 6 (to keep it under 7,000), giving us 3 options, and the remaining three digits can be any of the 5 digits. Adding all these cases together gives a total of 374 valid numbers.

Q47. All possible numbers are formed using the digits 1, 1, 2, 2, 2, 2, 3, 4, 4 taken all at a time. The number of such numbers in which the odd digits occupy even places is -

  1. 180
  2. 175
  3. 160
  4. 162

Answer: 180

To find the total numbers where odd digits occupy even places, we first identify the even positions available and then calculate the arrangements of the odd and even digits separately, ensuring that the odd digits (1 and 3) are placed correctly. The resulting combinations yield a total of 180 valid arrangements.

Q48. There are m men and two women participating in a chess tournament. Each participant plays two games with every other participant. If the number of games played by the men between themselves exceeds the number of games played between the men and the women by 84, then the value of m is:

  1. 12
  2. 9
  3. 7
  4. 11

Answer: 12

The number of games played among the men is given by the combination formula for pairs of men, multiplied by 2 since each pair plays two games. The games played between men and women is simply twice the number of men times the number of women. Setting up the equation based on the problem statement and solving for m leads to the conclusion that m equals 12.

Q49. If nC4, nC5 and nC6 are in A.P., then n can be:

  1. 11
  2. 12
  3. 9
  4. 14

Answer: 14

The condition that nC4, nC5, and nC6 are in arithmetic progression implies that twice the middle term (nC5) equals the sum of the other two terms (nC4 + nC6). This relationship leads to a specific value for n, and through calculations, it can be determined that n must be 14 for this equality to hold.

Q50. Let n > 2 be an integer. Suppose that there are n Metro stations in a city located along a circular path. Each pair of stations is connected by a straight track only. Further, each pair of nearest stations is connected by blue line, whereas all remaining pairs of stations are connected by red line. If the number of red lines is 99 times the number of blue lines, then the value of n is:-

  1. 199
  2. 101
  3. 201
  4. 200

Answer: 201

In a circular arrangement of n stations, there are n blue lines connecting each pair of nearest stations. The total number of connections (lines) between all pairs of stations is given by the combination formula C(n, 2), which equals n(n-1)/2. The number of red lines is then the total lines minus the blue lines, leading to the equation (n(n-1)/2 - n) = 99n. Solving this equation results in n = 201.

⚔️ Practice JEE Main Maths free + battle 1v1 →