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
Algebra: Exponents and operations on exponents
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Exponents
Question 51849
:
a=3 b=2 c=2 calculate the value of x
x=-a**b**c;
Answer by
checkley71(8403)
(
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