flash_7's blog

By flash_7, history, 8 years ago, In English

Any idea or hint how to solve this problem?

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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.