freeCodeCamp/guide/portuguese/mathematics/factoring-quadratics/index.md

9 lines
231 B
Markdown
Raw Normal View History

---
title: Factoring Quadratics
localeTitle: Factoring Quadratics
---
## Factoring Quadratics
Para a função: f (x) = x ^ 2 + 2x + 1, a forma fatorada seria f (x) = (x + 1) (x + 1) ou f (x) = (x + 1) ^ 2
#### Mais Informações: