Answer:
Step-by-step explanation:
this is a similar triangle, so the side that is 6 and 18 will have the same ratio as the side 4 and x, then
6/18 = 4 / x
x = 4 * 18/6
x = 2 * 18 / 3
x = 36 /3
x = 12
nice :)
Answer:
see picture with work shown
Answer:
a) 18
b)x^2+10x+18
c)x^2 -6x+2
Step-by-step explanation:
This is a case of plugging in the value into f(x).
a) f(-8)= -8^2 + 6(-8) +2
f(-8)= 64 + (-48) +2
f(-8)=64 + (-46)
f(-8)=18
b) f(x+2)= (x+2)^2+6(x+2)+2
So here I'll take a break to explain what's going on, because x+2 is a binomial meaning two terms and it is being squared I have to multiply the whole thing by itself. Meaning: (x+2) x (x+2), this is also known as foiling!! and for the next part its distributing 6 into x and 2.
f(x+2)= x^2+4x+4+6x+12+2
I'll reorder it
f(x+2)= x^2+4x+6x+12+2+4
f(x+2)= x^2+10x+18
c) f(-x)= -x^2+6(-x) +2
f(-x)= x^2 -6x+2
Answer:
equation 1
y = -2x
equation 2
y = x-3
Solution to both
(1,-2)
Step-by-step explanation:
We need to get the equations of both lines
General form is;
y = mx + c
where m is slope and c is the y-intercept
Table 1
since we have a point 0,0; the y-intercept here is zero
Let us get the slope. We can do this by selecting any two points
m = (y2-y1)/(x2-x1)
m = (2-10)/(-1+5) = -8/4 = -2
So the equation of the first line is;
y = -2x
Table 2
we get the slope
m = (4+2)/(7-1) = 6/6 = 1
The partial equation is;
y = x + c
To get c, we select any two point and substitute
4 = 7 + c
c = 4-7
c = -3
So the equation is;
y = x-3
To get the solution to both systems, we equate the y
-2x = x - 3
-2x-x = -3
-3x = -3
x = -3/-3
x = 1
To get y, we substitute;
recall; y = -2x
y = -2(1)
y = -2
Solution to the system is;
(1,-2)