From 49ffe133e2b76c5a2e9638159643ed10cdde4524 Mon Sep 17 00:00:00 2001 From: Joe Ganley <161957+ganley@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:06:31 -0500 Subject: [PATCH] Correct percentage in Ads-in-a-Newfeed.md Corrected decimal to percentage calculation, which was one decimal place off. --- Question-Bank/Data-Interview-Qs/Ads-in-a-Newfeed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Question-Bank/Data-Interview-Qs/Ads-in-a-Newfeed.md b/Question-Bank/Data-Interview-Qs/Ads-in-a-Newfeed.md index c4b0155f6..2458a0a41 100644 --- a/Question-Bank/Data-Interview-Qs/Ads-in-a-Newfeed.md +++ b/Question-Bank/Data-Interview-Qs/Ads-in-a-Newfeed.md @@ -48,4 +48,4 @@ Pr(k; n, p) = Pr(0.04; 100, 0) = 0.01687 ``` -There's about a 16.87% chance that there will be 0 ads shown --> +There's about a 1.687% chance that there will be 0 ads shown -->