Analyzing the Setup
To solve this problem, we define our variables based on the scoring system. Let c be the number of correct answers, w be the number of wrong answers, and u be the number of unattempted questions.
We are governed by two fundamental constraints:
1. The total number of questions is 5: c+w+u=5
2. The total marks must be 5: 3c−2w=5
Solving the Integer Constraints
We must find non-negative integers c and w that satisfy the equation 3c−2w=5. We test possible values for c:
If c=1, then 3(1)−2w=5, which leads to 2w=−2 (impossible).
If c=2, then 3(2)−2w=5, which leads to 2w=1 (impossible).
If c=3, then 3(3)−2w=5, which leads to 2w=4, so w=2. This is a valid solution.
Since c=3 and w=2, the sum c+w=5. Substituting this into our first constraint, we find u=0.
Calculating the Combinations
Now that we have determined the counts (3 correct, 2 wrong, 0 unattempted), we calculate the number of ways to arrange these outcomes. We must choose 3 questions out of 5 to be correct:
For the 3 correct questions, there is only 1 way to answer each correctly. Thus, we have 13=1 way.
For the 2 wrong questions, assuming there are 3 total options per question (one correct, two incorrect), there are 2 incorrect options for each wrong answer. Thus, we have 22=4 ways.
Final Calculation
To find the total number of ways to achieve a score of 5, we multiply the combinations by the ways to answer the questions:
The total number of ways to score exactly 5 marks is 40.