一道等差数列题目

问题描述:

一道等差数列题目
在等差数列{an}中,a5=0,a10=10求a1与等差d

a10-a5=(10-5)d
10-0=5d
d=2
a5-a1=(5-1)d=4*2=8
a1=a5-8=0-8=-8
所以a1=-8,d=2