Cheiromancer said:
P is a party of n characters whose levels are p1, p2,... pn
This is what we want to calculate:
xpTo do this a DM will have to calculate one or both of the following= character n's xp from encounter X
[...snip]
A 3.5-style xp formula (rapid catchup) is
xp= (Chi(X) / n) / pn
I was getting really confused trying to sort this out, until I realized you're using n for two different things, number of PCs and the (arbitrary) index number of a particular PC. I think what you want to say is this:
P is a party of n characters whose levels are p1, p2,... pn
This is what we want to calculate:
xp(k) = character k's xp from encounter XTo do this a DM will have to calculate one or both of the following
[...snip]
A 3.5-style xp formula (rapid catchup) is
xp(k) = (Chi(X) / n) / pk