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 ▸

How to multiply and divide mixed fractions


Factorise 3x^3y^2-6x^2y+9xy


Given y=x^3+5x+3 find dy/dx when x=3


solve the simultaneous equations 8x + 2y = 48 , 14x + 6y = 94