Problem On Sum Of Sequence

Problem on Sum of Sequence

graph TB A[Problem on Sum of Sequence] A --> B[Arithmetic Sequence] A --> C[Geometric Sequence] B --> D[Formula: Sn = n/2(2a + (n-1)d)] C --> E[Formula: Sn = a(r^n - 1) / (r - 1)] D --> F[Example: Find the sum of the first 10 terms of the sequence 2, 4, 6, 8, 10...] E --> G[Example: Find the sum of the first 5 terms of the sequence 3, 6, 12, 24, 48...]