Question
The sum of all those terms, of the arithmetic progression 3, 8, 13, ...., 373, which are not divisible by 3, is equal to ____________.
Answer: 3
Solution
Key Concepts and Formulas
- Arithmetic Progression (AP): A sequence where the difference between consecutive terms is constant.
- -th term:
- Sum of terms: or
- Principle of Inclusion-Exclusion for Sums: To find the sum of elements satisfying a condition, we can calculate the sum of all elements and subtract the sum of elements that do not satisfy the condition. In this case: Sum (not divisible by 3) = Sum (all terms) - Sum (divisible by 3)
- Modulo Arithmetic: Used to identify numbers divisible by a specific integer. means is divisible by .
Step-by-Step Solution
Step 1: Analyze the Original Arithmetic Progression (AP)
We are given the arithmetic progression: .
- The first term () is .
- The common difference () is .
- The last term () is .
Step 2: Calculate the Total Number of Terms in the AP
We use the formula for the -th term of an AP: . Substituting the known values: Subtract 3 from both sides: Divide by 5: Add 1 to find : There are terms in the given AP.
Step 3: Calculate the Sum of All Terms in the AP
Using the formula for the sum of terms, : The sum of all terms in the AP is .
Step 4: Identify and Analyze the Terms Divisible by 3
We need to find the terms in the AP that are divisible by 3. A general term of the AP is . We want to find such that . Since and : Since 2 is coprime to 3, we must have . This means must be a multiple of 3. Let , where is a non-negative integer. Then .
The terms divisible by 3 are:
- For , : .
- For , : .
- For , : .
These terms form a new arithmetic progression with:
- First term () = .
- Common difference () = . (This is , as expected when selecting every third term).
Step 5: Calculate the Number of Terms Divisible by 3
We need to find how many terms of this new AP are less than or equal to the last term of the original AP, . Let the number of terms be . The -th term of this new AP is . We require : Since must be an integer, the largest possible value for is . There are terms in the AP that are divisible by 3. The last term divisible by 3 is .
Step 6: Calculate the Sum of Terms Divisible by 3
Using the sum formula for the AP of terms divisible by 3 ():
Step 7: Calculate the Sum of Terms Not Divisible by 3
Using the Principle of Inclusion-Exclusion:
Common Mistakes & Tips
- Incorrectly calculating the number of terms (): Always remember to add 1 after finding .
- Errors in identifying the sub-AP: Carefully determine the first term and common difference of the AP formed by terms divisible by 3. The common difference of the sub-AP is often a multiple of the original common difference.
- Off-by-one errors in counting terms for the sub-AP: Ensure the last term calculated for the sub-AP does not exceed the original AP's last term.
- Arithmetic errors: Double-check all calculations, especially multiplications and subtractions, as they can easily lead to the wrong final answer.
Summary
The problem requires finding the sum of terms in an arithmetic progression that are not divisible by 3. This is achieved by first calculating the sum of all terms in the AP. Then, we identify the terms divisible by 3, which form a new AP, and calculate their sum. Finally, subtracting the sum of terms divisible by 3 from the total sum gives the required sum of terms not divisible by 3. The initial AP has , , and , yielding terms and a total sum of . The terms divisible by 3 form an AP with , , and terms, summing to . The sum of terms not divisible by 3 is .
The final answer is .