How do I solve sequences and how can I get the nth number?

e.g : 2,4,6,8..

the formula for the sequence can be found by using a+(n-1)d , where a is the first number in the sequence and d is the diffenece between the adjacent numbers in the sequence. so a =2 and d=2 so the formula is 2+(n-1)x2 = 2+2n-2 = 2n

AT

Related Maths GCSE answers

All answers ▸

Solve 8x + 9y = 3 and x + y = 0.


What is 4536000 in words and what is that number to 3 significant figures?


Find the coordinates where the curve f(X)= X^2+X-6 touches the x axis using factorisation.


Why can’t you use the quadratic formula for every quadratic?