Организатор событий
32 |
Внимание, экспериментальная зона!!! Всё, что написано в этом сообщении, может оказаться неправдой. Мнение дилетанта, не эксперта в статистике (я бы посоветовал paskhan-у задать вопрос не на Клавогонках, а на каком-то другом форуме, посвящённом математической статистике). Надеюсь, что эксперты исправят ошибки, если они есть. ------------------------------------- Начнём. Допущение 1. Так как за 1 заезд 90 слов, а пройдено 15 заездов, получаем, что pashkan увидел 1350 слов. [Дополнено: похоже, с этого места начинается ошибка: здесь я не учёл, что 15 заездов сделано после получения 199 слов, а не после начала.] Допущение 2. Проблема является слегка усложнённой задачей про коллекционные стикеры одной известной компании. По поводу этой задачи (в "стикерной" формулировке) действительно есть статьи (даже в крупных СМИ). Допущение 3. Нужно решить задачу: Генератор случайных слов [чисел] выбирает случайным образом (независимо от предыдущих результатов) либо одно слово [число] из 200, либо одно слово [число] из 199. pashkan набирает эти слова. Он видит Х слов, созданных генератором, среди которых 199 уникальных. Какова вероятность, что генератор выбирает одно слово из 200, а не из 199? Я написал вот такую программку (показана только основная часть, язык - C#): скрытый текст… //задумка - симулятор pashkan'a, который выполняет свою работу 100000 раз. Программа 100000 раз собирает коллекцию из слов и подсчитывает, сколько раз ей понадобилось больше 1350 слов, сколько раз - меньше 1350 (я так часто использую слова "коллекция", "стикеры", "карточки", потому что это та же задача, что и задача о стикерах). Вероятность, полученная программой, примерная (так как по закону больших чисел число, полученное программой, лишь стремится к вероятности). int cardsNumber = 200; int cardsTotal = 0; int acquired = 0; int cardNumber = 0; int meta = 0; int greaterThan1350 = 0; Random myRandom = new Random(); int[] isThisCardReached = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; while (meta < 100000) { cardsTotal = 0; acquired = 0; cardNumber = 0; for (int arrayBugFixer = 0; arrayBugFixer < 200; arrayBugFixer++) { isThisCardReached[arrayBugFixer] = 0; } while (acquired < 200) { cardNumber = myRandom.Next(0, 200); cardsTotal++; //Console.WriteLine(cardNumber + " " + acquired); if (isThisCardReached[cardNumber] == 0) { acquired++; isThisCardReached[cardNumber] = 1; } } if (cardsTotal > 1350) { greaterThan1350++; Console.WriteLine("Win with " + cardsTotal); //Console.WriteLine("If the generator is honest, the statistical chance of described situation is " + greaterThan1350/meta); } else { Console.WriteLine("Lose with " + cardsTotal); }
meta++; Console.WriteLine(cardsTotal); Console.WriteLine("If the generator is honest, the statistical chance of described situation is " + (double)greaterThan1350/(double)meta); Console.WriteLine("Progress: " + meta); У меня (с помощью программы) получилось, что: "Если генератор выдаёт одно слово из двухсот, а pashkan набирает текст до тех пор, пока не соберёт "коллекцию" из всех слов, то вероятность того, что pashkan наберёт меньше 1351 слова равна примерно 0,8 (80%), а вероятность того, что pashkan наберёт больше 1350 слов, примерно равна 0,2 (20%)". Другими словами, или произошло событие, вероятность которого - 20%, или генератор случайных слов обманывает, в нём 199 слов. Дальнейшие действия: 1. Программа не посчитала ответ на вопрос задачи (см. допущение 3). Стало лишь известно, что или "произошло событие", или "генератор обманывает", но неизвестно, с какой вероятностью генератор обманывает. Возможно, ответ на вопрос задачи нужно высчитывать через теорему Байеса, но здесь я уже начинаю очень сомневаться и задавать самому себе вопросы. Опять же, советую обратиться на форум, посвящённый математической статистике. 2. Мне кажется, пока нельзя быть уверенным, что генератор действительно обманывает (в нём 199 слов, а не 200). Предлагаю pashkan-у сделать ещё 15 заездов. Я поменял в программе число 1350 на 2700, получилось, что примерная вероятность события равна 0,00026 (0,026% - менее трёх сотых процента!). Значит, если после выпадения 2700 слов 200-е слово не появится, то "либо произошло событие, вероятность которого - три сотых процента, либо генератор обманывает". 3. Хотелось бы, чтобы кто-нибудь повторил эти рассуждения, потому что возможность ошибки сохраняется. ПримечанияПримечание 1. Длинное! Здесь указано, какой текст сгенерировала программа в рамках одной из генераций (в тестах №99631-100000). Событие Lose означает, что pashkan получил все слова, не набрав 1351 слова. Событие Win означает, что хотя бы 1351 слово пришлось набрать, чтобы получить все слова. скрытый текст… If the generator is honest, the statistical chance of described situation is 0,2054179923919262 Progress: 99631 Lose with 1300 1300 If the generator is honest, the statistical chance of described situation is 0,2054159306246989 Progress: 99632 Lose with 1018 1018 If the generator is honest, the statistical chance of described situation is 0,20541386889885882 Progress: 99633 Lose with 1243 1243 If the generator is honest, the statistical chance of described situation is 0,20541180721440472 Progress: 99634 Lose with 1299 1299 If the generator is honest, the statistical chance of described situation is 0,20540974557133537 Progress: 99635 Win with 1466 1466 If the generator is honest, the statistical chance of described situation is 0,20541772050262957 Progress: 99636 Lose with 1057 1057 If the generator is honest, the statistical chance of described situation is 0,205415658841595 Progress: 99637 Lose with 1156 1156 If the generator is honest, the statistical chance of described situation is 0,20541359722194344 Progress: 99638 Win with 1644 1644 If the generator is honest, the statistical chance of described situation is 0,20542157187446683 Progress: 99639 Win with 1617 1617 If the generator is honest, the statistical chance of described situation is 0,20542954636692093 Progress: 99640 Win with 1419 1419 If the generator is honest, the statistical chance of described situation is 0,20543752069931054 Progress: 99641 Lose with 1263 1263 If the generator is honest, the statistical chance of described situation is 0,20543545894301599 Progress: 99642 Lose with 915 915 If the generator is honest, the statistical chance of described situation is 0,20543339722810433 Progress: 99643 Lose with 987 987 If the generator is honest, the statistical chance of described situation is 0,2054313355545743 Progress: 99644 Lose with 1230 1230 If the generator is honest, the statistical chance of described situation is 0,2054292739224246 Progress: 99645 Lose with 1299 1299 If the generator is honest, the statistical chance of described situation is 0,20542721233165406 Progress: 99646 Lose with 840 840 If the generator is honest, the statistical chance of described situation is 0,2054251507822614 Progress: 99647 Lose with 1279 1279 If the generator is honest, the statistical chance of described situation is 0,20542308927424535 Progress: 99648 Lose with 1310 1310 If the generator is honest, the statistical chance of described situation is 0,20542102780760468 Progress: 99649 Lose with 1000 1000 If the generator is honest, the statistical chance of described situation is 0,2054189663823382 Progress: 99650 Lose with 1348 1348 If the generator is honest, the statistical chance of described situation is 0,20541690499844456 Progress: 99651 Lose with 1084 1084 If the generator is honest, the statistical chance of described situation is 0,2054148436559226 Progress: 99652 Lose with 1019 1019 If the generator is honest, the statistical chance of described situation is 0,20541278235477106 Progress: 99653 Lose with 944 944 If the generator is honest, the statistical chance of described situation is 0,20541072109498867 Progress: 99654 Lose with 878 878 If the generator is honest, the statistical chance of described situation is 0,20540865987657417 Progress: 99655 Lose with 1140 1140 If the generator is honest, the statistical chance of described situation is 0,20540659869952638 Progress: 99656 Lose with 1006 1006 If the generator is honest, the statistical chance of described situation is 0,205404537563844 Progress: 99657 Lose with 1010 1010 If the generator is honest, the statistical chance of described situation is 0,20540247646952578 Progress: 99658 Lose with 1139 1139 If the generator is honest, the statistical chance of described situation is 0,2054004154165705 Progress: 99659 Lose with 1339 1339 If the generator is honest, the statistical chance of described situation is 0,20539835440497692 Progress: 99660 Win with 1397 1397 If the generator is honest, the statistical chance of described situation is 0,2054063274500557 Progress: 99661 Lose with 1128 1128 If the generator is honest, the statistical chance of described situation is 0,2054042664205013 Progress: 99662 Lose with 1228 1228 If the generator is honest, the statistical chance of described situation is 0,20540220543230686 Progress: 99663 Lose with 919 919 If the generator is honest, the statistical chance of described situation is 0,20540014448547117 Progress: 99664 Lose with 1200 1200 If the generator is honest, the statistical chance of described situation is 0,20539808357999298 Progress: 99665 Win with 1944 1944 If the generator is honest, the statistical chance of described situation is 0,20540605622780087 Progress: 99666 Lose with 1047 1047 If the generator is honest, the statistical chance of described situation is 0,20540399530436354 Progress: 99667 Lose with 929 929 If the generator is honest, the statistical chance of described situation is 0,20540193442228197 Progress: 99668 Lose with 1148 1148 If the generator is honest, the statistical chance of described situation is 0,20539987358155495 Progress: 99669 Lose with 1174 1174 If the generator is honest, the statistical chance of described situation is 0,2053978127821812 Progress: 99670 Lose with 1052 1052 If the generator is honest, the statistical chance of described situation is 0,2053957520241595 Progress: 99671 Lose with 1222 1222 If the generator is honest, the statistical chance of described situation is 0,20539369130748855 Progress: 99672 Lose with 1089 1089 If the generator is honest, the statistical chance of described situation is 0,2053916306321672 Progress: 99673 Win with 1370 1370 If the generator is honest, the statistical chance of described situation is 0,20539960270481772 Progress: 99674 Lose with 1324 1324 If the generator is honest, the statistical chance of described situation is 0,2053975420115375 Progress: 99675 Lose with 1150 1150 If the generator is honest, the statistical chance of described situation is 0,20539548135960511 Progress: 99676 Lose with 739 739 If the generator is honest, the statistical chance of described situation is 0,20539342074901934 Progress: 99677 Lose with 785 785 If the generator is honest, the statistical chance of described situation is 0,20539136017977888 Progress: 99678 Lose with 991 991 If the generator is honest, the statistical chance of described situation is 0,20538929965188255 Progress: 99679 Win with 1577 1577 If the generator is honest, the statistical chance of described situation is 0,2053972712680578 Progress: 99680 Lose with 1315 1315 If the generator is honest, the statistical chance of described situation is 0,20539521072220382 Progress: 99681 Win with 1384 1384 If the generator is honest, the statistical chance of described situation is 0,20540318211913886 Progress: 99682 Lose with 1350 1350 If the generator is honest, the statistical chance of described situation is 0,20540112155533038 Progress: 99683 Lose with 1124 1124 If the generator is honest, the statistical chance of described situation is 0,20539906103286384 Progress: 99684 Lose with 1038 1038 If the generator is honest, the statistical chance of described situation is 0,20539700055173798 Progress: 99685 Lose with 1081 1081 If the generator is honest, the statistical chance of described situation is 0,20539494011195153 Progress: 99686 Win with 1465 1465 If the generator is honest, the statistical chance of described situation is 0,20540291111177988 Progress: 99687 Lose with 1024 1024 If the generator is honest, the statistical chance of described situation is 0,2054008506540406 Progress: 99688 Lose with 986 986 If the generator is honest, the statistical chance of described situation is 0,20539879023763905 Progress: 99689 Lose with 1089 1089 If the generator is honest, the statistical chance of described situation is 0,20539672986257398 Progress: 99690 Lose with 1037 1037 If the generator is honest, the statistical chance of described situation is 0,20539466952884414 Progress: 99691 Lose with 1102 1102 If the generator is honest, the statistical chance of described situation is 0,20539260923644825 Progress: 99692 Win with 1387 1387 If the generator is honest, the statistical chance of described situation is 0,20540057977992437 Progress: 99693 Lose with 870 870 If the generator is honest, the statistical chance of described situation is 0,2053985194695769 Progress: 99694 Lose with 1163 1163 If the generator is honest, the statistical chance of described situation is 0,2053964592005617 Progress: 99695 Lose with 914 914 If the generator is honest, the statistical chance of described situation is 0,20539439897287753 Progress: 99696 Win with 1378 1378 If the generator is honest, the statistical chance of described situation is 0,20540236917861118 Progress: 99697 Lose with 958 958 If the generator is honest, the statistical chance of described situation is 0,2054003089329776 Progress: 99698 Lose with 1122 1122 If the generator is honest, the statistical chance of described situation is 0,2053982487286733 Progress: 99699 Lose with 1017 1017 If the generator is honest, the statistical chance of described situation is 0,20539618856569708 Progress: 99700 Lose with 994 994 If the generator is honest, the statistical chance of described situation is 0,2053941284440477 Progress: 99701 Lose with 1203 1203 If the generator is honest, the statistical chance of described situation is 0,2053920683637239 Progress: 99702 Lose with 948 948 If the generator is honest, the statistical chance of described situation is 0,20539000832472443 Progress: 99703 Lose with 930 930 If the generator is honest, the statistical chance of described situation is 0,20538794832704807 Progress: 99704 Lose with 1103 1103 If the generator is honest, the statistical chance of described situation is 0,20538588837069355 Progress: 99705 Lose with 1203 1203 If the generator is honest, the statistical chance of described situation is 0,20538382845565964 Progress: 99706 Win with 1459 1459 If the generator is honest, the statistical chance of described situation is 0,20539179796804638 Progress: 99707 Win with 1365 1365 If the generator is honest, the statistical chance of described situation is 0,20539976732057608 Progress: 99708 Lose with 1124 1124 If the generator is honest, the statistical chance of described situation is 0,20539770732832544 Progress: 99709 Lose with 1049 1049 If the generator is honest, the statistical chance of described situation is 0,20539564737739444 Progress: 99710 Lose with 1057 1057 If the generator is honest, the statistical chance of described situation is 0,20539358746778189 Progress: 99711 Lose with 881 881 If the generator is honest, the statistical chance of described situation is 0,20539152759948653 Progress: 99712 Lose with 797 797 If the generator is honest, the statistical chance of described situation is 0,2053894677725071 Progress: 99713 Win with 1416 1416 If the generator is honest, the statistical chance of described situation is 0,20539743666887297 Progress: 99714 Lose with 1020 1020 If the generator is honest, the statistical chance of described situation is 0,20539537682394826 Progress: 99715 Lose with 1103 1103 If the generator is honest, the statistical chance of described situation is 0,20539331702033775 Progress: 99716 Lose with 1139 1139 If the generator is honest, the statistical chance of described situation is 0,20539125725804025 Progress: 99717 Lose with 1032 1032 If the generator is honest, the statistical chance of described situation is 0,2053891975370545 Progress: 99718 Lose with 1071 1071 If the generator is honest, the statistical chance of described situation is 0,20538713785737925 Progress: 99719 Lose with 1081 1081 If the generator is honest, the statistical chance of described situation is 0,20538507821901325 Progress: 99720 Lose with 922 922 If the generator is honest, the statistical chance of described situation is 0,20538301862195527 Progress: 99721 Lose with 1054 1054 If the generator is honest, the statistical chance of described situation is 0,20538095906620404 Progress: 99722 Lose with 1250 1250 If the generator is honest, the statistical chance of described situation is 0,20537889955175836 Progress: 99723 Lose with 1327 1327 If the generator is honest, the statistical chance of described situation is 0,20537684007861698 Progress: 99724 Lose with 1227 1227 If the generator is honest, the statistical chance of described situation is 0,20537478064677864 Progress: 99725 Lose with 884 884 If the generator is honest, the statistical chance of described situation is 0,2053727212562421 Progress: 99726 Lose with 847 847 If the generator is honest, the statistical chance of described situation is 0,20537066190700612 Progress: 99727 Win with 1623 1623 If the generator is honest, the statistical chance of described situation is 0,20537862987325525 Progress: 99728 Win with 1415 1415 If the generator is honest, the statistical chance of described situation is 0,205386597679712 Progress: 99729 Lose with 1246 1246 If the generator is honest, the statistical chance of described situation is 0,20538453825328387 Progress: 99730 Lose with 981 981 If the generator is honest, the statistical chance of described situation is 0,20538247886815533 Progress: 99731 Win with 1674 1674 If the generator is honest, the statistical chance of described situation is 0,20539044639634219 Progress: 99732 Lose with 1077 1077 If the generator is honest, the statistical chance of described situation is 0,20538838699327203 Progress: 99733 Lose with 1056 1056 If the generator is honest, the statistical chance of described situation is 0,20538632763149978 Progress: 99734 Lose with 997 997 If the generator is honest, the statistical chance of described situation is 0,20538426831102422 Progress: 99735 Lose with 1212 1212 If the generator is honest, the statistical chance of described situation is 0,20538220903184407 Progress: 99736 Win with 1352 1352 If the generator is honest, the statistical chance of described situation is 0,2053901761633095 Progress: 99737 Lose with 965 965 If the generator is honest, the statistical chance of described situation is 0,2053881168661894 Progress: 99738 Lose with 1134 1134 If the generator is honest, the statistical chance of described situation is 0,20538605761036305 Progress: 99739 Win with 1710 1710 If the generator is honest, the statistical chance of described situation is 0,20539402446360538 Progress: 99740 Lose with 1099 1099 If the generator is honest, the statistical chance of described situation is 0,20539196518984168 Progress: 99741 Lose with 827 827 If the generator is honest, the statistical chance of described situation is 0,20538990595737003 Progress: 99742 Win with 1362 1362 If the generator is honest, the statistical chance of described situation is 0,2053978725324083 Progress: 99743 Win with 1461 1461 If the generator is honest, the statistical chance of described situation is 0,20540583894770612 Progress: 99744 Lose with 1261 1261 If the generator is honest, the statistical chance of described situation is 0,2054037796380771 Progress: 99745 Lose with 991 991 If the generator is honest, the statistical chance of described situation is 0,20540172036973914 Progress: 99746 Lose with 938 938 If the generator is honest, the statistical chance of described situation is 0,205399661142691 Progress: 99747 Lose with 1101 1101 If the generator is honest, the statistical chance of described situation is 0,20539760195693146 Progress: 99748 Win with 1845 1845 If the generator is honest, the statistical chance of described situation is 0,2054055679756188 Progress: 99749 Win with 1478 1478 If the generator is honest, the statistical chance of described situation is 0,20541353383458646 Progress: 99750 Lose with 1140 1140 If the generator is honest, the statistical chance of described situation is 0,2054114745716835 Progress: 99751 Lose with 1001 1001 If the generator is honest, the statistical chance of described situation is 0,20540941535006818 Progress: 99752 Win with 1914 1914 If the generator is honest, the statistical chance of described situation is 0,2054173809308993 Progress: 99753 Lose with 1324 1324 If the generator is honest, the statistical chance of described situation is 0,20541532169136076 Progress: 99754 Lose with 863 863 If the generator is honest, the statistical chance of described situation is 0,20541326249310812 Progress: 99755 Lose with 1259 1259 If the generator is honest, the statistical chance of described situation is 0,20541120333614019 Progress: 99756 Lose with 1096 1096 If the generator is honest, the statistical chance of described situation is 0,2054091442204557 Progress: 99757 Lose with 875 875 If the generator is honest, the statistical chance of described situation is 0,20540708514605344 Progress: 99758 Lose with 1226 1226 If the generator is honest, the statistical chance of described situation is 0,20540502611293215 Progress: 99759 Lose with 972 972 If the generator is honest, the statistical chance of described situation is 0,20540296712109063 Progress: 99760 Lose with 1067 1067 If the generator is honest, the statistical chance of described situation is 0,20540090817052756 Progress: 99761 Lose with 1287 1287 If the generator is honest, the statistical chance of described situation is 0,20539884926124174 Progress: 99762 Win with 1418 1418 If the generator is honest, the statistical chance of described situation is 0,2054068141495344 Progress: 99763 Lose with 1171 1171 If the generator is honest, the statistical chance of described situation is 0,20540475522232468 Progress: 99764 Win with 1721 1721 If the generator is honest, the statistical chance of described situation is 0,20541271989174562 Progress: 99765 Lose with 889 889 If the generator is honest, the statistical chance of described situation is 0,2054106609466151 Progress: 99766 Lose with 845 845 If the generator is honest, the statistical chance of described situation is 0,20540860204275962 Progress: 99767 Lose with 1036 1036 If the generator is honest, the statistical chance of described situation is 0,205406543180178 Progress: 99768 Lose with 1177 1177 If the generator is honest, the statistical chance of described situation is 0,205404484358869 Progress: 99769 Lose with 1279 1279 If the generator is honest, the statistical chance of described situation is 0,20540242557883132 Progress: 99770 Lose with 923 923 If the generator is honest, the statistical chance of described situation is 0,20540036684006374 Progress: 99771 Win with 1411 1411 If the generator is honest, the statistical chance of described situation is 0,20540833099466785 Progress: 99772 Win with 1466 1466 If the generator is honest, the statistical chance of described situation is 0,20541629498962646 Progress: 99773 Lose with 1180 1180 If the generator is honest, the statistical chance of described situation is 0,20541423617375268 Progress: 99774 Lose with 1069 1069 If the generator is honest, the statistical chance of described situation is 0,20541217739914808 Progress: 99775 Lose with 888 888 If the generator is honest, the statistical chance of described situation is 0,2054101186658114 Progress: 99776 Lose with 1226 1226 If the generator is honest, the statistical chance of described situation is 0,20540805997374145 Progress: 99777 Lose with 901 901 If the generator is honest, the statistical chance of described situation is 0,20540600132293693 Progress: 99778 Win with 1398 1398 If the generator is honest, the statistical chance of described situation is 0,20541396486234578 Progress: 99779 Lose with 921 921 If the generator is honest, the statistical chance of described situation is 0,20541190619362598 Progress: 99780 Lose with 1342 1342 If the generator is honest, the statistical chance of described situation is 0,20540984756616992 Progress: 99781 Win with 1459 1459 If the generator is honest, the statistical chance of described situation is 0,20541781082760419 Progress: 99782 Lose with 1081 1081 If the generator is honest, the statistical chance of described situation is 0,20541575218223546 Progress: 99783 Lose with 1344 1344 If the generator is honest, the statistical chance of described situation is 0,20541369357812875 Progress: 99784 Lose with 963 963 If the generator is honest, the statistical chance of described situation is 0,20541163501528287 Progress: 99785 Lose with 1058 1058 If the generator is honest, the statistical chance of described situation is 0,2054095764936965 Progress: 99786 Lose with 1171 1171 If the generator is honest, the statistical chance of described situation is 0,20540751801336848 Progress: 99787 Lose with 1007 1007 If the generator is honest, the statistical chance of described situation is 0,2054054595742975 Progress: 99788 Win with 1641 1641 If the generator is honest, the statistical chance of described situation is 0,20541342232109752 Progress: 99789 Lose with 1044 1044 If the generator is honest, the statistical chance of described situation is 0,20541136386411465 Progress: 99790 Win with 1381 1381 If the generator is honest, the statistical chance of described situation is 0,20541932639215962 Progress: 99791 Lose with 1103 1103 If the generator is honest, the statistical chance of described situation is 0,20541726791726792 Progress: 99792 Lose with 978 978 If the generator is honest, the statistical chance of described situation is 0,20541520948363112 Progress: 99793 Lose with 893 893 If the generator is honest, the statistical chance of described situation is 0,20541315109124797 Progress: 99794 Lose with 943 943 If the generator is honest, the statistical chance of described situation is 0,20541109274011723 Progress: 99795 Lose with 1023 1023 If the generator is honest, the statistical chance of described situation is 0,2054090344302377 Progress: 99796 Lose with 1096 1096 If the generator is honest, the statistical chance of described situation is 0,20540697616160805 Progress: 99797 Lose with 924 924 If the generator is honest, the statistical chance of described situation is 0,20540491793422713 Progress: 99798 Lose with 1176 1176 If the generator is honest, the statistical chance of described situation is 0,20540285974809366 Progress: 99799 Lose with 1178 1178 If the generator is honest, the statistical chance of described situation is 0,20540080160320642 Progress: 99800 Lose with 891 891 If the generator is honest, the statistical chance of described situation is 0,20539874349956413 Progress: 99801 Lose with 1307 1307 If the generator is honest, the statistical chance of described situation is 0,20539668543716558 Progress: 99802 Lose with 1151 1151 If the generator is honest, the statistical chance of described situation is 0,20539462741600953 Progress: 99803 Lose with 938 938 If the generator is honest, the statistical chance of described situation is 0,20539256943609474 Progress: 99804 Lose with 1217 1217 If the generator is honest, the statistical chance of described situation is 0,20539051149741996 Progress: 99805 Lose with 821 821 If the generator is honest, the statistical chance of described situation is 0,20538845359998398 Progress: 99806 Lose with 1198 1198 If the generator is honest, the statistical chance of described situation is 0,2053863957437855 Progress: 99807 Lose with 1054 1054 If the generator is honest, the statistical chance of described situation is 0,20538433792882335 Progress: 99808 Lose with 1037 1037 If the generator is honest, the statistical chance of described situation is 0,20538228015509624 Progress: 99809 Lose with 1318 1318 If the generator is honest, the statistical chance of described situation is 0,20538022242260295 Progress: 99810 Lose with 1122 1122 If the generator is honest, the statistical chance of described situation is 0,20537816473134224 Progress: 99811 Lose with 1130 1130 If the generator is honest, the statistical chance of described situation is 0,20537610708131288 Progress: 99812 Lose with 855 855 If the generator is honest, the statistical chance of described situation is 0,2053740494725136 Progress: 99813 Lose with 857 857 If the generator is honest, the statistical chance of described situation is 0,2053719919049432 Progress: 99814 Win with 1551 1551 If the generator is honest, the statistical chance of described situation is 0,20537995291288885 Progress: 99815 Win with 1422 1422 If the generator is honest, the statistical chance of described situation is 0,20538791376132082 Progress: 99816 Lose with 1148 1148 If the generator is honest, the statistical chance of described situation is 0,20538585611669355 Progress: 99817 Win with 1438 1438 If the generator is honest, the statistical chance of described situation is 0,20539381674647858 Progress: 99818 Win with 1477 1477 If the generator is honest, the statistical chance of described situation is 0,20540177721676234 Progress: 99819 Lose with 1035 1035 If the generator is honest, the statistical chance of described situation is 0,20539971949509117 Progress: 99820 Lose with 1116 1116 If the generator is honest, the statistical chance of described situation is 0,20539766181464822 Progress: 99821 Lose with 1103 1103 If the generator is honest, the statistical chance of described situation is 0,20539560417543226 Progress: 99822 Lose with 1108 1108 If the generator is honest, the statistical chance of described situation is 0,20539354657744208 Progress: 99823 Win with 1456 1456 If the generator is honest, the statistical chance of described situation is 0,205401506651707 Progress: 99824 Lose with 880 880 If the generator is honest, the statistical chance of described situation is 0,20539944903581267 Progress: 99825 Lose with 1132 1132 If the generator is honest, the statistical chance of described situation is 0,2053973914611424 Progress: 99826 Win with 1851 1851 If the generator is honest, the statistical chance of described situation is 0,20540535125767578 Progress: 99827 Lose with 1032 1032 If the generator is honest, the statistical chance of described situation is 0,205403293665104 Progress: 99828 Lose with 1330 1330 If the generator is honest, the statistical chance of described situation is 0,20540123611375452 Progress: 99829 Win with 1771 1771 If the generator is honest, the statistical chance of described situation is 0,20540919563257537 Progress: 99830 Lose with 1274 1274 If the generator is honest, the statistical chance of described situation is 0,20540713806332703 Progress: 99831 Lose with 1226 1226 If the generator is honest, the statistical chance of described situation is 0,2054050805352993 Progress: 99832 Win with 1485 1485 If the generator is honest, the statistical chance of described situation is 0,20541303977642664 Progress: 99833 Win with 1958 1958 If the generator is honest, the statistical chance of described situation is 0,20542099885810444 Progress: 99834 Lose with 874 874 If the generator is honest, the statistical chance of described situation is 0,20541894125306756 Progress: 99835 Win with 1401 1401 If the generator is honest, the statistical chance of described situation is 0,20542690011619055 Progress: 99836 Lose with 1104 1104 If the generator is honest, the statistical chance of described situation is 0,205424842493264 Progress: 99837 Lose with 1235 1235 If the generator is honest, the statistical chance of described situation is 0,20542278491155672 Progress: 99838 Lose with 799 799 If the generator is honest, the statistical chance of described situation is 0,20542072737106742 Progress: 99839 Lose with 1081 1081 If the generator is honest, the statistical chance of described situation is 0,20541866987179488 Progress: 99840 Lose with 1342 1342 If the generator is honest, the statistical chance of described situation is 0,20541661241373785 Progress: 99841 Lose with 1154 1154 If the generator is honest, the statistical chance of described situation is 0,2054145549968951 Progress: 99842 Lose with 1088 1088 If the generator is honest, the statistical chance of described situation is 0,2054124976212654 Progress: 99843 Lose with 1276 1276 If the generator is honest, the statistical chance of described situation is 0,2054104402868475 Progress: 99844 Lose with 1116 1116 If the generator is honest, the statistical chance of described situation is 0,20540838299364014 Progress: 99845 Lose with 1116 1116 If the generator is honest, the statistical chance of described situation is 0,20540632574164214 Progress: 99846 Lose with 782 782 If the generator is honest, the statistical chance of described situation is 0,2054042685308522 Progress: 99847 Lose with 1180 1180 If the generator is honest, the statistical chance of described situation is 0,20540221136126913 Progress: 99848 Lose with 1129 1129 If the generator is honest, the statistical chance of described situation is 0,20540015423289168 Progress: 99849 Lose with 1304 1304 If the generator is honest, the statistical chance of described situation is 0,20539809714571858 Progress: 99850 Lose with 1074 1074 If the generator is honest, the statistical chance of described situation is 0,20539604009974863 Progress: 99851 Lose with 1057 1057 If the generator is honest, the statistical chance of described situation is 0,20539398309498058 Progress: 99852 Lose with 967 967 If the generator is honest, the statistical chance of described situation is 0,2053919261314132 Progress: 99853 Lose with 1003 1003 If the generator is honest, the statistical chance of described situation is 0,2053898692090452 Progress: 99854 Win with 1353 1353 If the generator is honest, the statistical chance of described situation is 0,20539782684893096 Progress: 99855 Win with 1543 1543 If the generator is honest, the statistical chance of described situation is 0,20540578432943438 Progress: 99856 Lose with 1077 1077 If the generator is honest, the statistical chance of described situation is 0,20540372733008203 Progress: 99857 Lose with 1324 1324 If the generator is honest, the statistical chance of described situation is 0,20540167037192814 Progress: 99858 Lose with 852 852 If the generator is honest, the statistical chance of described situation is 0,2053996134549715 Progress: 99859 Lose with 1216 1216 If the generator is honest, the statistical chance of described situation is 0,20539755657921088 Progress: 99860 Lose with 1210 1210 If the generator is honest, the statistical chance of described situation is 0,20539549974464505 Progress: 99861 Lose with 828 828 If the generator is honest, the statistical chance of described situation is 0,20539344295127276 Progress: 99862 Win with 1356 1356 If the generator is honest, the statistical chance of described situation is 0,2054013999178875 Progress: 99863 Win with 2213 2213 If the generator is honest, the statistical chance of described situation is 0,2054093567251462 Progress: 99864 Lose with 821 821 If the generator is honest, the statistical chance of described situation is 0,205407299854804 Progress: 99865 Lose with 928 928 If the generator is honest, the statistical chance of described situation is 0,20540524302565438 Progress: 99866 Lose with 1013 1013 If the generator is honest, the statistical chance of described situation is 0,20540318623769613 Progress: 99867 Win with 1420 1420 If the generator is honest, the statistical chance of described situation is 0,20541114270837504 Progress: 99868 Lose with 1062 1062 If the generator is honest, the statistical chance of described situation is 0,20540908590253232 Progress: 99869 Lose with 1070 1070 If the generator is honest, the statistical chance of described situation is 0,20540702913787925 Progress: 99870 Lose with 1146 1146 If the generator is honest, the statistical chance of described situation is 0,2054049724144146 Progress: 99871 Lose with 1097 1097 If the generator is honest, the statistical chance of described situation is 0,20540291573213715 Progress: 99872 Lose with 745 745 If the generator is honest, the statistical chance of described situation is 0,20540085909104563 Progress: 99873 Lose with 1169 1169 If the generator is honest, the statistical chance of described situation is 0,20539880249113884 Progress: 99874 Lose with 1007 1007 If the generator is honest, the statistical chance of described situation is 0,20539674593241553 Progress: 99875 Lose with 1080 1080 If the generator is honest, the statistical chance of described situation is 0,20539468941487443 Progress: 99876 Lose with 954 954 If the generator is honest, the statistical chance of described situation is 0,20539263293851437 Progress: 99877 Win with 1534 1534 If the generator is honest, the statistical chance of described situation is 0,20540058871823624 Progress: 99878 Lose with 993 993 If the generator is honest, the statistical chance of described situation is 0,20539853222399104 Progress: 99879 Lose with 998 998 If the generator is honest, the statistical chance of described situation is 0,2053964757709251 Progress: 99880 Lose with 842 842 If the generator is honest, the statistical chance of described situation is 0,20539441935903727 Progress: 99881 Lose with 821 821 If the generator is honest, the statistical chance of described situation is 0,20539236298832622 Progress: 99882 Lose with 755 755 If the generator is honest, the statistical chance of described situation is 0,2053903066587908 Progress: 99883 Lose with 1097 1097 If the generator is honest, the statistical chance of described situation is 0,2053882503704297 Progress: 99884 Lose with 1245 1245 If the generator is honest, the statistical chance of described situation is 0,20538619412324172 Progress: 99885 Lose with 1019 1019 If the generator is honest, the statistical chance of described situation is 0,20538413791722565 Progress: 99886 Lose with 1101 1101 If the generator is honest, the statistical chance of described situation is 0,20538208175238018 Progress: 99887 Lose with 879 879 If the generator is honest, the statistical chance of described situation is 0,20538002562870414 Progress: 99888 Win with 1399 1399 If the generator is honest, the statistical chance of described situation is 0,20538798065853098 Progress: 99889 Lose with 859 859 If the generator is honest, the statistical chance of described situation is 0,20538592451696866 Progress: 99890 Lose with 939 939 If the generator is honest, the statistical chance of described situation is 0,20538386841657408 Progress: 99891 Lose with 802 802 If the generator is honest, the statistical chance of described situation is 0,20538181235734593 Progress: 99892 Lose with 952 952 If the generator is honest, the statistical chance of described situation is 0,20537975633928304 Progress: 99893 Lose with 1084 1084 If the generator is honest, the statistical chance of described situation is 0,20537770036238412 Progress: 99894 Lose with 912 912 If the generator is honest, the statistical chance of described situation is 0,205375644426648 Progress: 99895 Lose with 1027 1027 If the generator is honest, the statistical chance of described situation is 0,20537358853207335 Progress: 99896 Win with 1449 1449 If the generator is honest, the statistical chance of described situation is 0,20538154298927896 Progress: 99897 Lose with 820 820 If the generator is honest, the statistical chance of described situation is 0,20537948707681836 Progress: 99898 Lose with 1141 1141 If the generator is honest, the statistical chance of described situation is 0,20537743120551757 Progress: 99899 Win with 1563 1563 If the generator is honest, the statistical chance of described situation is 0,2053853853853854 Progress: 99900 Lose with 1215 1215 If the generator is honest, the statistical chance of described situation is 0,20538332949620125 Progress: 99901 Lose with 903 903 If the generator is honest, the statistical chance of described situation is 0,2053812736481752 Progress: 99902 Win with 1370 1370 If the generator is honest, the statistical chance of described situation is 0,2053892275507242 Progress: 99903 Lose with 884 884 If the generator is honest, the statistical chance of described situation is 0,20538717168481743 Progress: 99904 Lose with 1128 1128 If the generator is honest, the statistical chance of described situation is 0,20538511586006705 Progress: 99905 Win with 1640 1640 If the generator is honest, the statistical chance of described situation is 0,2053930694853162 Progress: 99906 Lose with 1036 1036 If the generator is honest, the statistical chance of described situation is 0,2053910136426877 Progress: 99907 Win with 1556 1556 If the generator is honest, the statistical chance of described situation is 0,20539896704968572 Progress: 99908 Lose with 861 861 If the generator is honest, the statistical chance of described situation is 0,20539691118918216 Progress: 99909 Lose with 1312 1312 If the generator is honest, the statistical chance of described situation is 0,20539485536983285 Progress: 99910 Lose with 1210 1210 If the generator is honest, the statistical chance of described situation is 0,20539279959163656 Progress: 99911 Lose with 1118 1118 If the generator is honest, the statistical chance of described situation is 0,20539074385459205 Progress: 99912 Lose with 918 918 If the generator is honest, the statistical chance of described situation is 0,20538868815869807 Progress: 99913 Lose with 1299 1299 If the generator is honest, the statistical chance of described situation is 0,2053866325039534 Progress: 99914 Lose with 983 983 If the generator is honest, the statistical chance of described situation is 0,2053845768903568 Progress: 99915 Win with 1388 1388 If the generator is honest, the statistical chance of described situation is 0,20539252972496896 Progress: 99916 Win with 1575 1575 If the generator is honest, the statistical chance of described situation is 0,20540048240039233 Progress: 99917 Lose with 1069 1069 If the generator is honest, the statistical chance of described situation is 0,20539842670990213 Progress: 99918 Lose with 858 858 If the generator is honest, the statistical chance of described situation is 0,20539637106055905 Progress: 99919 Win with 1591 1591 If the generator is honest, the statistical chance of described situation is 0,20540432345876702 Progress: 99920 Lose with 973 973 If the generator is honest, the statistical chance of described situation is 0,20540226779155532 Progress: 99921 Lose with 1076 1076 If the generator is honest, the statistical chance of described situation is 0,2054002121654891 Progress: 99922 Lose with 858 858 If the generator is honest, the statistical chance of described situation is 0,20539815658056704 Progress: 99923 Win with 2176 2176 If the generator is honest, the statistical chance of described situation is 0,20540610864256836 Progress: 99924 Lose with 800 800 If the generator is honest, the statistical chance of described situation is 0,20540405303977982 Progress: 99925 Lose with 930 930 If the generator is honest, the statistical chance of described situation is 0,2054019974781338 Progress: 99926 Win with 1659 1659 If the generator is honest, the statistical chance of described situation is 0,20540994926296197 Progress: 99927 Win with 1450 1450 If the generator is honest, the statistical chance of described situation is 0,20541790088863982 Progress: 99928 Win with 1383 1383 If the generator is honest, the statistical chance of described situation is 0,20542585235517216 Progress: 99929 Win with 1479 1479 If the generator is honest, the statistical chance of described situation is 0,2054338036625638 Progress: 99930 Lose with 1291 1291 If the generator is honest, the statistical chance of described situation is 0,20543174790605517 Progress: 99931 Lose with 760 760 If the generator is honest, the statistical chance of described situation is 0,20542969219068966 Progress: 99932 Win with 1361 1361 If the generator is honest, the statistical chance of described situation is 0,20543764322095803 Progress: 99933 Win with 1634 1634 If the generator is honest, the statistical chance of described situation is 0,20544559409210078 Progress: 99934 Lose with 1016 1016 If the generator is honest, the statistical chance of described situation is 0,20544353829989492 Progress: 99935 Lose with 878 878 If the generator is honest, the statistical chance of described situation is 0,20544148254883124 Progress: 99936 Lose with 973 973 If the generator is honest, the statistical chance of described situation is 0,2054394268389085 Progress: 99937 Lose with 992 992 If the generator is honest, the statistical chance of described situation is 0,20543737117012548 Progress: 99938 Lose with 1299 1299 If the generator is honest, the statistical chance of described situation is 0,2054353155424809 Progress: 99939 Win with 1648 1648 If the generator is honest, the statistical chance of described situation is 0,20544326595957574 Progress: 99940 Lose with 1253 1253 If the generator is honest, the statistical chance of described situation is 0,2054412103140853 Progress: 99941 Lose with 1053 1053 If the generator is honest, the statistical chance of described situation is 0,20543915470973165 Progress: 99942 Win with 1493 1493 If the generator is honest, the statistical chance of described situation is 0,20544710484976436 Progress: 99943 Lose with 1284 1284 If the generator is honest, the statistical chance of described situation is 0,20544504922756743 Progress: 99944 Lose with 1139 1139 If the generator is honest, the statistical chance of described situation is 0,2054429936465056 Progress: 99945 Lose with 1041 1041 If the generator is honest, the statistical chance of described situation is 0,20544093810657754 Progress: 99946 Lose with 899 899 If the generator is honest, the statistical chance of described situation is 0,20543888260778212 Progress: 99947 Lose with 1345 1345 If the generator is honest, the statistical chance of described situation is 0,20543682715011807 Progress: 99948 Win with 1524 1524 If the generator is honest, the statistical chance of described situation is 0,20544477683618645 Progress: 99949 Lose with 1028 1028 If the generator is honest, the statistical chance of described situation is 0,20544272136068034 Progress: 99950 Lose with 780 780 If the generator is honest, the statistical chance of described situation is 0,2054406659263039 Progress: 99951 Win with 1779 1779 If the generator is honest, the statistical chance of described situation is 0,20544861533536096 Progress: 99952 Lose with 812 812 If the generator is honest, the statistical chance of described situation is 0,20544655988314509 Progress: 99953 Lose with 1328 1328 If the generator is honest, the statistical chance of described situation is 0,20544450447205714 Progress: 99954 Win with 1461 1461 If the generator is honest, the statistical chance of described situation is 0,20545245360412184 Progress: 99955 Lose with 1125 1125 If the generator is honest, the statistical chance of described situation is 0,20545039817519709 Progress: 99956 Lose with 1306 1306 If the generator is honest, the statistical chance of described situation is 0,20544834278739857 Progress: 99957 Lose with 928 928 If the generator is honest, the statistical chance of described situation is 0,2054462874407251 Progress: 99958 Win with 1352 1352 If the generator is honest, the statistical chance of described situation is 0,2054542362368571 Progress: 99959 Win with 1464 1464 If the generator is honest, the statistical chance of described situation is 0,20546218487394957 Progress: 99960 Lose with 1282 1282 If the generator is honest, the statistical chance of described situation is 0,2054601294504857 Progress: 99961 Win with 1435 1435 If the generator is honest, the statistical chance of described situation is 0,20546807786959045 Progress: 99962 Lose with 1060 1060 If the generator is honest, the statistical chance of described situation is 0,20546602242829848 Progress: 99963 Lose with 945 945 If the generator is honest, the statistical chance of described situation is 0,20546396702813013 Progress: 99964 Win with 2686 2686 If the generator is honest, the statistical chance of described situation is 0,2054719151703096 Progress: 99965 Win with 1378 1378 If the generator is honest, the statistical chance of described situation is 0,2054798631534722 Progress: 99966 Win with 1378 1378 If the generator is honest, the statistical chance of described situation is 0,20548781097762261 Progress: 99967 Lose with 1000 1000 If the generator is honest, the statistical chance of described situation is 0,20548575544174136 Progress: 99968 Lose with 1185 1185 If the generator is honest, the statistical chance of described situation is 0,20548369994698357 Progress: 99969 Win with 1702 1702 If the generator is honest, the statistical chance of described situation is 0,20549164749424828 Progress: 99970 Win with 1457 1457 If the generator is honest, the statistical chance of described situation is 0,20549959488251593 Progress: 99971 Lose with 1327 1327 If the generator is honest, the statistical chance of described situation is 0,2054975393110071 Progress: 99972 Lose with 876 876 If the generator is honest, the statistical chance of described situation is 0,20549548378062077 Progress: 99973 Lose with 1169 1169 If the generator is honest, the statistical chance of described situation is 0,20549342829135575 Progress: 99974 Lose with 1257 1257 If the generator is honest, the statistical chance of described situation is 0,2054913728432108 Progress: 99975 Lose with 1059 1059 If the generator is honest, the statistical chance of described situation is 0,20548931743618468 Progress: 99976 Lose with 900 900 If the generator is honest, the statistical chance of described situation is 0,20548726207027615 Progress: 99977 Lose with 1008 1008 If the generator is honest, the statistical chance of described situation is 0,205485206745484 Progress: 99978 Win with 1470 1470 If the generator is honest, the statistical chance of described situation is 0,20549315356224807 Progress: 99979 Lose with 1251 1251 If the generator is honest, the statistical chance of described situation is 0,20549109821964393 Progress: 99980 Win with 1782 1782 If the generator is honest, the statistical chance of described situation is 0,20549904481851552 Progress: 99981 Lose with 883 883 If the generator is honest, the statistical chance of described situation is 0,20549698945810246 Progress: 99982 Lose with 1337 1337 If the generator is honest, the statistical chance of described situation is 0,2054949341388036 Progress: 99983 Lose with 904 904 If the generator is honest, the statistical chance of described situation is 0,2054928788606177 Progress: 99984 Win with 1374 1374 If the generator is honest, the statistical chance of described situation is 0,20550082512376858 Progress: 99985 Win with 1652 1652 If the generator is honest, the statistical chance of described situation is 0,20550877122797193 Progress: 99986 Win with 1406 1406 If the generator is honest, the statistical chance of described situation is 0,20551671717323253 Progress: 99987 Lose with 926 926 If the generator is honest, the statistical chance of described situation is 0,20551466175941113 Progress: 99988 Lose with 826 826 If the generator is honest, the statistical chance of described situation is 0,20551260638670255 Progress: 99989 Lose with 1199 1199 If the generator is honest, the statistical chance of described situation is 0,20551055105510552 Progress: 99990 Win with 1385 1385 If the generator is honest, the statistical chance of described situation is 0,20551849666469982 Progress: 99991 Lose with 1069 1069 If the generator is honest, the statistical chance of described situation is 0,20551644131530522 Progress: 99992 Lose with 864 864 If the generator is honest, the statistical chance of described situation is 0,2055143860070205 Progress: 99993 Lose with 1109 1109 If the generator is honest, the statistical chance of described situation is 0,2055123307398444 Progress: 99994 Win with 1528 1528 If the generator is honest, the statistical chance of described situation is 0,20552027601380068 Progress: 99995 Lose with 947 947 If the generator is honest, the statistical chance of described situation is 0,20551822072882917 Progress: 99996 Lose with 1167 1167 If the generator is honest, the statistical chance of described situation is 0,20551616548496454 Progress: 99997 Lose with 1087 1087 If the generator is honest, the statistical chance of described situation is 0,20551411028220565 Progress: 99998 Lose with 1053 1053 If the generator is honest, the statistical chance of described situation is 0,2055120551205512 Progress: 99999 Lose with 1319 1319 If the generator is honest, the statistical chance of described situation is 0,20551 Progress: 100000 Последний раз отредактировано 29 июля 2021 в 12:51 пользователем Игрок3
|