StemCET Logo

Maths Question 16 – AP-EAMCET 2026

A candidate is required to answer seven out of 12 questions which are divided into two parts, each containing 6 questions. If he is not permitted to answer more than 5 questions from each part, the different number of ways he can choose the 7 questions is

Break down the problem into smaller, manageable parts by first identifying the total number of questions to be answered and the constraints on choosing questions from each section.

Step 1: Analyze the Constraints and Identify Variables✦ Active

The candidate must answer 7 questions out of 12. The 12 questions are divided into two parts, Part 1 and Part 2, each containing 6 questions. Let x be the number of questions answered from Part 1 and y be the number of questions answered from Part 2. We have the following conditions:

x+y=7

The candidate is not permitted to answer more than 5 questions from each part, meaning:

x5andy5

Also, since there are 6 questions in each part, x and y must also satisfy x6 and y6. However, x5 and y5 are stricter conditions, so we primarily use these.

💡 Teacher's Secret Hint

Always start by clearly listing all given conditions and what needs to be found. This helps prevent oversight in complex problems.

Step 2: Determine All Valid Combinations for (x,y)○ Expand

We need to find pairs of non-negative integers (x,y) such that x+y=7, x5, and y5. Let's list the possibilities for x and corresponding y values:

If x=1, then y=6. This violates y5. (Invalid)

If x=2, then y=5. This satisfies all conditions (25, 55). (Valid)

If x=3, then y=4. This satisfies all conditions (35, 45). (Valid)

If x=4, then y=3. This satisfies all conditions (45, 35). (Valid)

If x=5, then y=2. This satisfies all conditions (55, 25). (Valid)

If x=6, then y=1. This violates x5. (Invalid)

So, the valid combinations for (x,y) are (2,5),(3,4),(4,3),(5,2).

Step 3: Calculate Ways for Each Valid Combination○ Expand

We use the combination formula (nk)=n!k!(nk)! to find the number of ways to choose questions from each part. Each part has 6 questions.

Case 1: x=2 from Part 1 and y=5 from Part 2.

(62)×(65)=6×52×1×61=15×6=90

Case 2: x=3 from Part 1 and y=4 from Part 2.

(63)×(64)=6×5×43×2×1×6×52×1=20×15=300

Case 3: x=4 from Part 1 and y=3 from Part 2.

(64)×(63)=6×52×1×6×5×43×2×1=15×20=300

Case 4: x=5 from Part 1 and y=2 from Part 2.

(65)×(62)=61×6×52×1=6×15=90
💡 Teacher's Secret Hint

Remember that (nk)=(nnk), which can simplify calculations. For example, (64)=(62) and (65)=(61).

Step 4: Calculate Total Number of Ways○ Expand

To find the total number of ways the candidate can choose 7 questions, we sum the ways from all valid cases:

Total ways=90+300+300+90=780
✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.