From 136122d2b419b4b9aabd6aabeb1d64a7d080d5c5 Mon Sep 17 00:00:00 2001 From: Gabriel Domene Date: Wed, 14 Aug 2019 12:22:29 -0300 Subject: [PATCH] Finding percentage of number (#23663) --- .../mathematics/finding-a-percent/index.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/guide/portuguese/mathematics/finding-a-percent/index.md b/guide/portuguese/mathematics/finding-a-percent/index.md index 2b8c9021c5..5b4a1290ba 100644 --- a/guide/portuguese/mathematics/finding-a-percent/index.md +++ b/guide/portuguese/mathematics/finding-a-percent/index.md @@ -2,10 +2,20 @@ title: Finding a Percent localeTitle: Encontrando um Percentual --- +# O que é porcentual? +Porcentual é o valor com fração de base 100, ou seja, denominador = 100 + ## Encontrando um Percentual -Este é um esboço. [Ajude nossa comunidade a expandi-lo](https://github.com/freecodecamp/guides/tree/master/src/pages/mathematics/finding-a-percent/index.md) . +Qual é o valor que representa 15% de 1000? +Sabendo que 1000 é o valor total (100%), basta achar o valor de x na regra de três. -[Este guia de estilo rápido ajudará a garantir que sua solicitação de recebimento seja aceita](https://github.com/freecodecamp/guides/blob/master/README.md) . +x/15 = 1000/100 +x = 15*10 +x = 150 -#### Mais Informações: \ No newline at end of file +150 representa 15% do valor total de 1000 + +#### Mais Informações: + +[Mundo Educação](https://mundoeducacao.bol.uol.com.br/matematica/calculos-percentuais.htm)