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

9 lines
238 B
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Factoring Quadratics
localeTitle: cuadráticas factoring
---
## Factoring cuadrática
Para la función: f (x) = x ^ 2 + 2x + 1, la forma factorizada sería f (x) = (x + 1) (x + 1) o f (x) = (x + 1) ^ 2
#### Más información: