Pos No. Wins Sales Percentage 1 07 548,516 729,228,550 0.07522% 2 14 543,554 747,056,030 0.07276% 3 05 493,790 684,710,530 0.07212% 4 11 592,803 841,436,260 0.07045% 5 17 633,754 915,328,040 0.06924% 6 29 445,409 656,016,340 0.06790% 7 21 962,063 1,425,301,750 0.06750% 8 03 742,325 1,100,168,030 0.06747% 9 08 935,283 1,405,411,490 0.06655% 10 27 668,879 1,014,092,700 0.06596% 11 04 645,085 984,535,750 0.06552% 12 09 821,927 1,275,965,590 0.06442% 13 28 928,372 1,461,040,660 0.06354% 14 30 288,795 457,315,180 0.06315% 15 23 626,083 1,007,821,200 0.06212% 16 10 626,636 1,008,878,040 0.06211% 17 02 588,188 953,636,680 0.06168% 18 06 644,262 1,048,740,400 0.06143% 19 22 311,375 509,085,860 0.06116% 20 01 767,874 1,258,265,370 0.06103% 21 12 447,563 734,826,300 0.06091% 22 26 751,126 1,235,429,470 0.06080% 23 16 696,662 1,146,423,790 0.06077% 24 18 845,216 1,391,712,610 0.06073% 25 24 605,641 1,020,463,590 0.05935% 26 42 530,001 894,552,040 0.05925% 27 33 806,397 1,361,278,340 0.05924% 28 44 517,499 890,533,810 0.05811% 29 35 559,298 966,493,360 0.05787% 30 19 398,553 693,119,350 0.05750% 31 40 479,356 839,269,610 0.05712% 32 47 682,705 1,202,650,920 0.05677% 33 25 401,189 707,834,520 0.05668% 34 31 267,136 481,044,940 0.05553% 35 34 492,680 888,674,720 0.05544% 36 38 708,296 1,303,823,590 0.05432% 37 36 727,379 1,355,104,490 0.05368% 38 37 624,111 1,169,756,910 0.05335% 39 43 179,826 340,044,230 0.05288% 40 20 430,931 818,085,990 0.05268% 41 45 644,360 1,224,586,410 0.05262% 42 13 502,055 963,145,720 0.05213% 43 15 360,380 691,374,870 0.05213% 44 39 574,463 1,108,750,560 0.05181% 45 48 452,015 902,150,210 0.05010% 46 32 622,743 1,244,837,940 0.05003% 47 46 365,415 736,232,640 0.04963% 48 59 351,543 714,200,360 0.04922% 49 49 843,215 1,716,819,320 0.04911% 50 57 613,264 1,250,672,620 0.04903% 51 54 328,044 688,576,760 0.04764% 52 50 653,322 1,381,438,090 0.04729% 53 56 533,956 1,130,743,920 0.04722% 54 52 794,999 1,686,598,830 0.04714% 55 51 625,459 1,335,493,430 0.04683% 56 58 283,099 636,536,370 0.04447% 57 55 319,458 724,584,980 0.04409% 58 53 315,002 716,983,310 0.04393% 59 41 104,816 251,456,130 0.04168%Notes:
Firstly, I needed to work out how many winning tickets used a particular number (let's say using the number 1 as an example) in each prize tier for a single draw. Camelot don't release the figures for this, so for a particular prize tier, it has to be estimated thus:
Winning tickets using the number 1 in a prize tier = ( Number of combinations in that tier that use the number 1 / Total combinations in that tier ) * Number of actual prize winners in that tier [yes, this last figure is indeed released by Camelot]
This assumes an even distribution of combinations of course, which isn't the case in real life, but it's the best we can do. I then wrote a combinations program that generated all 14m tickets and calculated the first two figures in the RHS of the above equation for each tier (we know the third figure from Camelot as I said) by assuming that the 6 numbers drawn were 1 to 6 and we were looking at winning tickets using the number 1. This resulted in the following table:
Tier Uses 1 Combs Ratio 6-match 1 1 1.000 5+bonus 5 6 0.833 5-match 210 252 0.833 4-match 9,030 13,545 0.667 3-match 123,410 246,820 0.500 2-match 617,050 1,851,150 0.333 1-match 962,598 5,775,588 0.167 0-match 0 6,095,454 0.000
After this, it was simply a question of using the above table for each draw, multiplying the ratio by number of winners in the tier for a particular draw and then doing this for all 104 draws to get a total for a particular number. I then totalled the sales for every draw where a particular number appeared, divided the figure from the previous sentence by that total and then sorted on the percentage figure as shown in the main table on this page. You can wake up now...