Solving this problem comes from breaking down our motion into two separate dimensions, horizontal(x) and vertical(y).
Each of these components can be found by using right angle trigonometry.
So let there be a right triangle with a hypotenuse with a value of 20 and an angle of 37 degrees.
For the hmax and tmax we need to evaluate the vertical direction. So with our triangle we need to use SIN(x) = opposite/hypotenuse.
SIN(37) = y/20
20*SIN(37) = y
y = 12.03630 m/s
Now we can set that value, lets round to 12 m/s, to the initial velocity in the y direction vyi
Remembering that in the y direction our acceleration due to gravity is -9.8 m/s2 and that when an object reaches its maximum height its velocity (vyf) is 0 m/s
So lets plug into the following formula for motion: vf = vi + at
0 m/s = 12 m/s + (-9.8 m/s2)t
-12 m/s = (-9.8 m/s2)t
t = 1.2 seconds
This value is the time to reach the maximum height.
We can then use that to find the maximum height with the following equation: y = vit + (1/2)at2
Let's plug in:
y = (20 m/s)*(1.2 s) + 0.5*(-9.8m/s2)*(1.2 s)2
y = 16.9 m
Now for the range we need to use the following trig function on the original right triangle we set up:
COS(x) = adjacent/hypotenuse
COS(37) = x/20
20*COS(37) = x
x = 16 m/s
Now since there is no acceleration in the x direction we can use the following: v = d/t
LEt's plug in:
20 m/s = x/1.2s
x = (20 m/s)*(1.2 s)
x = 24 meters