Question 266346
L=a+(n-1)d ;d=?
-----------------
L - a = (n-1)d
d = (L-a)/(n-1)
==================
Cheers,
Stan H.