Right, so I thought I'd done this correctly but clearly not because my velocity is greater than the speed of light, where have I gone wrong?
P = (M, 0, 0, 0)
p1 = (E1, p1x, p1y, p1z)
p2 = (E2, p2x, p2y, p2z)
P = p1 + p2
p2 = P - p1
square each side
to get (p2)2 = P2 - 2Pp1 + p12
therefore
(m2)2...