Блог пользователя flash_7

Автор flash_7, история, 8 лет назад, По-английски

Any idea or hint how to solve this problem?

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Compute the length traveled by the ball (using s and v). Then draw the trajectory of the ball as a straight segment according to the angle of the initial shot and of the length computed. Pretend that there are no bounces. Just draw copies of the billiard table to the right left up and down of the original one as a tiling. Then it is a matter of computing how many "ghosts" walls you have traversed.