Answer:
y = -5/2x - 13
Step-by-step explanation:
First, we have to find the slope of the original equation
Subtract 5x from both sides
5x + 2y = 1
- 5x - 5x
2y = -5x + 1
Divide both sides by 2
2y/2 = (-5x + 1)/2
y = -5/2x + 1/2
The slope of this equation is -5/2, so -5/2 has to be in our new parallel equation
y = -5/2x + b
Plug in the given x and y
-3 = -5/2(-2) + b
-3 = 10 + b
Subtract 10 from both sides
-3 = 10 + b
- 10 - 10
b = -13
This makes our equation: y = -5/2x - 13
If you're asking what I think you are,
Decorate, Equation, and Vertical has 3 syllables.
Temperature has 4 syllables - <span>tem-per-a-ture</span>
Holigina, this is the solution:
Let's recall that √x = x ^(1/2)
Therefore,
√x√x = x ^(1/2 + 1/2) = x^1 (We sum the exponents of the same base)
The correct answer is C. 1
Answer:
x = - 4 , x = 
Step-by-step explanation:
given 2x² + 7x = 4
rearrange into standard form : ax² + bx + c = 0 : a ≠ 0
subtract 4 from both sides
2x² + 7x - 4 = 0 ← in standard form
Consider the product of the factors of the coefficient of the x² term and the constant term which sum to give the coefficient of the x term, that is
product = 2 × - 4 = - 8 and sum = + 7
The factors are + 8 and - 1
use these factors to split the middle term
2x² + 8x - x - 4 = 0 ( factor by grouping first/second and third/fourth terms )
2x(x + 4) - 1(x + 4) = 0 ( take out the common factor (x + 4) )
(x + 4)(2x - 1) = 0
equate each factor to zero and solve for x
x + 4 = 0 ⇒ x = - 4
2x - 1 = 0 ⇒ 2x = 1 ⇒ x = 
Which sequence is generated by the function f(n + 1) = f(n) – 2 for f(1) = 10? –10, –12, –14, –16, –18, ... –2, 8, 18, 28, 38, .
Vedmedyk [2.9K]
Answer:
D
Step-by-step explanation:
Given
f(n + 1) = f(n) - 2 with f(1) = 10
To generate the sequence substitute values for n into the recursive formula.
f(1) = 10
f(2) = f(1) - 2 = 10 - 2 = 8
f(3) = f(2) - 2 = 8 - 2 = 6
f(4) = f(3) - 2 = 6 - 2 = 4
f(5) = f(4) - 2 = 4 - 2 = 2
The first 5 terms are 10, 8, 6, 4, 2