Answer:
I think C
Step-by-step explanation:
10.49 It was really 10.4880884817 but 8 rounds it up to 10.49
<span> 2x - 2y = 8
2y = 2x - 8
y = x - 4
answer
</span>slope-intercept form: y = x - 4
Dividing the number of successful outcomes by the number of possible outcomes is the definition of the probability of the given event.
P(E)=n(E)/n(S)
example. let the Experiment be throwing a dice. The sample space, all the possible outcomes, is the set S={1, 2, 3, 4, 5, 6 } and n(S)=6
Let the even E be: getting an even number. The successful outcomes set is E {2, 4, 6 } and n(E)=3
So probability of getting an even number is P(E)=n(E)/n(S)=3/6=0.5
Answer: Probability of the given Event
Answer:
g(1) = -65; g(n) = g(n-1) -15
Step-by-step explanation:
Using n = 1, 2, 3, we can find the first three terms of the sequence:
g(1) = -50 -15 = -65
g(2) = -50 -15(2) = -80
g(3) = -50 -15(3) = -95
The first term of the arithmetic sequence is -65, so that is g(1). Each next term is 15 less than the one before, so the recursive formula is ...
g(n) = g(n-1) -15
The complete recursive function definition requires both parts:
g(1) = -65
g(n) = g(n-1) -15