From a3518d677d32d75d951d92e37ddbac39487519fb Mon Sep 17 00:00:00 2001 From: seanakng <44273960+seanakng@users.noreply.github.com> Date: Sat, 3 Nov 2018 20:18:31 -0400 Subject: [PATCH] Unique property of the inverse of the golden ratio (#20110) * Unique property of the inverse of the golden ratio Added a description of how the golden ratio minus 1 is equal to the inverse of the golden ratio * Fix typo in OP's PR --- guide/english/mathematics/golden-ratio/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/mathematics/golden-ratio/index.md b/guide/english/mathematics/golden-ratio/index.md index f98643190d1..2363885e65d 100644 --- a/guide/english/mathematics/golden-ratio/index.md +++ b/guide/english/mathematics/golden-ratio/index.md @@ -12,6 +12,8 @@ Given a > b > 0, The golden ratio is irrational, and can be represented as (1 + √5)/2. +The golden ratio is unique in that it is the only number where the inverse of the number is equal to the number minus 1 (as in, 1/φ = φ - 1). + #### More Information: