Benchmark AI / Public workspace
OlympiadBench / 2265 / A goat starts at the origin (0,0) and then makes several moves. On move 1 , it…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
answer type
Tuple
is multiple answer
false
language
English
question
A goat starts at the origin and then makes several moves. On move 1 , it travels 1 unit up to . On move 2 , it travels 2 units right to . On move 3 , it travels 3 units down to . On move 4 , it travels 4 units to . It continues in this fashion, so that on move , it turns in a clockwise direction from its previous heading and travels units in this new direction. After moves, the goat has travelled a total of 55 units. Determine the coordinates of its position at this time.
Plain-text mathematical notation (without MathML)
A goat starts at the origin (0,0) and then makes several moves. On move 1 , it travels 1 unit up to (0,1). On move 2 , it travels 2 units right to (2,1). On move 3 , it travels 3 units down to (2,−2). On move 4 , it travels 4 units to (−2,−2). It continues in this fashion, so that on move n, it turns 90^(∘) in a clockwise direction from its previous heading and travels n units in this new direction. After n moves, the goat has travelled a total of 55 units. Determine the coordinates of its position at this time.
Original LaTeX notation
A goat starts at the origin $(0,0)$ and then makes several moves. On move 1 , it travels 1 unit up to $(0,1)$. On move 2 , it travels 2 units right to $(2,1)$. On move 3 , it travels 3 units down to $(2,-2)$. On move 4 , it travels 4 units to $(-2,-2)$. It continues in this fashion, so that on move $n$, it turns $90^{\circ}$ in a clockwise direction from its previous heading and travels $n$ units in this new direction. After $n$ moves, the goat has travelled a total of 55 units. Determine the coordinates of its position at this time.question type
Open-ended
subject
Math
Discussion
No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Artifacts
Code, notes and reproducible work shared by participants. Files are served from a separate origin.
No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Source and history
initial import