Sequence and Series - Arithmetric Progression, Arithmetic Series, Geometric Progression, Geometric Series

Sequences and Series

Sequences and Series

Sequence is a list of numbers with a predefined rule or formula.

The numbers are called as terms and we can find the pattern in the sequence.

There are quite a limitless number of possible sequences can be made, we however will mainly focus on two main categories of sequences, the arithmetic sequence and the geometric sequence.

Arithmetic Sequence

In arithmetic sequence or progression any two consecutive terms always have the same difference.

\(\\[12pt]\hspace{2em}{\small {u}_{n} \ = \ a \ + \ (n \ – \ 1) d }\)
\(\\[7pt]{\small {u}_{n} }\) is the \({\small \boldsymbol{{n}^{\textrm{th}}} }\) term
\(\\[7pt]{\small a }\) is the first term or \({\small \boldsymbol{{u}_{1}} }\)
\({\small d }\) is the common difference.

Example:

Example of Arithmetic Sequence

\(\\[7pt]{\small a \ \ \ = \ {u}_{1} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 10 }\)
\(\\[7pt]{\small {u}_{2} \ = \ 15, \ {u}_{3} \ = \ 20, \ {u}_{4} \ = \ 25, \ \textrm{etc} }\)
\(\\[7pt]{\small d \ \ \ = \ 5}\)
\(\\[7pt]{\small {u}_{n} \ = \ a \ + \ (n \ – \ 1) d }\)
\(\\[7pt]{\small {u}_{n} \ = \ 10 \ + \ (n \ – \ 1) \ \times \ 5 }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 10 \ + \ 5n \ – \ 5 }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 5n \ + \ 5 }\)

So, for example, if we want to find the 10th term of the sequence above,

\(\\[7pt]{\small {u}_{10} \ = \ 5(10) \ + \ 5 }\)
\(\hspace{1.6em}{\small = \ 55 }\)

Geometric Sequence

In geometric sequence or progression any two consecutive terms always have the same ratio.

\(\\[12pt]\hspace{2em}{\small {u}_{n} \ = \ a {r}^{ (n \ – \ 1) } }\)
\(\\[7pt]{\small {u}_{n} }\) is the \({\small \boldsymbol{{n}^{\textrm{th}}} }\) term
\(\\[7pt]{\small a }\) is the first term or \({\small \boldsymbol{{u}_{1}} }\)
\({\small r }\) is the common ratio.

Example:

Example of Geometric Sequence

\(\\[7pt]{\small a \ \ \ = \ {u}_{1} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 100 }\)
\(\\[7pt]{\small {u}_{2} \ = \ 50, \ {u}_{3} \ = \ 25, \ {u}_{4} \ = \ 12.5, \ \textrm{etc} }\)
\(\\[12pt]{\small r \ \ \ = \ {\large\frac{1}{2}} }\)
\(\\[7pt]{\small {u}_{n} \ = \ a {r}^{ (n \ – \ 1) } }\)
\(\\[12pt]{\small {u}_{n} \ = \ 100 \ \times \ { \big({\large\frac{1}{2}} \big) }^{ (n \ – \ 1) } }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 100 \ \times \ {2}^{(-n+1)} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 200 \ \times \ {2}^{-n} }\)

So, for example, if we want to find the 10th term of the sequence above,

\(\\[7pt]{\small {u}_{10} \ = \ 200 \ \times \ {2}^{-10} }\)
\(\hspace{1.6em}{\small = \ 0.1953125 }\)

Meanwhile, we can also calculate the sum of n terms, that is, the addition from the first term of the sequence up to the \({\small {n}^{\textrm{th}} }\) term.

The addition of the sequence is called series.

The formula for both arithmetic series and geometric series are as follows:

Arithmetic Series

\(\\[18pt]\hspace{1.5em}{\small {S}_{n} \ = \ {\large\frac{n}{2}} \ ( a \ + \ {u}_{n} ) \ = \ {\large\frac{n}{2}} \ \big[ 2a \ + \ (n \ – \ 1)d \big] }\)
\(\\[7pt]{\small {S}_{n} }\) is the sum up to \({\small \boldsymbol{{n}^{\textrm{th}}} }\) term.

Example:

Example of Arithmetic Series

\(\\[7pt]{\small {S}_{1} \ = \ {u}_{1} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 10 }\)
\(\\[7pt]{\small {S}_{2} \ = \ {u}_{1} \ + \ {u}_{2} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 10 \ + \ 15 }\)
\(\\[7pt]{\small {S}_{3} \ = \ {u}_{1} \ + \ {u}_{2} \ + \ {u}_{3} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 10 \ + \ 15 \ + \ 20 }\)
\(\\[7pt]{\small {S}_{4} \ = \ {u}_{1} \ + \ {u}_{2} \ + \ {u}_{3} \ + \ {u}_{4} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 10 \ + \ 15 \ + \ 20 \ + \ 25}\)
\(\\[12pt]\), etc
\(\\[7pt]{\small d \ \ \ = \ 5}\)
\(\\[12pt]{\small {S}_{n} \ = \ {\large\frac{n}{2}} \ \big[ 2a \ + \ (n \ – \ 1)d \big] } \)
\(\\[12pt]{\small {S}_{n} \ = \ {\large\frac{n}{2}} \ \big[ 2(10) \ + \ (n \ – \ 1) \ \times \ 5 \big] } \)
\(\\[12pt]\hspace{1.4em}{\small = \ {\large\frac{n}{2}} \ ( 20 \ + \ 5n \ – \ 5 ) } \)
\(\\[7pt]\hspace{1.4em}{\small = \ {\large\frac{5}{2}}{n}^2 \ + \ {\large\frac{15}{2}}n }\)

So, for example, if we want to find the sum of the first 10 terms of the sequence above,

\(\\[12pt]{\small {S}_{10} \ = \ {\large\frac{5}{2}}{(10)}^2 \ + \ {\large\frac{15}{2}}n }\)
\(\hspace{1.6em}{\small = \ 325 }\)

Geometric Series

\(\\[12pt]\hspace{2em}{\small {S}_{n} \ = \ {\large\frac{a \ ( {r}^{ n } \ – \ 1 ) }{r \ – \ 1} } }\) for \({\small |r| \ \gt \ 1 }\)
\(\\[7pt]\) or,
\(\\[20pt]\hspace{2em}{\small {S}_{n} \ = \ {\large\frac{a \ ( 1 \ – \ {r}^{ n } )}{1 \ – \ r } } }\) for \({\small |r| \ \lt \ 1 }\)
\(\\[7pt]{\small {S}_{n} }\) is the sum up to \({\small \boldsymbol{{n}^{\textrm{th}}} }\) term.

Example:

Example of Geometric Series

\(\\[7pt]{\small {S}_{1} \ = \ {u}_{1} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 100 }\)
\(\\[7pt]{\small {S}_{2} \ = \ {u}_{1} \ + \ {u}_{2} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 100 \ + \ 50 }\)
\(\\[7pt]{\small {S}_{3} \ = \ {u}_{1} \ + \ {u}_{2} \ + \ {u}_{3} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 100 \ + \ 50 \ + \ 25 }\)
\(\\[7pt]{\small {S}_{4} \ = \ {u}_{1} \ + \ {u}_{2} \ + \ {u}_{3} \ + \ {u}_{4} }\)
\(\\[7pt]\hspace{1.4em}{\small = \ 100 \ + \ 50 \ + \ 25 \ + \ 12.5}\)
\(\\[12pt]\), etc
\(\\[12pt]{\small r \ \ \ = \ {\large\frac{1}{2}} }\)
\(\\[12pt]{\small {S}_{n} \ = \ {\large\frac{a \ ( 1 \ – \ {r}^{ n } )}{1 \ – \ r } } }\)
\(\\[18pt]{\small {S}_{n} \ = \ {\large\frac{100 \ \big( 1 \ – \ {{\large (\frac{1}{2} )} }^{ n } \big)}{1 \ – \ {\large\frac{1}{2}} } } }\)
\(\\[18pt]{\small {S}_{n} \ = \ {\large\frac{100 \ \big( 1 \ – \ {2} ^{ -n } \big)}{ {\large\frac{1}{2}} } } }\)
\(\\[10pt]{\small {S}_{n} \ = \ 200 \ \times \ \big( 1 \ – \ {2 }^{ -n } \big) }\)

So, for example, if we want to find the sum of the first 10 terms of the sequence above,

\(\\[10pt]{\small {S}_{n} \ = \ 200 \ \times \ \big( 1 \ – \ {(2) }^{ -10 } \big) }\)
\(\hspace{1.4em}{\small = \ 199.8046875 }\)

In geometric series, we can also find the sum to infinity given that the series is convergent \({\small (|r| \ \lt \ 1) }\).

Since \({\small \displaystyle \lim_{n \to \infty} 1 \ – \ {r}^{ n } \ = \ 1 \ }\) for \({\small \ (|r| \ \lt \ 1) }\),

\(\\[12pt]\hspace{2em}{\small {S}_{\infty} \ = \ {\large\frac{a}{1 \ – \ r } } }\)
\(\\[7pt]{\small {S}_{\infty} }\) is the sum to infinity.

Example:

Example of Infinite Geometric Series

\(\\[18pt]{\small {S}_{\infty} \ = \ {\large\frac{ a }{1 \ – \ r } } }\)
\(\\[18pt]{\small {S}_{\infty} \ = \ {\large\frac{ 100 }{1 \ – \ {\large\frac{1}{2}} } } }\)
\(\hspace{1.6em}{\small = \ 200 }\)

Try some of the examples below and if you need any help, just look at the solution I have written. Cheers ! =) .
\(\\[1pt]\)


EXAMPLE:

\({\small 1.\enspace}\) A runner who is training for a long-distance race plans to run increasing distances each day for 21 days. She will run x km on day 1, and on each subsequent day she will increase the distance by 10% of the previous day’s distance. On day 21 she will run 20 km.
\({\small\hspace{2.8em}(\textrm{i}).\hspace{0.7em}}\) Find the distance she must run on day 1 in order to achieve this. Give your answer in km correct to 1 decimal place.
\({\small\hspace{2.8em}(\textrm{ii}).\hspace{0.7em}}\) Find the total distance she runs over the 21 days.

\(\\[1pt]\)
\({\small 2.\enspace}\) The first, second and third terms of a geometric progression are x, x – 3 and x – 5 respectively.
\({\small\hspace{2.8em}(\textrm{i}).\hspace{0.7em}}\) Find the value of x.
\({\small\hspace{2.8em}(\textrm{ii}).\hspace{0.7em}}\) Find the fourth term of the progression.
\({\small\hspace{2.8em}(\textrm{iii}).\hspace{0.5em}}\) Find the sum to infinity of the progression.

\(\\[1pt]\)
\({\small 3.\enspace}\) In an arithmetic progression, the sum of the first ten terms is equal to the sum of the next five terms. The first term is a.
\({\small\hspace{2.8em}(\textrm{i}).\hspace{0.7em}}\) Show that the common difference of the progression is \({\small {\large \frac{1}{3} } a}\).
\({\small\hspace{2.8em}(\textrm{ii}).\hspace{0.7em}}\) Given that the tenth term is 36 more than the fourth term, find the value of a.

\(\\[1pt]\)
\({\small 4.\enspace}\) The sum to infinity of a geometric progression is 9 times the sum of the first four terms. Given that the first term is 12, find the value of the fifth term.

\(\\[1pt]\)
\({\small 5.\enspace}\) Two heavyweight boxers decide that they would be more successful if they competed in a lower weight class. For each boxer this would require a total weight loss of 13 kg. At the end of week 1 they have each recorded a weight loss of 1 kg and they both find that in each of the following weeks their weight loss is slightly less than the week before.
\(\\[1pt]\)
Boxer A’s weight loss in week 2 is 0.98 kg. It is given that his weekly weight loss follows an arithmetic progression.
\({\small\hspace{2.8em}(\textrm{i}).\hspace{0.7em}}\) Write down an expression for his total weight loss after x weeks.
\({\small\hspace{2.8em}(\textrm{ii}).\hspace{0.7em}}\) He reaches his 13 kg target during week n. Use your answer to part (i) to find the value of n.
\(\\[1pt]\)
Boxer B’s weight loss in week 2 is 0.92 kg and it is given that his weekly weight loss follows a geometric progression.
\({\small\hspace{2.8em}(\textrm{iii}).\hspace{0.5em}}\) Calculate his total weight loss after 20 weeks and show that he can never reach his target.

\(\\[1pt]\)
\({\small 6.\enspace}\) The sum of the first twenty terms of an arithmetic progression is 50, and the sum of the next twenty terms is -50. Find the sum of the first hundred terms of the progression.

\(\\[1pt]\)
\({\small 7.\enspace}\) In 1971 a newly-built flat was sold with a 999-year lease. The terms of the sale included a requirement to pay ‘ground rent’ yearly. The ground rent was set at £28 per year for the first 21 years of the lease, increasing by £14 to £42 per year for the next 21 years, and then increasing again by £14 at the end of each subsequent period of 21 years.
\({\small\hspace{1.2em} (\textrm{a}).\hspace{0.8em}}\) Find how many complete 21-year periods there would be if the lease ran for the full 999 years, and how many years there would be left over.
\({\small\hspace{1.2em} (\textrm{b}).\hspace{0.8em}}\) Find the total amount of ground rent that would be paid in all of the complete 21-year periods of the lease.

\(\\[1pt]\)
\({\small 8.\enspace}\) Jayesh invests $100 in a savings acoount on the first day of each month for one complete year. The account pays interest at \( {\small \frac{1}{2} \% \ }\) for each complete month. How much does Jayesh have invested at the end of the year (but before making a thirteenth payment)?

\(\\[1pt]\)
\({\small 9.\enspace}\) Neeta takes out a 25-year mortgage of $40 000 to buy her house. Compound interest is charged on the loan at a rate of 8% per annum. She has to pay off the mortgage with 25 equal payments, the first of which is to be one year after the loan is taken out. Continue the following argument to calculate the value of each annual payment.
\(\\[1pt]\)
\({\small \hspace{1.2em} \bullet \hspace{1.2em} }\) After 1 year she owes \({\small $(40 000 \times 1.08) }\) (loan plus interest) less the payment made, $P, that is, she owes \({\small $(40 000 \times 1.08 \ – P)}\).
\(\\[1pt]\)
\( {\small \hspace{1.2em} \bullet \hspace{1.2em} }\) After 2 years she owes \({\small $\big((40 000 \times 1.08 \ – P) \times 1.08 \ – P \big) }\).
\(\\[1pt]\)
\({\small \hspace{1.2em} \bullet \hspace{1.2em} }\) After 3 years she owes \({\small $\Big(\big((40 000 \times 1.08 \ – P) \times 1.08 \ – P \big) \times 1.08 \ – P \Big)}\).
\(\\[1pt]\)
At the end of 25 years this (continued) expression must be zero. Form an equation in P and solve it.

\(\\[1pt]\)
\({\small 10.\enspace}\) The Bank of Utopia offers an interest rate of 100% per annum with various options as to how the interest may be added. Gopal invests $1000 and considers the following options.
\(\\[1pt]\)
\( {\small \hspace{1.2em} \textrm{Option A} \hspace{1em} }\) Interest added annually at the end of the year.
\(\\[1pt]\)
\( {\small \hspace{1.2em} \textrm{Option B} \hspace{1em} }\) Interest of 50% credited at the end of each half-year.
\(\\[1pt]\)
\( {\small \hspace{1.2em} \textrm{Option C, D, E, …} \hspace{1em} }\) The Bank is willing to add interest as often as required, subject to (interest rate) \( {\small \times }\) (number of credits per year) = 100.
\(\\[1pt]\)
Investigate to find the maximum possible amount in Gopal’s account after one year.

\(\\[1pt]\)
\({\small 11.\enspace}\) 9709/13/O/N/21 – Paper 13 November 2021 Pure Maths 1 No 4
\(\\[1pt]\)
The first term of an arithmetic progression is 84 and the common difference is −3.
\(\\[1pt]\)
\({\small(\textrm{a}).\hspace{0.8em}}\) Find the smallest value of \(n\) for which the \(n\)th term is negative.
\(\\[1pt]\)
It is given that the sum of the first \(2k\) terms of this progression is equal to the sum of the first \(k\) terms.
\(\\[1pt]\)
\({\small(\textrm{b}).\hspace{0.8em}}\) Find the value of \(k\).

\(\\[1pt]\)
\({\small 12.\enspace}\) 9709/12/M/J/21 – Paper 12 June 2021 Pure Maths 1 No 8
\(\\[1pt]\)
The first, second and third terms of an arithmetic progression are \( \ a, {\large\frac{3}{2}}a \ \) and \(b\) respectively, where \(a\) and \(b\) are positive constants.
\(\\[1pt]\)
The first, second and third terms of a geometric progression are \( \ a \), \( \ 18 \ \) and \( \ b \ + \ 3 \ \) respectively.
\(\\[1pt]\)
\({\small(\textrm{a}).\hspace{0.8em}}\) Find the values of \(a\) and \(b\).
\(\\[1pt]\)
\({\small(\textrm{b}).\hspace{0.8em}}\) Find the sum of the first 20 terms of the arithmetic progression.

\(\\[1pt]\)
\({\small 13.\enspace}\) 9709/12/M/J/20 – Paper 12 June 2020 Pure Maths 1 No 4
\(\\[1pt]\)
The \(n\)th term of an arithmetic progression is \( \ {\large\frac{1}{2}} (3n \ – \ 15) \).
\(\\[1pt]\)
Find the value of \(n\) for which the sum of the first \(n\) terms is 84.

\(\\[1pt]\)
\({\small 14.\enspace}\) 9709/12/O/N/19 – Paper 12 November 2019 Pure Maths 1 No 8
\(\\[1pt]\)
\({\small(\textrm{a}).\hspace{0.8em}}\) Over a 21-day period an athlete prepares for a marathon by increasing the distance she runs each day by 1.2 km. On the first day she runs 13 km.
\(\\[1pt]\)
\({\small \hspace{0.8em}(\textrm{i}).\hspace{0.8em}}\) Find the distance she runs on the last day of the 21-day period.
\(\\[1pt]\)
\({\small \hspace{0.8em} (\textrm{ii}).\hspace{0.7em}}\) Find the total distance she runs in the 21-day period.
\(\\[1pt]\)
\({\small (\textrm{b}).\hspace{0.8em}}\) The first, second and third terms of a geometric progression are \( \ x, \ x \ − \ 3 \ \) and \( \ x \ − \ 5 \ \) respectively.
\(\\[1pt]\)
\({\small \hspace{0.8em} (\textrm{i}).\hspace{0.8em}}\) Find the value of \(x\).
\(\\[1pt]\)
\({\small \hspace{0.8em} (\textrm{ii}).\hspace{0.7em}}\) Find the fourth term of the progression.
\(\\[1pt]\)
\({\small \hspace{0.8em} (\textrm{iii}).\hspace{0.6em}}\) Find the sum to infinity of the progression.

\(\\[1pt]\)


PRACTICE MORE WITH THESE QUESTIONS BELOW!

\({\small 1. \hspace{0.6em}(\textrm{i}).\hspace{0.7em}}\) The first and second terms of a geometric progression are p and 2p respectively, where p is a positive constant. The sum of the first n terms is greater than 1000p. Show that \({\small {2}^{n} \ \gt \ 1001}\).

\({\small\hspace{1.2em}(\textrm{ii}).\hspace{0.7em}}\) In another case, p and 2p are the first and second terms respectively of an arithmetic progression. The nth term is 336 and the sum of the first n terms is 7224. Write down two equations in n and p and hence find the values of n and p.

\({\small 2. \enspace}\) The first three terms of an arithmetic progression are 4, x and y respectively. The first three terms of a geometric progression are x, y and 18 respectively. It is given that both x and y are positive.
\({\small\hspace{1.2em}(\textrm{i}).\hspace{0.7em}}\) Find the value of x and the value of y.
\({\small\hspace{1.2em}(\textrm{ii}).\hspace{0.7em}}\)Find the fourth term of each progression.

\({\small 3. \enspace}\) In an arithmetic progression the first term is a and the common difference is 3. The nth term is 94 and the sum of the first n terms is 1420. Find n and a.

\({\small 4. \enspace}\) A person wants to buy a pension which will provide her with an income of $10 000 at the end of each of the next n years. Show that, with a steady interest rate of 5% per year, the pension should cost her
\(\\[1pt]\)
\({\small \$10 \ 000 } \big(\frac{1}{1.05} + \frac{1}{{1.05}^{2}} + \frac{1}{{1.05}^{3}} + \cdots + \frac{1}{{1.05}^{n}} \big) . \)
\(\\[1pt]\)
Find a simple formula for calculating this sum, and find its value when n = 10, 20, 30, 40, 50.

\({\small 5. \enspace}\) As part of a fund-raising campaign, I have been given some books of raffle tickets to sell. Each book has the same number of tickets and all the tickets I have been given are numbered in sequence. The number of the ticket on the front of the 5th book is 205 and that on the front of the 19th book is 373.
\({\small\hspace{1.2em} (\textrm{i}).\hspace{0.8em}}\) By writing the number of the ticket on the front of the first book as a and the number of tickets in each book as d, write down two equations involving a and d.
\({\small\hspace{1.2em} (\textrm{ii}).\hspace{0.7em}}\) From these two equations find how many tickets are in each book and the number on the front of the first book I have been given.
\({\small\hspace{1.2em} (\textrm{iii}).\hspace{0.6em}}\) The last ticket I have been given is numbered 492. How many books have I been given?

\({\small 6. \enspace}\) A tank is filled with 20 litres of water. Half the water is removed and replaced with anti-freeze and thoroughly mixed. Half this mixture is then removed and replaced with anti-freeze. This process continues.
\({\small\hspace{1.2em} (\textrm{i}).\hspace{0.8em}}\) Find the first five terms in the sequence of amounts of water in the tank at each stage.
\({\small\hspace{1.2em} (\textrm{ii}).\hspace{0.6em}}\) Find the first five terms in the sequence of amounts of anti-freeze in the tank at each stage.
\({\small\hspace{1.2em} (\textrm{iii}).\hspace{0.4em}}\) Is either of these sequences geometric? Explain.

\({\small 7. \enspace}\) A company producing salt from sea water changed to a new process. The amount of salt obtained each week increased by 2% of the amount obtained in the preceding week. It is given that in the first week after the change the company obtained 8000 kg of salt.
\({\small\hspace{1.2em} (\textrm{i}).\hspace{0.8em}}\) Find the amount of salt obtained in the 12th week after the change.
\({\small\hspace{1.2em} (\textrm{ii}).\hspace{0.6em}}\) Find the total amount of salt obtained in the first 12 weeks after the change.

\({\small 8. \enspace}\) The common ratio of a geometric progression is 0.99. Express the sum of the first 100 terms as a percentage of the sum to infinity, giving your answer correct to 2 significant figures.

\({\small 9. \hspace{0.6em}(\textrm{a}).\hspace{0.7em}}\) Each year, the value of a certain rare stamp increases by 5% of its value at the beginning of the year. A collector bought the stamp for $10 000 at the beginning of 2005. Find its value at the beginning of 2015 correct to the nearest $100.

\({\small\hspace{1.2em}(\textrm{b}).\hspace{0.8em}}\) The sum of the first n terms of an arithmetic progression is \({\small \frac{1}{2}n(3n+7)}\). Find the 1st term and the common difference of the progression.

\({\small 10. \hspace{0.4em}(\textrm{a}).\hspace{0.7em}}\) An organ has 8 tubes. The lengths of these tubes are a geometrical progression, and the length of the shortest tube is exactly half that of the longest which is 66 cm long. What is the total length of all the tubes in the organ to the nearest cm?

\({\small\hspace{1.2em}(\textrm{b}).\hspace{0.8em}}\) Determine how long it will take to repay an interest free loan $6 625 by monthly payments initially of $10 and increasing by $5 each month. How much is the final payment?

If the loan is $10 000, find the smallest number of months that would be needed to repay it.

\(\\[1pt]\)


As always, if you have any particular questions to discuss, leave it in the comment section below. Cheers =) .