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)