From 85d1e5e571b2fa0bd9bf30f3e5e556ce482aa7bf Mon Sep 17 00:00:00 2001 From: Git Course User Date: Sat, 17 Feb 2024 16:16:39 +0500 Subject: [PATCH] G-06: README change for practice --- docs/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/README.md b/docs/README.md index 0a951eac28..57afdb7525 100644 --- a/docs/README.md +++ b/docs/README.md @@ -10,3 +10,15 @@ - Square: P = 4a # Some change for Lesson 6 practice +# Math formulas +## Area +- Circle: S = πR² +- Rectangle: S = ab +- Square: S = a² + +## Perimeter +- Circle: P = 2πR +- Rectangle: P = 2a + 2b +- Square: P = 4a + +# Some change for Lesson 6 practice