The first prime numbers are 1 and 3 ,5,7,9 Added together the total is 25
Answer:
3
Step-by-step explanation:
3*4/4
4/4 is equal to 1
3*1
3
Answer:
x ∈ All real numbers
Step-by-step explanation:
When the distributive property is applied to the left side, the parentheses can be eliminated and the equation becomes ...
-2x -6 = -2x -6
This is true for all possible values of x, "all real numbers".
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