8000 Update Average_Mean.md · bloomsky9/Algorithms-Explanation@59f0845 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59f0845

Browse files
authored
Update Average_Mean.md
1 parent 626ba50 commit 59f0845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pt-br/Basic Math/Average_Mean.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Média (média)
1+
# Média
22

33
Calcule a média de uma lista de números usando a média.
44

@@ -50,13 +50,13 @@ soma = 160
5050
contagem = 7
5151
```
5252

53-
Se ignorarmos os dígitos significativos: `soma / contagem = 22`. <u> 857142 </u>
53+
Se ignorarmos os dígitos significativos: `soma / contagem = 22`.
5454

5555
Se considerarmos corretamente os dígitos significativos: `soma / contagem = 23`.
5656

5757
### Etapa 5
5858

59-
Retorne o valor de 22. <u> 857142 </u> ou `23`.
59+
Retorne o valor de 22 ou `23`.
6060

6161
## Implementação
6262

0 commit comments

Comments
 (0)
0