ProbDSena: Dupla Sena lottery game probability

Description Usage Arguments Details Value Examples

View source: R/ProbDSena.R

Description

Does the ticket have 50 tens, in which the bettor can? dial from 6 to 15 numbers, consists of extracting 6 different numbers, you can win by hitting 3, 4, 5 or 6 numbers, with a differential, the player has two chances to win.

Usage

1
ProbDSena(x, y)

Arguments

x

number

y

number

Details

To choose 6 numbers, the bet is simple, where it offers the lowest odds win: combination of 50 numbers taken from 6 to 6 = 50!/6!44! = 15890700 However, as there are two draws, the player has two chances out of approximately 16 million. 2/15890700 = 1/7945350, to win any of the SENAS, the player has approximately 1 chance in 8 million.

x is the amount of numbers bet

y is the amount number of hits

Value

number

Examples

1
ProbDSena(15,5)

farias741/Lotto documentation built on Dec. 20, 2021, 7:43 a.m.