In review — free for everyone. While a book is in review you are one of its reviewers: read it, use it, and tell us what is wrong. When the reports settle, the Class 11 pass is ₹999 for the year and this book’s PDF is ₹299.
Add, or multiply?
Two lists. Look at how each one grows.
LIST ONE: 3, 7, 11, 15, 19. From each number to the next, what happened? $7 - 3 = 4$. And $11 - 7 = 4$. And $15 - 11 = 4$. The same amount is ADDED at every step.
LIST TWO: 2, 6, 18, 54, 162. Subtracting here does not settle: $6 - 2 = 4$, but $18 - 6 = 12$. So divide instead. $6/2 = 3$. And $18/6 = 3$. And $54/18 = 3$. The same amount is MULTIPLIED at every step.
Both are SEQUENCES — ordered lists built by a rule. Add up a sequence’s terms and you have a SERIES, which is a single number rather than a list.
The two rules pull apart fast. Both lists start small, but by the tenth term list one has reached 39 while list two is past 39,000.
So the question to ask of any sequence is this: add, or multiply?
Answer ADD and it is an ARITHMETIC progression, with a common difference. Answer MULTIPLY and it is a GEOMETRIC progression, with a common ratio. Every formula in this chapter belongs to one side or the other.
Test both. Subtract consecutive terms; if that is not constant, divide them instead. One of the two usually settles it.
A sequence lists, a series adds
Two words that get used interchangeably in conversation and must not be here.
A SEQUENCE is an ordered list of numbers, written $a_1, a_2, a_3, \ldots$ and generated by a rule. The rule is usually given as a formula for the nth term, $a_n$, so any term can be produced without walking through all the ones before it.
A SERIES is the SUM of a sequence’s terms, $a_1 + a_2 + \ldots + a_n$, written $S_n$.
So a sequence LISTS and a series ADDS. The sequence 3, 7, 11 is three numbers; the corresponding series $S_3$ is the single number 21.
Order is part of what a sequence is. Rearranged, it is a different sequence even with the same numbers in it, which is why the terms are subscripted by position.
That subscript notation carries the position everywhere in this chapter. $a_1$ is the first term, $a_n$ is the nth, and $S_n$ is the sum of the first n of them. Keeping those three apart is most of what is needed to read the formulas.
*A sequence is a list; a series is a total. $a_n$ is one term; $S_n$ is n terms added.*
Arithmetic progressions
An ARITHMETIC PROGRESSION, usually shortened to A.P., is a sequence where each term after the first is the previous one plus a fixed amount.
That fixed amount is the COMMON DIFFERENCE, written d. Starting from a first term a, the sequence runs $a$, $a+d$, $a+2d$, $a+3d$, and so on.
The nth term is $a_n = a + (n-1) d$.
The $(n-1)$ matters, so count steps rather than terms. The first term needed no steps of d at all. The second needed one. The third needed two. So the nth needed $n-1$ of them.
Check it at the start. Put $n = 1$ and you get $a_1 = a + 0 \times d = a$, which is the first term. Correct. Put $n = 2$ and you get $a + d$, also correct.
Two other things follow from the definition. The common difference d may be negative, in which case the sequence decreases. And because the same amount is added each time, the terms are evenly spaced — which is the property the sum formula will lean on.
*Test $n = 1$ on any formula of this shape. If it does not return the first term, the offset is wrong.*
Find the 10th term of 3, 7, 11, 15, ...
- $a = 3$; $7 - 3 = 4$, $11 - 7 = 4$, $15 - 11 = 4$
Get the two constants first, subtracting consecutive terms to confirm d is constant — a list that is not an A.P. will not announce itself. - $a_{10} = 3 + (10-1) \times 4 = 3 + 9 \times 4 = 3 + 36 = 39$
Substitute into $a_n = a + (n-1) d$ with $n = 10$. - nine steps of 4, not ten
Getting to the 10th term takes nine steps of 4 — using ten would give 43, the 11th term, a wrong answer that looks entirely reasonable on the page. - 3, 7, 11, 15, 19, 23, 27, 31, 35, 39
Check it cheaply by extending the list — the tenth entry is 39.
Adding up an A.P.
Adding the first n terms of an A.P. has a formula, and one worth deriving rather than memorising.
$S_n = n/2 (2a + (n-1) d)$, and equivalently $S_n = n/2 (a + l)$, where l is the last term added.
The second form says what is going on. $(a + l)/2$ is the average of the first and last terms, and $S_n$ is n copies of it.
Why the average works: the terms of an A.P. are evenly spaced. Pair the first with the last, the second with the second-last, and so on down. Every pair has the same total, because whatever the second term gained over the first, the second-last lost against the last.
So the whole sum behaves as though every term were that average value, and there are n of them.
The first form is the same statement with l written out as $a + (n-1) d$. Use whichever one the question hands you: if the last term is given, the second form is fewer steps.
n copies of the average of the ends. Remember that sentence and you can rebuild both forms.
Sum the first 10 terms of 3, 7, 11, 15, ...
- $a = 3$, $d = 4$, $l = a_{10} = 39$
The pieces are already known from the previous worked example. - $S_{10} = 10/2 (3 + 39) = 5 \times 42 = 210$
The last term is in hand, so use the shorter form $S_n = n/2 (a + l)$. - $S_{10} = 10/2 (2 \times 3 + 9 \times 4) = 5 \times (6 + 36) = 5 \times 42 = 210$
Check it against the other form, which needs no l — the same. - $(3+39)/2 = 21$; $5 \times 42 = 210$
The average of the ends, ten copies of it — the sentence from the last section, arriving as arithmetic. - $10 \times 3 = 30$ to $10 \times 39 = 390$
A rough check catches gross errors — 210 sits comfortably between.
The arithmetic mean
The ARITHMETIC MEAN of two numbers a and b is $(a+b)/2$. That is the ordinary average, and it also has a second description that this chapter needs.
Put $(a+b)/2$ between a and b, and the three numbers $a$, $(a+b)/2$, $b$ form an A.P.
Check that they do. The step from a to the mean is $(a+b)/2 - a$, which is $(b-a)/2$. The step from the mean to b is $b - (a+b)/2$, which is also $(b-a)/2$. Equal steps, so it is an A.P. with common difference $(b-a)/2$.
So the arithmetic mean is the number sitting an equal ADDITIVE distance from both. Not equally far in some vague sense — the same amount added, then the same amount added again.
That is the description to carry, because the geometric mean gets exactly the same description with one word changed.
The A.M. is the single term that turns two numbers into a three-term A.P.
Insert the arithmetic mean between 4 and 12
- $(4+12)/2 = 16/2 = 8$
Apply the definition — the claim is that 4, 8, 12 is an A.P. - $8 - 4 = 4$, $12 - 8 = 4$
Check it — the same common difference both times, so the three terms do form an A.P. - $(12-4)/2 = 4$
The common difference is half the gap between the two original numbers, exactly as the derivation predicted — and 8 lies genuinely between 4 and 12, since it is their average.
Geometric progressions
A GEOMETRIC PROGRESSION, or G.P., is the multiply-instead-of-add case.
Each term after the first is the previous one multiplied by a fixed, nonzero COMMON RATIO, written r. From a first term a the sequence runs $a$, $a r$, $a r^2$, $a r^3$, and so on.
The nth term is $a_n = a r^{n-1}$.
The $(n-1)$ does the same job it did in the A.P. Reaching the nth term takes $n-1$ multiplications by r, not n, because the first term has been multiplied by nothing.
Check at the start. $n = 1$ gives $a_1 = a r^0 = a$, the first term. Correct.
Compare the two definitions directly. In an A.P. the position appears as a MULTIPLIER of d; in a G.P. it appears as an EXPONENT of r. That is the whole structural difference, and it is why a G.P. outruns an A.P. so quickly.
The ratio has to be nonzero, since an r of 0 would collapse every term after the first to zero. It may be negative, in which case the terms alternate in sign, and it may be a fraction, in which case they shrink.
Divide consecutive terms to find r. If the quotient is constant, it is a G.P.
Find the 5th term of 2, 6, 18, 54, ...
- $a = 2$; $6/2 = 3$, $18/6 = 3$, $54/18 = 3$
Find the two constants, dividing consecutive terms to confirm r is constant — one pair can agree by accident, so check at least two. - $a_5 = 2 \times 3^{5-1} = 2 \times 3^4 = 2 \times 81 = 162$
Substitute into $a_n = a r^{n-1}$ with $n = 5$ — one power to evaluate, where walking the list is four separate multiplications. - exponent 4, not 5
Four multiplications by 3 take you from the first term to the fifth. Using 5 would give 486, the 6th term. - 2, 6, 18, 54, 162
Check by extending the list — the fifth entry is 162.
Adding up a G.P.
The sum of the first n terms of a G.P. has a formula too, with one condition attached.
For $r \neq 1$: $S_n = a(r^n - 1)/(r - 1)$. The equivalent form $a(1 - r^n)/(1 - r)$ is the same expression with top and bottom both negated, and it is tidier when r is less than 1.
The condition is not decoration. If $r = 1$ then $r - 1 = 0$, and the formula divides by zero. There is no value to salvage there; the derivation itself breaks at that point.
But the $r = 1$ case is easy on its own. A common ratio of 1 means every term equals a — the sequence is $a, a, a, \ldots$ — so the sum of n of them is $S_n = n a$. No formula needed.
So the working procedure has two steps. Check whether r is 1. If it is, the answer is $n a$. If it is not, use the general formula.
That check costs a second and prevents an undefined expression, which is a worse outcome than a wrong number. A wrong number can at least be spotted.
*Look at r before writing the formula down. $r = 1$ is a separate case, not an awkward instance of the same one.*
Sum the first 5 terms of 2, 6, 18, 54, ...
- $a = 2$, $r = 3$
The constants are known from the earlier example. - $r = 3$, not 1
Run the check first — the general formula applies. - $S_5 = 2(3^5 - 1)/(3 - 1) = 2(243 - 1)/2 = 2 \times 242/2 = 242$
Substitute into $S_n = a(r^n - 1)/(r - 1)$ with $n = 5$. - $2 + 6 + 18 + 54 + 162 = 242$
Check by adding the terms directly — the formula agrees. - 162 of 242
The last term dominates — in a G.P. with $r > 1$ the total is always close to the last term, a useful rough check.
The geometric mean
The GEOMETRIC MEAN of two POSITIVE numbers a and b is $\sqrt{a b}$.
It has the same description as the arithmetic mean with one word changed. Put $\sqrt{a b}$ between a and b, and the three numbers $a$, $\sqrt{a b}$, $b$ form a G.P.
Check the ratios. From a to the mean the ratio is $\sqrt{a b}/a$. From the mean to b it is $b/\sqrt{a b}$. Multiply top and bottom of that second one by $\sqrt{a b}$ and it becomes $(b \sqrt{a b})/(a b)$, which is $\sqrt{a b}/a$. The same ratio both times, so it is a G.P.
So the A.M. sits an equal ADDITIVE distance from both numbers, and the G.M. sits an equal MULTIPLICATIVE distance. That is the whole difference between them.
The positivity condition is needed. $\sqrt{a b}$ has to be a real number, and if a and b have opposite signs their product is negative.
The G.M. is the single term that turns two numbers into a three-term G.P., exactly as the A.M. does for an A.P.
Insert the geometric mean between 4 and 9
- $\sqrt{4 \times 9} = \sqrt{36} = 6$
Apply the definition — the claim is that 4, 6, 9 is a G.P. - $6/4 = 3/2$, $9/6 = 3/2$
Check the ratios, never the differences — the same both times, so the three terms do form a G.P. - $6 - 4 = 2$ but $9 - 6 = 3$
The differences are NOT equal, and that is expected — this is a G.P., not an A.P., so ratios match and differences do not. - A.M. $= (4+9)/2 = 6.5$
Contrast with the arithmetic mean of the same pair — a different number doing a different job.
Which mean is larger
Both means exist for any two positive numbers, and one of them is always at least as large.
For any positive a and b: $(a+b)/2 \geq \sqrt{a b}$.
The arithmetic mean is never smaller than the geometric mean. Equality holds in exactly one case, when $a = b$. Whenever the two numbers differ at all, the A.M. is strictly the larger.
Here is why, without much algebra. The square of any real number is never negative, so $(\sqrt{a} - \sqrt{b})^2 \geq 0$. Expanding that gives $a - 2 \sqrt{a b} + b \geq 0$, which rearranges to $a + b \geq 2 \sqrt{a b}$, and halving both sides gives the result.
That derivation also explains the equality case. $(\sqrt{a} - \sqrt{b})^2$ is zero only when $\sqrt{a} = \sqrt{b}$, which for positive numbers means $a = b$.
The A.M. wins unless the two numbers are identical, and then it ties. There is no case where the G.M. comes out larger.
Compare the A.M. and G.M. of three pairs
- A.M. $= (4+9)/2 = 6.5$; G.M. $= \sqrt{4 \times 9} = 6$
First take 4 and 9, which are different — the arithmetic mean is strictly the larger, as it must be whenever the two numbers differ. - A.M. $= (5+5)/2 = 5$; G.M. $= \sqrt{5 \times 5} = 5$
Now take 5 and 5, which are equal — matching the equality case exactly. - A.M. $= 50.5$; G.M. $= 10$, for 1 and 100
Push the numbers further apart and the gap widens; bring them together and it shrinks to nothing — a worked case where the G.M. came out larger would mean an arithmetic error, not a counterexample.
Three sums worth knowing
Three sums come up often enough to be worth knowing as closed forms, and none of them is an A.P. or G.P. result in the usual sense.
The sum of the first n natural numbers:
$\sum_{k=1}^n k = n(n+1)/2.$
The sum of their squares:
$\sum_{k=1}^n k^2 = n(n+1)(2n+1)/6.$
The sum of their cubes:
$\sum_{k=1}^n k^3 = (n(n+1)/2)^2.$
The first is an A.P. sum in disguise. The natural numbers have common difference 1, and the formula is the A.P. sum formula with $a = 1$, $d = 1$ and $l = n$.
The other two are not. Squares run 1, 4, 9, 16: the differences are not constant and neither are the ratios, so it is neither progression, and the formula has to be established separately.
The third carries a fact worth noticing. The sum of the first n cubes is exactly the SQUARE of the sum of the first n natural numbers. There is no A.P. or G.P. counterpart to that; it is a property of cubes.
Only the first of the three is an A.P. sum. The other two are their own results and have to be recalled, not derived from a progression.
Evaluate the three special sums at n = 5
- $\sum_{k=1}^5 k = (5 \times 6)/2 = 30/2 = 15$
The natural numbers first. - $1+2+3+4+5 = 15$
Check directly — correct. - $\sum_{k=1}^5 k^2 = (5 \times 6 \times 11)/6 = 330/6 = 55$
The squares — the 11 comes from $2n+1$ with $n = 5$. - $1 + 4 + 9 + 16 + 25 = 55$
Check directly — correct. - $\sum_{k=1}^5 k^3 = ((5 \times 6)/2)^2 = 15^2 = 225$
The cubes. - $1 + 8 + 27 + 64 + 125 = 225$
Check directly — correct. - $15^2 = 225$
Read the last two together — the cubes fact holds here exactly. All three formulas are this cheap to check at small n, which fixes which is which far better than re-reading them does.
Two progressions, one question
One question runs through the chapter: does the sequence add, or does it multiply?
ADDS — an A.P., with common difference d. Its nth term is $a_n = a + (n-1) d$ and its sum is $S_n = n/2 (2a + (n-1) d)$, which is n copies of the average of the ends.
MULTIPLIES — a G.P., with common ratio r. Its nth term is $a_n = a r^{n-1}$ and its sum is $S_n = a(r^n - 1)/(r - 1)$, valid only for $r \neq 1$; at $r = 1$ the sum is $n a$.
The position offset is the same on both sides. It is $n-1$, because the first term has taken no steps and no multiplications.
THE MEANS insert one term between two numbers. The arithmetic mean $(a+b)/2$ makes a three-term A.P., and the geometric mean $\sqrt{a b}$ makes a three-term G.P. And $(a+b)/2 \geq \sqrt{a b}$ always holds, with equality only when the two numbers were already equal.
THE THREE SPECIAL SUMS stand outside all of it. The formulas for the first n natural numbers, their squares and their cubes are closed forms for their own sequences, not instances of either progression.
Identify which progression you have before reaching for any formula. Half the formulas in this chapter are wrong for the other case.
Two traps this chapter sets
THE TRAP. The nth term of an A.P. is $a + n d$. Multiply the common difference by n, since the nth term is what you want.
THE REALITY. It is $a_n = a + (n-1) d$. The multiplier is $n-1$.
Test it at the very first term, where the difference is easiest to see. The correct formula gives $a_1 = a + 0 \times d = a$, the first term itself. The trap gives $a + d$, which is the second.
The reason is that the first term is a starting point, not a step. It has had no d added to it at all. The second has had one, the third two, and the nth has had $n-1$.
What makes this expensive is the shape of the wrong answer. $a + n d$ is not nonsense. It is the $(n+1)$th term — a perfectly real term of the same sequence, just one further along than the one asked for.
It is the same off-by-one as the binomial theorem’s general term, arriving from the other direction. There the formula gave $T_{r+1}$ and the position had to be reduced; here the position is right and the step count has to be.
*Substitute $n = 1$ into any general-term formula you write. It must return the first term.*
THE TRAP. $S_n = a(r^n - 1)/(r - 1)$ is the G.P. sum formula, so use it on every G.P.
THE REALITY. It fails on one of them. If $r = 1$, the denominator $r - 1$ is 0 and the expression is undefined.
That is not a formula returning a slightly wrong number. It returns nothing at all.
Look at what $r = 1$ actually is. The sequence runs $a, a, a, \ldots$ — every term the same, since multiplying by 1 changes nothing. It is a legitimate G.P. under the definition, which asks only that r be fixed and nonzero.
And its sum needs no machinery. n copies of a is $S_n = n a$. For 5, 5, 5, 5 the sum is $4 \times 5 = 20$, and no formula was required to see it.
So the working rule has two branches and the check comes first. If $r = 1$, write $n a$. Otherwise use the general formula.
The habit generalises past this chapter. Whenever a formula carries a stated condition, that condition marks a case which has to be handled somewhere else, not a footnote to be skimmed.
Read r before writing the formula. A denominator that can be zero is a case, not a warning.
Practice set
- practice Find the 15th term of the A.P. $5, 8, 11, 14, \ldots$
- practice Find the sum of the first 12 terms of the A.P. $2, 7, 12, \ldots$
- practice Insert the arithmetic mean between 7 and 21.
- practice In the A.P. $4, 7, 10, \ldots$, which term equals 58?
Answers
- 47
- 354
- 14
- 19th
- practice Find the 6th term of the G.P. $3, 6, 12, 24, \ldots$
- practice Find the sum of the first 6 terms of the G.P. $1, 3, 9, 27, \ldots$
- practice Find the sum of the first 8 terms of the G.P. $5, 5, 5, 5, \ldots$
Answers
- 96
- 364
- 40
- practice Insert the geometric mean between 5 and 45.
- practice Find the A.M. and G.M. of 16 and 4, and state which is larger.
- practice Find the sum of the squares of the first 6 natural numbers.
- practice Find the sum of the cubes of the first 4 natural numbers.
- practice A man saves Rs 100 in the first month and increases his savings by Rs 50 each month after that. Find his total savings over the first 10 months.
- practice Which of these sequences is a G.P.?
Answers
- 15
- A.M. = 10, G.M. = 8; A.M. $>$ G.M.
- 91
- 100
- Rs 3250
- $2, 4, 8, 16$
Chapter-end problems
- board-easy A sequence is defined by $a_n = n^2 - n + 1$. Find $a_5$.
- board-easy A sequence has $a_n = 2n+1$. Find $S_3$, the sum of its first 3 terms.
- board-easy An A.P. has $a=3$ and $d=5$. Find $a_{12}$.
- board-easy Find the 15th term of the A.P. $4, 9, 14, 19, \ldots$.
- board-easy Find $S_{10}$ for the A.P. with $a=2$ and $d=3$.
- board-easy An A.P. has first term 5 and last (10th) term 50. Find $S_{10}$.
- board-easy Which of these is the arithmetic mean of 18 and 32?
- board-easy Insert the arithmetic mean between $-6$ and $14$.
- board-easy A G.P. has $a=5$ and $r=2$. Find $a_6$.
- board-easy Find the 5th term of the G.P. $1, 3, 9, 27, \ldots$.
- board-easy Find $S_5$ for the G.P. with $a=3$ and $r=2$.
- board-easy A G.P. has $a=9$ and every term equal ($r=1$). Find $S_7$.
- board-easy Which of these is the geometric mean of 5 and 45?
- board-easy Insert the geometric mean between 8 and 18.
- board-easy Find the A.M. and the G.M. of 9 and 16.
- board-easy Find the sum of the first 6 natural numbers.
- board-easy Find the sum of the squares of the first 5 natural numbers.
- board-standard Which term of the A.P. $7, 10, 13, \ldots$ equals 100?
- board-standard An A.P. has $a_3 = 13$ and $a_7 = 29$. Find $a$ and $d$.
- board-standard Three numbers in A.P. have sum 24 and product 440. Find them.
- board-standard An A.P. has $a=2$ and $d=2$. Its sum is 110. Find $n$.
- board-standard Insert 3 arithmetic means between 4 and 24.
- board-standard A G.P. has $a_2 = 6$ and $a_5 = 48$. Find $a$ and $r$.
- board-standard Three numbers in G.P. have sum 21 and product 216. Find them (take $r>1$).
- board-standard A G.P. has $a=3$ and $r=2$. Its sum is 765. Find $n$.
- board-standard The sum of the first n terms of a series is $S_n = 3n^2 + 2n$. Find $a_n$.
- board-standard A sequence has $a_n = 5n - 2$. Confirm it is an A.P. and find $a_{10}$.
- board-standard A stadium’s front row seats 20; each row behind adds 4 more seats. Find the seats in row 15 and the total seats in the first 15 rows.
- board-standard A bacterial culture starts at 500 and doubles every hour. Find the count after 6 hours.
- board-standard A savings plan deposits 1000 in year 1 and 500 more each following year (an A.P.). Find the total saved over 10 years.
- board-standard Counting ancestors: 2 parents, 4 grandparents, 8 great-grandparents, doubling each generation (a G.P. with $a=2$, $r=2$). Find the total across 8 generations.
- board-standard The 20th term of the A.P. $-2, 1, 4, 7, \ldots$ is
- board-standard The sum of the first 8 terms of $5, 5, 5, \ldots$ is
- board-standard For $a=25$ and $b=4$, which is true?
- board-standard Find the sum of $k^2+k$ for $k=1$ to $6$, using the closed-form formulas.
- board-standard For $n=6$, find the sum of the cubes of the first 6 natural numbers, and confirm it equals the square of their sum.
- board-standard Is $3, 6, 12, 24, \ldots$ an A.P. or a G.P.? Find its 7th term.
- board-standard Find the sum of all natural numbers from 1 to 50 that are divisible by 3.
- JEE An A.P. has $S_6 = 72$ and $S_{10} = 200$. Find $a$ and $d$.
- JEE Three numbers in G.P. have product 1000. Adding 6 to the second and 7 to the third gives three numbers in A.P. Find the original numbers (take $r>1$).
- JEE A bacterial culture starts at 100 and doubles every hour. Find the smallest whole number of hours after which the count exceeds 100000.
- JEE Among all rectangles with perimeter 40, find the maximum possible area.
- JEE Find the sum of the squares of the first 10 natural numbers, minus the sum of the first 10 natural numbers.
- JEE Three numbers in A.P. sum to 21. Adding 2, 2, 14 to them respectively gives three numbers in G.P. Find the original numbers.
- JEE A G.P. has $a_1 = 8$ and $a_2 = 8$. Find $S_{12}$.
- JEE An investment of 8000 grows by a factor of 1.1 each year (compound growth, a G.P.). Find its value after 3 years.
- JEE The A.P. $3, 7, 11, \ldots, 407$ — find the number of terms and their sum.
- JEE For $0<x<9$, find $x$ so that the A.M. of 9 and $x$ exceeds their G.M. by exactly 2.
- JEE Find $1+3+5+\ldots+19$ (the first 10 odd numbers) and compare it to $10^2$.
- JEE An A.P. has $a_7 = 1/9$ and $a_9 = 1/7$. Find $a_{63}$.
- JEE A G.P. has $a_3 = 24$ and $a_6 = 192$. Find $a$, $r$, and $S_5$.
Answers
- $21$
- $15$
- $58$
- $74$
- $155$
- $275$
- $25$
- $4$
- $160$
- $81$
- $93$
- $63$
- $15$
- $12$
- A.M. $=25/2$, G.M. $=12$
- $21$
- $55$
- 32nd
- $a=5, d=4$
- $5, 8, 11$
- $n=10$
- $9, 14, 19$
- $a=3, r=2$
- $3, 6, 12$
- $n=8$
- $a_n = 6n-1$
- $d=5, a_{10}=48$
- $a_{15}=76, S_{15}=720$
- $32000$
- $32500$
- $510$
- $55$
- $40$
- A.M. > G.M.
- $112$
- $441$
- G.P. — $a_7=192$
- $408$
- $a=2, d=4$
- $5, 10, 20$
- $n=10$
- $100$
- $330$
- $1, 7, 13$
- $96$
- $10648$
- $n=102, S=20910$
- $x=1$
- $100 = 10^2$
- $1$
- $a=6, r=2, S_5=186$
- An A.P. has first term 5 and common difference 4. Find its 12th term.
Check your answer
- An A.P. has first term -3 and common difference 7. Find its 9th term.
Check your answer
- Find the sum of the first 15 terms of the A.P. 4, 10, 16, ....
Check your answer
- Find the sum of the first 9 terms of the A.P. 6, 12, 18, ....
Check your answer
- A G.P. has first term 4 and common ratio 3. Find its 6th term.
Check your answer
- A G.P. has first term 81 and common ratio 1/3. Find its 5th term.
Check your answer
- Find the sum of the first 4 terms of the G.P. 2, 10, 50, 250, ....
Check your answer
- A G.P. has first term 12 and every term equal (common ratio 1). Find the sum of the first 9 terms.
Check your answer
- A G.P. has first term -7 and every term equal (common ratio 1). Find the sum of the first 6 terms.
Check your answer
- Find the arithmetic mean of 11 and 39.
Check your answer
- Three numbers in A.P. have an average of 20. Find their sum.
Check your answer
- Find the geometric mean of 6 and 54.
Check your answer
- Find the geometric mean of 16 and 25.
Check your answer
- By how much does the arithmetic mean of 49 and 9 exceed their geometric mean?
Check your answer
- For $a=25$, for which value of $b$ does the arithmetic mean of $a$ and $b$ equal their geometric mean?
Check your answer
- Find the sum of the first 12 natural numbers.
Check your answer
- Find the sum of the squares of the first 8 natural numbers.
Check your answer
- Find the sum of the cubes of the first 3 natural numbers.
Check your answer
- The sequence 7, 7, 7, 7, ... is both an A.P. (common difference 0) and a G.P. (common ratio 1). Find the sum of its first 6 terms.
Check your answer
- A quantity follows the G.P. 250, 1000, 4000, .... Find the first term of the sequence that exceeds 60000.
Check your answer