Function g takes 4 as input and return 2 as output
f takes input 2 and returns output 4
from the graph
g(4)=2
f(2)=4
        
             
        
        
        
Finding the midpoint between two points on a line involves three steps:
1. Find the distance between the two points
2. Find half of that distance
3. Either add that half to the lowest point, or subtract it from the highest point.
To find the distance between 52 and -18, we can take the absolute value of their difference. The reason we take the absolute value is to force the sign to be positive, since distances can never be negative. -18 - 52 = -70, and |-70| = 70.
Second, we find half of that distance, which in this case would be 70/2 = 35.
Finally, we add that value to -18 to find a midpoint of -18 + 35 = 17.
        
             
        
        
        
For this, you have to plot the points on the graph. where it says right hand height, you go down to that number on the x axis (horizontal) and then up to the correct number for right foot length (vertical)
        
             
        
        
        
My guess is length of side B would be 12. This is my estimation, I remember a bit on how to do these but since it’s a triangle, I’m thinking the sides are going to be 1/2 of the base. In this case, the base is 24, so the sides should be 12.