Answer:
All Real Numbers
Step-by-step explanation:
Any value of <em>c</em> makes the equation true.
Interval Notation
Answer:
x - 6
Step-by-step explanation:
(4x2 + x - 5) - (5x2 - 1)
According to the order of operations, parenthesis come first so we will solve what is in the parenthesis first.
Then we do the multiplication because it comes before addition and subtraction.
4x2 = 8
Now we have 8 + x - 5
Combine like terms and 8-5=3 so we have 3 + x
Now for the second one.
5x2=10
10-1=9
Subtracting this from the first expression we have:
3+x-9 =
x - 6
Answer:
D) x = 12
Step-by-step explanation:
Given:

1. Multiply both sides by 4

2. Subtract 3x from both sides

3. Add 28 to both sides

4. Divide both sides by 7 to isolate the variable:

Learn more here:
brainly.com/question/27844194
Answer: Steps 4 and 5
Step-by-step explanation:
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