Answer:
y = 3x - 1
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y- intercept )
y = 3x + 2 ← is in slope- intercept form
with slope m = 3
Parallel lines have equal slopes , then
y = 3x + c ← is the partial equation
To find c substitute (3, 8 ) into the partial equation
8 = 9 + c ⇒ c = 8 - 9 = - 1
y = 3x - 1 ← equation of parallel line
Answer:
No, it is not a right triangle
Step-by-step explanation:
Let H = 14 cm
B = 3 cm
P = 13 cm
According to pythagoras theorem:
H^2 = P^2 + B^2
14^2 = 13^2 + 3^2
196 = 169 + 9
196 is not equal to 178
Hence, it is not a right triangle
I got A, -32, but it has been awhile since I have learned this in my math class. You might want to wait for someone else to verify this answer.
Answer:
C, the set of all possible output values
Step-by-step explanation:
Range = Output
Let,
f(x) = -2x+34
g(x) = (-x/3) - 10
h(x) = -|3x|
k(x) = (x-2)^2
This is a trial and error type of problem (aka "guess and check"). There are 24 combinations to try out for each problem, so it might take a while. It turns out that
g(h(k(f(15)))) = -6
f(k(g(h(8)))) = 2
So the order for part A should be: f, k, h, g
The order for part B should be: h, g, k f
note how I'm working from the right and moving left (working inside and moving out).
Here's proof of both claims
-----------------------------------------
Proof of Claim 1:
f(x) = -2x+34
f(15) = -2(15)+34
f(15) = 4
-----------------
k(x) = (x-2)^2
k(f(15)) = (f(15)-2)^2
k(f(15)) = (4-2)^2
k(f(15)) = 4
-----------------
h(x) = -|3x|
h(k(f(15))) = -|3*k(f(15))|
h(k(f(15))) = -|3*4|
h(k(f(15))) = -12
-----------------
g(x) = (-x/3) - 10
g(h(k(f(15))) ) = (-h(k(f(15))) /3) - 10
g(h(k(f(15))) ) = (-(-12) /3) - 10
g(h(k(f(15))) ) = -6
-----------------------------------------
Proof of Claim 2:
h(x) = -|3x|
h(8) = -|3*8|
h(8) = -24
---------------
g(x) = (-x/3) - 10
g(h(8)) = (-h(8)/3) - 10
g(h(8)) = (-(-24)/3) - 10
g(h(8)) = -2
---------------
k(x) = (x-2)^2
k(g(h(8))) = (g(h(8))-2)^2
k(g(h(8))) = (-2-2)^2
k(g(h(8))) = 16
---------------
f(x) = -2x+34
f(k(g(h(8))) ) = -2*(k(g(h(8))) )+34
f(k(g(h(8))) ) = -2*(16)+34
f(k(g(h(8))) ) = 2