MatemáticasBásico1 respuestas

Como se resuelve esto :(x + h - 2) ^ 2?

Como se resuelve esto : (x + h - 2) ^ 2.

Mejor respuesta

Alan1120
6

Y segumos calentando cerebro con estos problemitas

recuerda la teoria : (a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ac

para tu caso entonces seria :

(x + h - 2)² = (x)² + (h)² + ( - 2)² + 2(x)(h) + 2(x)( - 2) + 2(h)( - 2)

(x + h - 2)² = x² + h² + 4 + 2xh - 4x - 4h , ordenando terminos

(x + h - 2)² = x² + 2xh - 4x + h² - 4h + 4

esa es la respuesta.