GOLDBACH CONJCUTURE SOLUTION

solution of mine Two primes (p,q) such that p+q=2n for n a positive integer are sometimes called a Goldbach partition given p+q = 2n and cosndier p-q= 2m then solve equation we get 2p = 2n+2m 2q = 2n-2m then p = n+m/2 q = n-m/2 then solve the values for integers p+q = 2n p-q = 2m then we colletc fro both eqaution p values n+m/2 q value n-m/2 if if we put 7+3 in pavlues methodical then it give pvlaues 5 then 7-3/2 =4/2 2 is prime numebr so we chhekc which prime

Comments