Calculating positions

I have created a game based off Pong and I wish to created an AI for a player to play against. But I am unsure as to how I can calculate where the ball is going to be when it reaches a certain x-coordinate. I followed the Pong tutorial provided by Craig n Dave that uses v.math() to calculate bounce angles and the direction of travel. Please help.