Answer:
150°
Step-by-step explanation:
Consider OACB,
Here <CAO =<CBO= 90° ( As they are tangents)
<ACB= 30°
Now, <CAO +<CBO+<ACB+x= 360°
90°+90°+30°+x= 360°
x= 150°
Hope it helps
To find the y-intercept, let x = 0.
0 - 3y = -6
-3y = -6
y = 2
The y-intercept of the equation is the point (0, 2).
I don't see any diagram. So, I'll just wing it.
Value of q:
p, 6, 9 ⇒ there is a difference of 3. The sequence increases by 3. So, it can be assumed that the p is equal to 3. A(p,4) ⇒ A(3,4)
Value of q:
4, 1, q ⇒ there is a difference of 3. The sequence decreases by 3. So, it can be assumed that q is equal to -2. C(9,-2)
p q
A 3 4 ⇒ 3 + 4 = 7
B 6 1 ⇒ 6 + 1 = 7
C 9 -2 ⇒ 9 + (-2) = 7
Notice that the sequence has an equation of p + q = 7.
Answer:
age<-c(20,30,40)
names(age)<-c ("ELI", "ALI", "JON")age
## ELI ALI JON
## 20 30 40
Step-by-step explanation:
The above given vector named age consists of three elements. Each element consists of ages of three people, ELI, ALI and JON, such that 20 corresponds to ELI, 30 to ALI and 40 to JON.
Answer:
10
Step-by-step explanation:
14=10 + 4
14-4 =10
....................