The height of mountain is given by $z = y^5-2x^2y+1$ at the coordinate $(x,y)$. Give the 3-D dimensional direction in which a marble begins to roll if it is related at $(-1,-1,2)$.
Progress: I have calculated the gradient of $z=f(x,y)$ at given point, but could not figure out how to evaluate direction of rolling marble. Any help would be kindly appreciated!
Let $g(x,y,z)=y^5-2x^2y-z$; then your mountain is the level surface$$M=\{(x,y,z)\mid g(x,y,z)=-1\}.$$Let $P=(-1,-1,2)$. Then $\nabla g(P)=(-4, 3, -1)$. So, the tangent plane $p$ of $M$ at $P$ is the plane orthogonal to $(-4,3,-1)$ passing through $P$. The marble will start moving along a vector $\overrightarrow{PQ}$ with $Q\in p$. You know that $\overrightarrow{PQ}$ is orthogonal to $(-4,3,-1)$. Another vector which is orthogonal to $(-4,3,-1)$ is $(3,4,0)$ which is a horizontal vector. So, the marble will start moving along a direction which is orthogonal both to $(-4,3,-1)$ and to $(3,4,0)$. So, simply take their vector product, which is $(4,-3,-25)$. Then, take$$Q=P+(4,-3,-25)=(3,-4,-23);$$the marble will start moving along the direction given by $\overrightarrow{PQ}$.
You can see this in the picture below: the blue surface is $M$, the green line is the line passing through $P$ with the direction given by the gradient of $g$ at $P$, the yellow plane is the tangent plane of $M$ at $P$ and the vector shows the direction along which the marble will start moving (I used a point closer to $P$ than the one that I got in my answer, so that everything would fit confortably in one picture).