So, you have two equations you need to use to determin the position of the arrow relative to the archer's shoulder as a function of time. One for the horizontal x-axis and one for the vertical y-axis. Assuming our arrow is frictionless this will give you:
x-axis:
y-axis:
Now the first thing we should check is if the arrow will clear the chasm - that is, if the arrow has dropped 1.90 metres, will it have traveled 75 metres horizontally? To do this simply set y as 1.90 and fill in the rest of the formula to find out what t is in this case. Then you take the value you found for t and put it in the formula for the position on the x-axis:
Is x > 75? If it is, then you know where the arrow landed, because it can only have gone down 1.90 metres before it hit the ground and you just calculated what happened in this case. The time traveled is t and the distance traveled is x metres in the x-axis and 1.90 metres in the y-axis.
If that isn't the case, you'll have to go back and fill in x = 75, because in this case, the arrow will not clear the chasm and will hit the chasm wall instead, which is 75 metres away. Once you do that, you do pretty much the same thing you did earlier, except now you calculate t for a certain x value and you use it to find y.
Once you have y, you know that the arrow travelled t seconds and hit the chasm wall at 75m x and ?m y.