Discover the best answers at Westonci.ca, where experts share their insights and knowledge with you. Discover in-depth solutions to your questions from a wide range of experts on our user-friendly Q&A platform. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

(2((x+1) ^3 – (x+1) ^2 + (x+1)) )+3

Sagot :

( x + 1 )^3 = x^3 + 3x^2 +3x + 1;
(x + 1 )^2 = x^2 + 2x + 1;
=> (2((x+1) ^3 – (x+1) ^2 + (x+1)) )+3 =2( x^3 + 3x^2 +3x + 1 - x^2 -2x - 1 + x + 1 ) + 3 = 2( x^3 + 2x^2 + 2x + 1 ) + 3 =
= 2x^3 +4x^2 +4x + 5.