The top part equals 1 because anything to the power of zero equals one. then for the second one bring every variable with a negative exponent to the top and leave the 2 at the bottom
The answer is letter b. $5 for 1 sub!
Answer:
56 5/8
Step-by-step explanation:
453/8
<h3>
Answer: Choice C</h3>
{x | x < -12 or x > -6}
=========================================================
Explanation:
Let's solve the first inequality for x.
(-2/3)x > 8
-2x > 8*3
-2x > 24
x < 24/(-2)
x < -12
The inequality sign flips when we divide both sides by a negative value.
Let's do the same for the second inequality.
(-2/3)x < 4
-2x < 4*3
-2x < 12
x > 12/(-2)
x > -6
The conclusion of each section is that x < -12 or x > -6 which points us to <u>choice C</u> as the final answer.
Side note: The intervals x < -12 and x > -6 do not overlap in any way. There's a gap between the two pieces. We consider these intervals to be disjoint. The number line graph is below.
Answer:
The period of the
function is
. Then three times this period is
.
Step-by-step explanation:
Using Mathematica you can use the command Plot as follows:
```
Plot[Sin[x], {x,0,6Pi}]
```
The output is the graph shown below.