From 85571ebd4fb57a39c708d14cf50446e54e86396d Mon Sep 17 00:00:00 2001 From: Vagesh Mahajan <153351069+Vagesh19@users.noreply.github.com> Date: Sun, 30 Jun 2024 02:55:04 +0530 Subject: [PATCH] Create quant.md --- problem-of-the-day/day27/quant.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 problem-of-the-day/day27/quant.md diff --git a/problem-of-the-day/day27/quant.md b/problem-of-the-day/day27/quant.md new file mode 100644 index 0000000..c765d56 --- /dev/null +++ b/problem-of-the-day/day27/quant.md @@ -0,0 +1,2 @@ +As n tends to infinity, find the probability that a random permutation of [1,2,...,n] has 5 fixed points. +A fixed point for a permutation π is an 'i' such that π(i)=i.