From 7e01575e7a10501a6c49a4cbe6b180b44f37c3d3 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sat, 3 Oct 2020 00:37:28 +0200 Subject: [PATCH] Battle of Villiers, Beatmasters & Chestatee Regional Library System. --- group-scheduling.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group-scheduling.rkt b/group-scheduling.rkt index fbe3a2f..a8ad498 100644 --- a/group-scheduling.rkt +++ b/group-scheduling.rkt @@ -309,7 +309,7 @@ (printf "Each person needs to meet ~a other people, " m0) (if (<= m0 (+ r1 (* r2 2) (* r3 3))) (printf "which is possible.~n~n") - (printf "which is impossilbe with this arrangement.~n~n")))) + (printf "which is impossible with this arrangement.~n~n")))) (define (print-test-rounds l n1 n2 n3) (printf "There are ~a people (binomial ~a)\n" (length l) (binomial (length l) 2))