Answer:
64
Step-by-step explanation:
The interior angle of a circle has the theorem divide in 2 the sum of the arcs on the circle.
The circle has arcs 42 and 86.
The interior angle is 42 + 86 = 128.
128/2 = 64
Answer:
recursive: f(0) = 7; f(n) = f(n-1) -8
explicit: f(n) = 7 -8n
Step-by-step explanation:
The sequence is an arithmetic sequence with first term 7 and common difference -8. Since you're numbering the terms starting with n=0, the generic case will be ...
recursive: f(0) = first term; f(n) = f(n-1) + common difference
explicit: f(n) = first term + n·(common difference)
To get the answer above, fill in the first term and common difference values.
Answer:
Yes
Step-by-step explanation:
If you draw a vertical line through it, no x value has more than one y values.
1.67x[10^(-20)] 1.67x[10^(-24+28)]
--------------------- = -------------------------- =
9.11x[10^(-28)] 9.11
.183315(10^4)=1833.15
The proton mass is about 1833 times an electron mass
Hope this helps!