Solve the operations necessary to calculate the value of X, in the following case:

X = a * c + b - 2a

For the following values:

a = 2

b = 4

c = -2

Choose one:


a. X = -12


b. X = 4


c. X = 0


d. X = -8