michaelsmith559
Well-known Member
- Joined
- Oct 6, 2013
- Messages
- 881
- Office Version
- 2013
- 2007
I'm trying to figure out patterns for someone who is playing the lottery. They want me to show the low/high & odd/even combinations broken down into four groups: low/odd, low/even, high/odd, high/even. I have most of it done but can't figure out what I'm missing. The total combinations should be 12103014 and I have 11186884. I need to find the missing patterns. Here is what I have done so far:
Cell Formulas | ||
---|---|---|
Range | Formula | |
F2 | F2 | =SUM(B2:E2) |
B4:E8 | B4 | =COMBIN(B$2,$A4) |
G69:J72,G11:J62 | G11 | =COMBIN(B$2,B11) |
K11:K72 | K11 | =G11*H11*I11*J11 |
G63:J63 | G63 | =COMBIN(B2,B63) |
G64:J64 | G64 | =COMBIN(B2,B64) |
G65:J65 | G65 | =COMBIN(B2,B65) |
G66:J66 | G66 | =COMBIN(B2,B66) |
G67:J67 | G67 | =COMBIN(B2,B67) |
G68:J68 | G68 | =COMBIN(B2,B68) |
L72 | L72 | =SUM(K11:K72) |