Answer:
Step-by-step explanation:
Vertically stretched. The action of vertically stretched is accomplished by altering a in
y = a* abs(x)
What that means is that you make a > 1. In this case, a = 2
So far, what you have is
y = 2*abs(x)
Six units down. The action of 6 units down is accomplished by a number added or subtracted to/from absolute(x). down is minus, up is plus.
y = 2*abs(x) - b. Since we are moving down, b<0
y = 2*abs(x) - 6
Four Units Right. This is the tough one because it is anti intuitive. You would think you should be adding something somewhere to get a right hand movement.
Not true.
To move right you subtract something in the brackets.
y = 2*abs(x - 4) - 6
Graph
Just to make things complete, I have graphed this for you. Desmos is wonderful for this kind of problem.
red: y = abs(x)
blue: y = 2*abs(x - 4) - 6
Combine like terms and use inverse operations
Depends on how rich you are
if you are very rich, use meters (or yards)
if you are kinda rich, use feet
if you are average, use centimeters (or inches)
if poor, use milimeters
Answer:
Decreased
Strong negative
Step-by-step explanation:
The correlation Coefficient is used to show the strength and type of relationship which exists between the dependent and independent variable. The correlation Coefficient value ranges from - 1, to 1. With values closer to either - 1 or 1 depicting a strong relationship while those closer to 0 represents weak relationship. And correlation Coefficient of 0 indicates that no relationship exiata at all. Depending in the sign, that is positive or negative, positive sign means positive relationship while a negative sign represents a negative association. Positive association is interpreted as, for every increase in A, Variable B also increase and vice versa. For negative association, When A increases, B decreases and vice versa