Computer Science, asked by harshraj1564, 5 months ago

Using Python Code write a program to

calculate the following algebraic

expression, by taking input of x from

user. 12x
²– x
³+ 7x + 6​

Answers

Answered by daminigaur
0

Explanation:

(x-3)(x+2)(x+1)

(x2+2x-3x-6)(x+1)

(x2-x-6)(x+1)

(x2-x-6)x + (x2-x-6)1

x3-x2-6x+x2-x-6

x3-7x-6

Similar questions