User talk:Aprogressivist/Nwoddice

From WikiProjectMed
Jump to navigation Jump to search

Copy/paste

.

Comments/brainstorming

  • Is it possibly to simplify the problem by setting 8 = 1 suxx, 9 = 1 suxx, 10 = 1.3R suxx?
  • Can one construct P(x,n) from P(x-1,n), P(x,n-1), etc.?

Forms

P(x,n) will generally achieve x successes in some combination of the following forms:

S-Form: sxfn-x

...

T-Form: fx-1tx-1s



Raw Data

P(0,1): f

P(1,1): s

P(2,1): ts

etc.

P(0,2): ff = f^2

P(1,2): fs + sf = 2fs

P(2,2): fts + tsf + ss = 2fts + s^2

P(3,2): ftts + ttsf + sts + tss = 2ft^2s + 2ts^2

P(4,2): 2ft^3s + 2st^2s = 2ft^3s + 2t^2s^2

etc.

P(0,3) = f^3

P(1,3) = 3ffs = 3f^2s

P(2,3) = 3ffts + 3fss = 3f^2ts + 3fs^2

P(3,3)= 3fftts + 6fsts + sss = 3f^2t^2s + 6fts^2 + s^3

...