The objective is to determine the fourth term of a sequence. The sequence commences with 3, and each subsequent term is generated by multiplying the preceding term by 2 and then subtracting 1.
1. Problem Definition:
- Initial term (T₁) = 3
- Rule for generating terms: Tₙ = 2 × Tₙ₋₁ − 1
- Target: Find the fourth term (T₄).
Methodology: The recursive relation will be applied sequentially to calculate each term.
2. Term Calculation:
- T₁ = 3 (given)
- T₂ = (2 × 3) − 1 = 5
- T₃ = (2 × 5) − 1 = 9
- T₄ = (2 × 9) − 1 = 17
Conclusion:
The fourth term of the sequence is 17.
A pie chart shows the allocation of a 260 lakh annual budget among 5 departments. If the Health department gets 18% and Education gets 24%, how much more does Education get than Health? 
A pie chart shows the distribution of students across 5 faculties in a university. If 20% are in Arts, 25% in Science, 15% in Law, 30% in Engineering, and the rest in Commerce, what is the angle (in degrees) for Commerce?
A bar graph shows the number of students in 5 departments of a college. If the average number of students is 240 and the number of students in the Science department is 320, how many students are there in total in the other four departments?