- #1
Ackbach
Gold Member
MHB
- 4,155
- 92
Here is this week's POTW:
-----
Write a computer program in Python or R to check, given a particular even integer, whether it can be written as the sum of two primes. (N.B., that this can be done for all even numbers greater than $2$ is the famous unproven Goldbach Conjecture.) The output should include a boolean: true if it can be done, and false if it cannot. If it can be done, output the two odd primes that sum to the input.
-----
Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
-----
Write a computer program in Python or R to check, given a particular even integer, whether it can be written as the sum of two primes. (N.B., that this can be done for all even numbers greater than $2$ is the famous unproven Goldbach Conjecture.) The output should include a boolean: true if it can be done, and false if it cannot. If it can be done, output the two odd primes that sum to the input.
-----
Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!