Simplify (x+1)(x2+x-1) that should be x squared. the superscript didn't carry over.

2 answers

(x + 1)(x^2 + x - 1)
=x (x^2 + x - 1) +1 (x^2 + x - 1)
distributive property of multipication
= x^3 + x^2 - x + x^2 + x - 1

= x^3 + 2 x^2 - 1
Thanks!