So what you can do with vectors is make it like a right triangle. In basic terms, you have i=x direction, j=y direction and k=z direction. You have a line that basic goes right 5 and up 5, which is a right triangle with 2 even sides, so it goes up at a 45 degree angle from horizontal.
Now if you got that down pat, a vector is a distance and direction. Direction is the ratio between i-hat, j-hat, and k-hat.
The question asks to find a vector with the same direction, so match the ratios. 5i+5j+0k
examples:
i+j
2i+2j
3i+3j
...
all go in the same direction, 45 degrees from horizontal.