SOLUTION: a=3 b=2 c=2 calculate the value of x x=-a**b**c;

Algebra ->  Exponents -> SOLUTION: a=3 b=2 c=2 calculate the value of x x=-a**b**c;      Log On


   



Question 51849: a=3 b=2 c=2 calculate the value of x
x=-a**b**c;

Answer by checkley71(8403) About Me  (Show Source):
You can put this solution on YOUR website!
IF * ARE POWERS THEN X=-(3^2*2^2*2) OR X=-(9*4*2) OR X=-72