Arithmetic Sequences

This topic has expert replies
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 93
Joined: Sun Jul 17, 2011 10:30 am
Thanked: 1 times
Followed by:2 members

by ColumbiaVC » Wed Aug 10, 2011 4:20 pm
a3=4; a5=20
an=((an-1)+(an-2))/2

a5=((a3)+(a4))/2
=> 20=((4)+(a4))/2
=> a4=36

a6=((a4)+(a5))/2
=> a6=(36+20)/2
=> a6=28