All translations
Appearance
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h Danish (da) | Terningerne kan for eksempel viser '''6 6 6 2 3''', men de kan også være '''5 6 6 6 1''', så vi må bruge en binomialkoefficient til at tælle disse tilfælde. For at få binomialkoefficienten for at få '''M''' ud af '''N''' bruger vi følgende formel i '''KAlgebra''': {{Input|1=factorial(N) / (factorial(M) * factorial(N-M))}} Det kan vi definere således: |
h English (en) | So for instance the dice can be: '''6 6 6 2 3''', but they can also be '''5 6 6 6 1''', so we have to introduce a binomial coefficient to count all this cases. To have the binomial coefficient of '''N''' numbers on '''M''' position the formula for '''KAlgebra''' is: {{Input|1=factorial(N) / (factorial(M) * factorial(N-M))}} This is the combinatorial coefficient, which we can define like this: |
h Ukrainian (uk) | Потрібна нам комбінація може бути такою: '''6 6 6 2 3''', або такою: '''5 6 6 6 1'''. Отже нам слід врахувати те, що нас задовольнятиме будь-який порядок випадання кісток, аби лише серед них було рівно три шістки. Тому слід ввести до розрахунків біноміальні коефіцієнти. Обчислити біноміальний коефіцієнт з '''N''' по '''M''' у '''KAlgebra''' можна таким чином: {{Input|1=factorial(N) / (factorial(M) * factorial(N-M))}} Це комбінаторне число, яке визначається такою формулою: |