How can I extract parametric equations from a scenario which is given in a problem like this:
A hitter's bat meets a ball about 3 ft above home plate. Suppose the horizontal component of the ball's initial velocity is 100 ft/s and the vertical component is 60 ft/s.
The equations that was shown in example were:
\begin{align*} x&= 100t\\ y&=3+60t-16t^2 \end{align*}
You need to understand what are the equations of motion for the ball. You can decompose the motion into two components - horizontal and vertical. In the horizontal direction you have no acceleration, so the velocity is constant (equal to the initial horizontal velocity). If you assume the initial $x$ coordinate to be $0$, $$x=x_0+v_xt$$ becomes $$x=0+100t=100t$$ In the vertical direction you start at $y_0=3$, with a vertical velocity upwards $v_y=60$. The acceleration is downwards $g=-32ft/s^2$. The equation of motion for constant acceleration is $$y=y_0+v_yt+\frac12gt^2=3+60t-16t^2$$