The way to deal with these problems is to break them down into what is happening in the x-direction and what is happening in the y-direction and handle those as separate problems. So, break down the initial velocity (20 m/s at 15° into vx and vy:

Using trig, we can say that cos(15°) = adj/hyp = vx/20 so vx = 20cos(15°) = 19.3185 m/s
Using trig, we can also say that sin(15°) = opp/hyp = vy/20 so vy = 20sin(15°) = 5.1764 m/s
So, we are being asked how far away the rock lands which is the distance in the x-direction. The only force that the rock has is the force of gravity which is acting in the y-direction so there is no force in the x-direction that will change the velocity vx. That means, considering ONLY the x-direction, the rock will be traveling at 19.3185 m/s until it hits the ground. We can say the distance traveled is the velocity times the time. But we don't know the time. So, let's try to determine the time using the y-direction.
In the y-direction, the initial velocity is 5.1764 m/s. The acceleration due to gravity is 9.81 m/s2 so we can use the equation x = vit + 1/2at2 to solve for time (t).
300 = 5.1764t + 1/2(9.81)t2 (I'm being a bit lazy here in defining the downward direction as positive making the 300 a positive, the 5.1764 a positive, and the 9.81 a positive. It might be more traditional to define up as positive which means all those numbers would be negative but can you see that it won't change the math?)
We solve quadratics by using the quadratic formula. Set the equation equal to zero and simplify a little to get:
4.905t2 + 5.1764t - 300 = 0
So t = [-5.1764 ± √(5.17642 -4(4.905)(-300))]/(2•4.905)
t = [-5.1764 ± √5912.8]/9.81
t = (-5.1764 + 76.895)/9.81 and t = (-5.1764 - 76.895)/9.81
So t = 7.3107 s and t = -8.3661 s and we can throw out the negative answer.
So, now we have the time. Going back to the x-direction, distance = velocity•time = 19.3185•7.3107 = 141 meters. There is only 1 significant figure in the given numbers, so to be really correct, we would need to round to 100 m but I'm not sure how fussy your teacher is about that.
So the rock travels 300 m down and 141 meters in the x-direction. To find the distance it actually traveled along the arc is a lot more complicated but I doubt if that is what they are asking for.
William W.
The difference between my solution and the one provided by Mike D is the initial assumption that the rock was initially kicked up at 15 degrees (Mike D's assumption) vs being kicked down (my assumption). I have to admit that Mike's probably makes more sense. But perhaps you have a picture that came with the problem you could refer to. The other difference has to do with whether or not they want the horizontal distance traveled or the straight line diagonal distance traveled.09/05/20