SlideShare a Scribd company logo
1 of 10
Goldbach’s Conjecture
Hector Vaca
San Diego State Uiversity
vacaochoa7@gmail.com
April 28th, 2016
Goldbach’s Number
• A Goldbach number is a positive integer that can be expressed as the sum of two
odd primes.
• The expression of a given even number as a sum of two primes is called
a Goldbach partition of that number.
The following are examples of Goldbach partitions for some even numbers:
6 = 3 + 3
8 = 3 + 5
10 = 3 + 7 = 5 + 5
12 = 7 + 5
.
.
100 = 3 + 97 = 11 + 89 = 17 + 83 = 29 + 71 = 41 + 59 = 47 + 53
Image of first Goldbach’s Partition
The even integers from 4 to 28 as sums of two
primes: Even integers correspond to horizontal lines.
For each prime, there are two oblique lines, one red
and one blue.
The sums of two primes are the intersections of one
red and one blue line, marked by a circle. Thus the
circles on a given horizontal line give all partitions of
the corresponding even integer into the sum of two
primes.
Goldbach’s Conjecture
Goldbach's conjecture is one of the oldest and best-known unsolved problems in number theory
and all of mathematics. It states:
• Every even integer greater than 2 can be expressed as the sum of two primes.
• Has been verified for all even numbers to 400 trillion, but not yet proved.
Some examples are:
4 = 2 + 2
6 = 3 + 3
8 = 3 + 5
10 = 3+7,…, 100 = 53 + 47
Can every whole number grater than 2 be
written as a sum of two primes?
A prime is a whole number which is only divisible by 1 and itself.
Let's try with a few examples:
4 = 2 + 2 and 2 is a prime, so the answer to the question is "yes"
for the number 4.
6 = 3 + 3 and 3 is prime, so it's "yes" for 6 also.
8 = 3 + 5, 5 is a prime too, so it's another "yes".
Second part of the definition of Goldbach’s
Conjecture.
• It says that every odd whole number greater than 5 can be written as the sum
of three primes.
Some examples are:
7 = 3 + 2 + 2
11 = 3 + 3 + 5
13 = 3 + 5 + 5
17 = 5 + 5 + 7
Sage Code for Goldbach’s Conjecture
We can use a simple loop to check this conjecture for the first few even numbers. For
example:
for x in range(2,11):
target = 2 * x
for y in range(2,x+1):
if (is_prime(y) and is_prime(target - y)):
print(target, y, target-y)
Answer:
(4, 2, 2)
(6, 3, 3)
(8, 3, 5)
(10, 3, 7)
(10, 5, 5)
(12, 5, 7)
(14, 3, 11)
(14, 7, 7)
(16, 3, 13)
(16, 5, 11)
(18, 5, 13)
(18, 7, 11)
(20, 3, 17)
(20, 7, 13)
References
• [1] WIKIPEDIA, Goldbach’s Conjecture. Wikipedia, https://en.wikipedia.org/wiki/Goldbach%27s_conjecture, accessed
April 2016, n.p.
• [2] Wright, Chris. Number Theory, Goldbach’s Conjecture. Web. http://76.79.215.20:8000/home/pub/73/. Accessed
April 2016.
• [3] Mathematical Mysteries. Goldbach’s Conjecture. Web. https://plus.maths.org/content/mathematical-mysteries-
goldbach-conjecture. Accessed April 2016.
The End

More Related Content

What's hot

Pythagoras theorem ppt
Pythagoras theorem pptPythagoras theorem ppt
Pythagoras theorem pptGaurav1721
 
Natural numbers
Natural numbersNatural numbers
Natural numbersmstf mstf
 
Comparing and Ordering Integers
Comparing and Ordering IntegersComparing and Ordering Integers
Comparing and Ordering IntegersBrooke Young
 
Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variablesavb public school
 
CLASS IX LESSON PLAN
CLASS IX LESSON PLANCLASS IX LESSON PLAN
CLASS IX LESSON PLANRc Os
 
Introduction to Exponents
Introduction to ExponentsIntroduction to Exponents
Introduction to Exponentscindywhitebcms
 
ppt for Properties of the Operations on Integers
ppt for Properties of the Operations on Integersppt for Properties of the Operations on Integers
ppt for Properties of the Operations on Integersneria_ayren
 
Subtracting integers
Subtracting integersSubtracting integers
Subtracting integersrinabells
 
Geometry Introduction-c
Geometry Introduction-cGeometry Introduction-c
Geometry Introduction-cBed Dhakal
 
Pythagorean Theorem and its various Proofs
Pythagorean Theorem and its various ProofsPythagorean Theorem and its various Proofs
Pythagorean Theorem and its various ProofsSamanyou Garg
 
Number theory
Number theory Number theory
Number theory tes31
 
Factor Completely Different Types of Polynomials
Factor Completely Different Types of PolynomialsFactor Completely Different Types of Polynomials
Factor Completely Different Types of PolynomialsAleisandraBunayog
 
Pythagorean triples presentation
Pythagorean triples presentationPythagorean triples presentation
Pythagorean triples presentationkellie61901
 

What's hot (20)

Pythagoras theorem ppt
Pythagoras theorem pptPythagoras theorem ppt
Pythagoras theorem ppt
 
Natural numbers
Natural numbersNatural numbers
Natural numbers
 
Comparing and Ordering Integers
Comparing and Ordering IntegersComparing and Ordering Integers
Comparing and Ordering Integers
 
Linear equation in 2 variables
Linear equation in 2 variablesLinear equation in 2 variables
Linear equation in 2 variables
 
Binomial expansion
Binomial expansionBinomial expansion
Binomial expansion
 
Operations on Sets
Operations on SetsOperations on Sets
Operations on Sets
 
CLASS IX LESSON PLAN
CLASS IX LESSON PLANCLASS IX LESSON PLAN
CLASS IX LESSON PLAN
 
Ppt on polynomial
Ppt on polynomial Ppt on polynomial
Ppt on polynomial
 
Enlargement
EnlargementEnlargement
Enlargement
 
Introduction to Exponents
Introduction to ExponentsIntroduction to Exponents
Introduction to Exponents
 
ppt for Properties of the Operations on Integers
ppt for Properties of the Operations on Integersppt for Properties of the Operations on Integers
ppt for Properties of the Operations on Integers
 
Subtracting integers
Subtracting integersSubtracting integers
Subtracting integers
 
Geometry Introduction-c
Geometry Introduction-cGeometry Introduction-c
Geometry Introduction-c
 
Integer powerpoint
Integer powerpointInteger powerpoint
Integer powerpoint
 
Abstract Algebra
Abstract AlgebraAbstract Algebra
Abstract Algebra
 
Rational numbers
Rational numbersRational numbers
Rational numbers
 
Pythagorean Theorem and its various Proofs
Pythagorean Theorem and its various ProofsPythagorean Theorem and its various Proofs
Pythagorean Theorem and its various Proofs
 
Number theory
Number theory Number theory
Number theory
 
Factor Completely Different Types of Polynomials
Factor Completely Different Types of PolynomialsFactor Completely Different Types of Polynomials
Factor Completely Different Types of Polynomials
 
Pythagorean triples presentation
Pythagorean triples presentationPythagorean triples presentation
Pythagorean triples presentation
 

Similar to Goldbach’s conjecture

ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...SOURAV DAS
 
Complete ncert exemplar class 10
Complete ncert exemplar class 10Complete ncert exemplar class 10
Complete ncert exemplar class 10physicsmaths5
 
class 10 chapter 1- real numbers
class 10 chapter 1- real numbersclass 10 chapter 1- real numbers
class 10 chapter 1- real numberskaran saini
 
Math journal chapters 1 3
Math journal chapters 1 3Math journal chapters 1 3
Math journal chapters 1 3Ernie777
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbersAmruthaKB2
 
Number patterns and sequences slide (ika) final!!
Number patterns and sequences   slide (ika) final!!Number patterns and sequences   slide (ika) final!!
Number patterns and sequences slide (ika) final!!Nurul Akmal
 
Digital textbook
Digital textbookDigital textbook
Digital textbookanumolkm
 
Maths revision year 7 to year 11
Maths revision year 7 to year 11Maths revision year 7 to year 11
Maths revision year 7 to year 11Caitlin Gregory
 
Algebraic Expressions and Terms.pptx_Math
Algebraic Expressions and Terms.pptx_MathAlgebraic Expressions and Terms.pptx_Math
Algebraic Expressions and Terms.pptx_MathLuisSalenga1
 
math_vocabulary_and_common_symbols.pdf
math_vocabulary_and_common_symbols.pdfmath_vocabulary_and_common_symbols.pdf
math_vocabulary_and_common_symbols.pdfyoahgna
 

Similar to Goldbach’s conjecture (20)

Number and operations review1
Number and operations review1Number and operations review1
Number and operations review1
 
Number system
Number systemNumber system
Number system
 
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
ISI CMI IMPORTANT AND COMPLICATED QUESTION WITH SOLUTION BY SOURAV SIR'S CLAS...
 
Complete ncert exemplar class 10
Complete ncert exemplar class 10Complete ncert exemplar class 10
Complete ncert exemplar class 10
 
Apti book for gate
Apti book for gateApti book for gate
Apti book for gate
 
Maths project
Maths projectMaths project
Maths project
 
class 10 chapter 1- real numbers
class 10 chapter 1- real numbersclass 10 chapter 1- real numbers
class 10 chapter 1- real numbers
 
Maths project
Maths projectMaths project
Maths project
 
Maths project
Maths projectMaths project
Maths project
 
Math journal chapters 1 3
Math journal chapters 1 3Math journal chapters 1 3
Math journal chapters 1 3
 
X ch 1 real numbers
X  ch 1  real numbersX  ch 1  real numbers
X ch 1 real numbers
 
Irrational number
Irrational numberIrrational number
Irrational number
 
Number patterns and sequences slide (ika) final!!
Number patterns and sequences   slide (ika) final!!Number patterns and sequences   slide (ika) final!!
Number patterns and sequences slide (ika) final!!
 
Digital textbook
Digital textbookDigital textbook
Digital textbook
 
Real Numbers
Real NumbersReal Numbers
Real Numbers
 
Factor
FactorFactor
Factor
 
CH4__crypto.pptx
CH4__crypto.pptxCH4__crypto.pptx
CH4__crypto.pptx
 
Maths revision year 7 to year 11
Maths revision year 7 to year 11Maths revision year 7 to year 11
Maths revision year 7 to year 11
 
Algebraic Expressions and Terms.pptx_Math
Algebraic Expressions and Terms.pptx_MathAlgebraic Expressions and Terms.pptx_Math
Algebraic Expressions and Terms.pptx_Math
 
math_vocabulary_and_common_symbols.pdf
math_vocabulary_and_common_symbols.pdfmath_vocabulary_and_common_symbols.pdf
math_vocabulary_and_common_symbols.pdf
 

Recently uploaded

ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 

Recently uploaded (20)

ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 

Goldbach’s conjecture

  • 1. Goldbach’s Conjecture Hector Vaca San Diego State Uiversity vacaochoa7@gmail.com April 28th, 2016
  • 2. Goldbach’s Number • A Goldbach number is a positive integer that can be expressed as the sum of two odd primes. • The expression of a given even number as a sum of two primes is called a Goldbach partition of that number. The following are examples of Goldbach partitions for some even numbers: 6 = 3 + 3 8 = 3 + 5 10 = 3 + 7 = 5 + 5 12 = 7 + 5 . . 100 = 3 + 97 = 11 + 89 = 17 + 83 = 29 + 71 = 41 + 59 = 47 + 53
  • 3. Image of first Goldbach’s Partition The even integers from 4 to 28 as sums of two primes: Even integers correspond to horizontal lines. For each prime, there are two oblique lines, one red and one blue. The sums of two primes are the intersections of one red and one blue line, marked by a circle. Thus the circles on a given horizontal line give all partitions of the corresponding even integer into the sum of two primes.
  • 4. Goldbach’s Conjecture Goldbach's conjecture is one of the oldest and best-known unsolved problems in number theory and all of mathematics. It states: • Every even integer greater than 2 can be expressed as the sum of two primes. • Has been verified for all even numbers to 400 trillion, but not yet proved. Some examples are: 4 = 2 + 2 6 = 3 + 3 8 = 3 + 5 10 = 3+7,…, 100 = 53 + 47
  • 5. Can every whole number grater than 2 be written as a sum of two primes? A prime is a whole number which is only divisible by 1 and itself. Let's try with a few examples: 4 = 2 + 2 and 2 is a prime, so the answer to the question is "yes" for the number 4. 6 = 3 + 3 and 3 is prime, so it's "yes" for 6 also. 8 = 3 + 5, 5 is a prime too, so it's another "yes".
  • 6. Second part of the definition of Goldbach’s Conjecture. • It says that every odd whole number greater than 5 can be written as the sum of three primes. Some examples are: 7 = 3 + 2 + 2 11 = 3 + 3 + 5 13 = 3 + 5 + 5 17 = 5 + 5 + 7
  • 7. Sage Code for Goldbach’s Conjecture We can use a simple loop to check this conjecture for the first few even numbers. For example: for x in range(2,11): target = 2 * x for y in range(2,x+1): if (is_prime(y) and is_prime(target - y)): print(target, y, target-y)
  • 8. Answer: (4, 2, 2) (6, 3, 3) (8, 3, 5) (10, 3, 7) (10, 5, 5) (12, 5, 7) (14, 3, 11) (14, 7, 7) (16, 3, 13) (16, 5, 11) (18, 5, 13) (18, 7, 11) (20, 3, 17) (20, 7, 13)
  • 9. References • [1] WIKIPEDIA, Goldbach’s Conjecture. Wikipedia, https://en.wikipedia.org/wiki/Goldbach%27s_conjecture, accessed April 2016, n.p. • [2] Wright, Chris. Number Theory, Goldbach’s Conjecture. Web. http://76.79.215.20:8000/home/pub/73/. Accessed April 2016. • [3] Mathematical Mysteries. Goldbach’s Conjecture. Web. https://plus.maths.org/content/mathematical-mysteries- goldbach-conjecture. Accessed April 2016.