Question 754618
{{{
S[n]=(n/2)(a[1]+a[n])
}}}

so that


{{{
-65=(n/2)(7+(-20))
}}}



Therefore


n=10


As for the common difference


{{{
d=(a[n]-a[1])/(n-1)=(-20-7)/(10-1)=-3
}}}