Integers Between 100 and 1000 With Digit Sum Equal to 14
Count the 3-digit integers between 100 and 1000 whose digits sum to 14, using stars-and-bars with inclusion-exclusion for the digit-range constraints.
Count the 3-digit integers between 100 and 1000 whose digits sum to 14, using stars-and-bars with inclusion-exclusion for the digit-range constraints.
A step-by-step derivation of the summation of nCr/(r+1) from r=0 to n, using the identity that turns each term into a binomial coefficient one order up.
In a group of 3 girls and 4 boys, there are two boys B1 and B2. The number of ways they can stand in a queue with girls together, boys together, but B1, B2 not adjacent.
Let P be the set of seven digit numbers with sum of their digits equal to 11, formed using only digits 1, 2 and 3. Find the number of elements in P.
A JEE Main 2025 problem where fixing alphabetical order turns an arrangement question into a pure selection (combinations) problem, split around a fixed middle letter.
A JEE Main 2025 seating-arrangement problem solved with the block method for ‘girls together’, then placing two specific boys into non-adjacent gaps.
A JEE Main 2025 combinatorics problem: invite 4 boys and 4 girls for a picnic with 5 from one group and 3 from another. Solved case by case.