Math: Find non-repeating no

Given an array of integers where each number occurs twice except two which occur only once each. Find both non-repeating numbers in O(n) time using O(1) space.

Math: Prove it -- puzzle

Show that the sum of consecutive primes is never twice a prime.