From fcb5eb7bb3ff39a13e0671a25f65e68370c83eff Mon Sep 17 00:00:00 2001 From: Mike-Git-Hub <44281250+Mike-Git-Hub@users.noreply.github.com> Date: Tue, 22 Jan 2019 02:19:39 +0900 Subject: [PATCH] corrected typo (deleted the unnecessary backslash in the third example calculation) (#34292) Change 1. corrected typo (deleted the unnecessary backslash in the third example calculation) original version = -17.25\ ---> revised version = -17.25 Change 2. for greater clarity changed the word "great" to "useful" as follows: The mean can be a great way to describe a set of numbers. ---> The mean can be a useful way to describe a set of numbers. --- guide/english/mathematics/statistics/mean/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/mathematics/statistics/mean/index.md b/guide/english/mathematics/statistics/mean/index.md index d4eab48ba3..7e17de03f1 100644 --- a/guide/english/mathematics/statistics/mean/index.md +++ b/guide/english/mathematics/statistics/mean/index.md @@ -21,7 +21,7 @@ To find the mean (*A*) of a set of numbers , you add their values and divide by * **-12, -20, -16, -21** - (-12, -20, -16, -21) / 4 = -17.25\ + (-12, -20, -16, -21) / 4 = -17.25