PB = PB1 = PB2 // fundamental definition of "collision"
PB1 = P1 + V1 t // assuming both bullets are fired at the exact same time
PB2 = P2 + V2 t

P1 + V1 t = P2 + V2 t
x1 i + y1 j + xdot1 t i...