Answer:
The first four terms of the sequence are-6, -2, 2 and 6
Step-by-step explanation:
The given sequence is 
In order to find the first four term of the sequence we put n =0, 1, 2 and 3.
For n =0

For n =1

For n =2

For n =3

Therefore, the first four terms of the sequence are
-6, -2, 2 and 6
 
        
             
        
        
        
Answer: A) 60°
The inscribed angle is half the measure of the arc.
        
             
        
        
        
When they are the exact same, like carbon copies
        
                    
             
        
        
        
Franck's answer is better (using ~), but I just wanted to point out that the conditional in yours is slightly redundant. It's easy to forget that, since you already have a boolean value, you don't need to perform a comparison in your conditional. So you could have just done this...
<span>if x
x = false;
else
x = true;
<span>end</span></span>
 
        
             
        
        
        
For odd functions f(-x) = -f(x).
Given that f(x) = 3sin(x)
f(-x) = 3sin(-x) = -3sinx = -f(x).
Therefore, f(x) = 3sin(x) is an odd function.