Answer:
Step-by-step explanation:
Given expression:
(w)(3w + 5) = 0
Expand the parentheses;
3w² + 5w = 0
3w² = -5w
Divide both sides by w;
3w = - 5
w =
Answer:
y=-1/3x+3
Step-by-step explanation:
Answer:
U' = (0,2)
V' = (0,5)
W' = (-5,5)
Step-by-step explanation:
To get these, you can subtract 2 from the x-value because they are moving 2 units to the left and add 2 to the y-value because they are moving 2 units up.
This would simply be y=8x. Which is not one of the options. Are you sure that is the function?
Answer:
k = 13The smallest zero or root is x = -10
===============================
note: you can write "x^2" to mean "x squared"
f(x) = x^2+3x-10
f(x+5) = (x+5)^2+3(x+5)-10 ... replace every x with x+5
f(x+5) = (x^2+10x+25)+3(x+5)-10
f(x+5) = x^2+10x+25+3x+15-10
f(x+5) = x^2+13x+30
Compare this with x^2+kx+30 and we see that k = 13
x^2+13x+30 = 0
(x+10)(x+3) = 0
x+10 = 0 or x+3 = 0
x = -10 or x = -3
The smallest zero is x = -10 as its the left-most value on a number line.
Step-by-step explanation: Hope this helps kind of.