asked 97.5k views
1 vote
How many ways are there to travel in xyz space from the origin (0, 0, 0) to the point (4, 3, 5) by taking steps one unit in the positive x direction, one unit in the positive y direction, or one unit in the positive z direction? (moving in the negative x, y, or z direction is prohibited, so that no backtracking is allowed.)?

asked
User Denizg
by
8.0k points

1 Answer

5 votes
I would think you would have to walk the 4 spaces out on the X axis. I would then turn and walk 5 spaces on the Z axis before turning up to walk the last 3 steps on the Y axis.

I think any other way would cause you to move in a negative direction. I hope this helps.
answered
User Nairolf
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.