To calculate an average in reverse polish notation (RPN) is the following correct (assuming a-j are variables representing numbers):
a,b,+,c,+,d,+,e,+,f,+,g,+,h,+,i,+,j,+,10,/
If it is correct, are there other ways that this could be expressed in RPN?