145k views
1 vote
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

1 Answer

7 votes

Explanation:

x = 2*(-2)+4-2*2

x = -4 +4 -4

x = -4

User Erik Van Brakel
by
6.1k points