Answer:
It would be B
Step-by-step explanation:
Answer:
a) Name the transversal connecting 1 and 5. Line r b) Name the transversal connecting 7 and 14. Line q c) Name the transversal connecting 8 and 11. Line s d) Name the transversal connecting 6 and 15. Line q e) Name the transversal connecting 3 and 9. Line p
Step-by-step explanation:
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
Answer:
60
Step-by-step explanation:
You first have to do the parenthesis
(5-7)= 5-7= -2
Then just multiply -30 by -2
Since negative x negative = positive, the answer will be positive.
(-2)(-30)= -2 x -30= 60
60
Answer: 17.5 square yards
================================================
Work Shown:
base = 5 yards
height = 7 yards
The base and height are always perpendicular to one another
area of triangle = 0.5*(base)*(height)
area of triangle = 0.5*(5)*(7)
area of triangle = 17.5 square yards
The other values aren't used. They're likely thrown in as a distraction.