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
The top and bottom faces are 3 inches by 3 inches.
Area = 3 in. * 3 in. * 2 = 18 in.^2
The front, back, right, and left faces are 3 in. by 6 in.
Area = 3 in. * 6 in. * 4 = 72 in.^2
Total surface area = 18 in.^2 + 72 in.^2 = 90 in.^2
Answer: B. 90 square inches
Answer:
T(m) = (140 - 5m)
Step-by-step explanation:
Given that :
Initial temperature, a = 140 F
Rate of decrease = 5 F per minute
Given a certain Number of minutes, m
Temperature, T after m minutes ;
Using the formula :
Final temperature = Initial temperature - 5*number of minutes)
T(m) = (140 - 5m)
Given that ; m = 10
T(10) = 140 - 5(10)
T(10) = 140 - 50
T(10) = 90 F
The solutions of the equations are x = 1 and y = 2
The system of equations are
4x + 3y = 10
-4x + 5y = 6
Here we have to use the elimination method. Eliminate the x term and find the value of y term
Add both equation
3y + 5y = 10 +6
Add the like terms
8y = 16
y = 16 / 8
Divide the terms
y = 2
Substitute the value of x in the first equation
4x + 3y = 10
4x + 3×2 = 10
Multiply the terms
4x + 6 = 10
4x = 10 - 6
4x = 4
x = 4 / 4
Divide the terms
x = 1
Hence, the solutions of the equations are x = 1 and y = 2
Learn more about elimination method here
brainly.com/question/14619835
#SPJ1