You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
238 B

const int x;
// Is probability of throwing x > 0.1?
P>0.1 [ F s=7 & d=x ]
// Probability of throwing 6?
P=? [ F s=7 & d=6 ]
// Probability of throwing x?
P=? [ F s=7 & d=x ]
// Expected number of coin flips to complete?
R=? [ F s=7 ]