X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fproject-euler%2F100%2F100.factor;h=0ea04961819bb8984777de0b6f3467f39a43498d;hp=dd71ed62b1da73aa1efc9daaaa3baedbc49f45ba;hb=6d4293b5822d769619f66e46e64b704ddfe41b43;hpb=b7bb69b178712e9d135362ebd6efa69c9b8371ba diff --git a/extra/project-euler/100/100.factor b/extra/project-euler/100/100.factor index dd71ed62b1..0ea0496181 100644 --- a/extra/project-euler/100/100.factor +++ b/extra/project-euler/100/100.factor @@ -7,7 +7,7 @@ IN: project-euler.100 ! DESCRIPTION ! ----------- -! If a box contains twenty-one coloured discs, composed of fifteen blue discs +! If a box contains twenty-one colored discs, composed of fifteen blue discs ! and six red discs, and two discs were taken at random, it can be seen that ! the probability of taking two blue discs, P(BB) = (15/21)*(14/20) = 1/2.