Answer:
5x + 4y + 12 = 0
Step-by-step explanation:
Start with the point-slope equation of a straight line: y - k = m(x - h):
Here we are given the point (h, k): (-8, 7) and the slope m = -5/4. Inserting this info into the equation give above, we get: y - 7 = (-5/4)(x + 8).
We must put this equation into "standard form" Ax + By + C = 0.
Multiply all three terms by 4 to remove fractions: 4y - 28 = -5(x + 8), or
4y - 28 + 5x + 40 = 0
Rearranging these terms, we get 5x + 4y + 12 = 0, which is the desired equation in standard form.
<h2><u><em>
If you rather have the link to get this info lmk!!</em></u></h2>
Example: f(x) = 2x+3 and g(x) = x2
"x" is just a placeholder. To avoid confusion let's just call it "input":
f(input) = 2(input)+3
g(input) = (input)2
Let's start:
(g º f)(x) = g(f(x))
First we apply f, then apply g to that result:
Function Composition
- (g º f)(x) = (2x+3)2
What if we reverse the order of f and g?
(f º g)(x) = f(g(x))
First we apply g, then apply f to that result:
Function Composition
- (f º g)(x) = 2x2+3
We get a different result! When we reverse the order the result is rarely the same. So be careful which function comes first.
<h2 />
Given the equation, 5x + 22 = 27:
The goal is to isolate the variable. Hence, a few mathematical operations are necessary to solve for the value of x.
Start by subtracting 22 both sides:
5x + 22 - 22 = 27 - 22
5x + 0 = 5
5x = 5
Next, divide both sides by 5 to isolate and solve for the value of x:
5x/5 = 5/5
x = 1
In order to verify whether x = 1 satisfies the give equation, we must substitute its value into the given equation:
5x + 22 = 27
5(1) + 22 = 27
5 + 22 = 27
27 = 27 (True statement. This implies that x = 1 is the correct value that satisfies the equation).
Therefore, the correct answer is x = 1.