~~~ How do I distribute a sun such that sun((x[j]+y[j]+x[j]*y[j]),j,a,b) => sum(x[j],j,a,b)+sum(y[j],j,a,b)+sum(x[j]y[j],j,a,b); Ed ~~~