StemCET Logo

Maths Question 17 – JEE-MAIN 2026

Let A={(a,b,c):a,b,c are non-negative integers and a+b+2c=22}. Then n(A) is equal to:

The problem asks for the number of non-negative integer solutions to a linear equation, which is a classic combinatorics problem.

Step 1: Determine the range of 'c'✦ Active

The given equation is a+b+2c=22, where a,b,c are non-negative integers. Since a0 and b0, we must have 2c22. This implies c11. Therefore, c can take any integer value from 0 to 11.

Step 2: Calculate solutions for 'a+b' for each 'c'○ Expand

For each value of c, the equation reduces to a+b=222c. Let K=222c. The number of non-negative integer solutions for a+b=K is K+1. We iterate through c:

c=0:a+b=2222+1=23 solutionsc=1:a+b=2020+1=21 solutionsc=2:a+b=1818+1=19 solutionsc=11:a+b=00+1=1 solution
💡 Teacher's Secret Hint

Remember that the number of non-negative integer solutions to x1+x2=N is N+1.

Step 3: Sum the number of solutions○ Expand

The total number of solutions n(A) is the sum of the arithmetic series: 23+21+19++1. This series has 12 terms (from c=0 to c=11). The sum of an arithmetic series is given by Sn=n2(first_term+last_term).

n(A)=122(23+1)=6(24)=144
💡 Teacher's Secret Hint

Ensure you correctly identify the number of terms in the arithmetic progression.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.