ANSWER: -60
EXPLANATION: To solve for (-10) - |(-20) – (+30) |, we need to do:
−10−| −20 − 30|, which equals −10−|−50|. Next, we do −10−50, which is -60.
−10−|−20−30|
= −10−|−50|
= −10−50
= −60
9514 1404 393
Answer:
38
Step-by-step explanation:
The product of the given numbers is 38.4888. Rounding this to two significant digits gets you 38.
Answer:
x = e^2/2 + 3
Step-by-step explanation:
Solve for x:
log(2 x - 6) = 2
Hint: | Eliminate the logarithm from the left hand side.
Cancel logarithms by taking exp of both sides:
2 x - 6 = e^2
Hint: | Isolate terms with x to the left hand side.
Add 6 to both sides:
2 x = e^2 + 6
Hint: | Solve for x.
Divide both sides by 2:
Answer: x = e^2/2 + 3
Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
Answer:
(-3, 3√3)
Step-by-step explanation:
Evaluate each of the coordinates. Keep or drop the "i" as your convention requires.
6(cos(120°), i·sin(120°)) = (6·cos(120°), i·6·sin(120°)) = (6(-0.5), i·6·√3/2)
= (-3, 3√3 i)
You may want the (x, y) coordinates written as (-3, 3√3).
___
In the complex plane, this is -3+i·3√3.