Question 1014068
.
if the product of integers a, b, and c is 1, what is the smallest possible value of a+b+c?
a. -1
b. 0
c. 1
d. 2
e. 3
------------------------------------


<pre>
a. -1.


   - 1 = (-1) + (-1) + 1, and (-1) * (-1) * 1 = 1.
</pre>