Answer:
Best to draw out a factor tree.
Rx + h = sx - k Take all with x to the LHS
Rx - sx = -k - h
x(R - s) = - k -h
x = (-k - h) / (R - s). Multiply top and bottom by -1.
x = (k + h) / (s - R)
Answer:
This is a reflection about the x-axis.
Step-by-step explanation:
A reflection about the x-axis has the rule
[x,y]-> [x,-y].
Therefore
M[x,y] = [x,-y}
Let M=
|a b|
|c d|
Then the matrix multiplication gives
ax+by=x.............(1)
cx+dy=-y............(2)
Solving the previous equations (1) and (2) gives
a=1, b=0
c=0, d=-1
giving M as
|1 0|
|0 -1|
Answer:
y= -2/3x-2
Step-by-step explanation:
Since we have a point and a slope, we can use the point slope formula

m is the slope. In this case, m is -2/3
y1 is the y coordinate of the point. In this case, it is -2
x1 is the x coordinate. In this case it is 0.
We can substitute these values into the formula
y- -2= -2/3(x-0)
Distribute -2/3
y+2 = -2/3*x + -2/3*0
y+2= -2/3x+0
Subtract 2 from both sides. We want to get y by itself. This is because we want our line to be in y=mx+b form.
y+2-2= -2/3x+0-2
y= -2/3x -2