Project Euler, Problem 9
On our way to Lofoten last weekend, my wife and I had a small brainstorming on problem no. 9:
A Pythagorean triplet is a set of three natural numbers, a < b < c, for which,
a2 + b2 = c2
For example, 32 + 42 = 9 + 16 = 25 = 52.
There exists [...]
In: Development · Tagged with: Euler
Project Euler, Problem 8
A couple of days ago, I solved eulers problem no. 8. I finally found some time to blog about my solution.
Find the greatest product of five consecutive digits in the 1000-digit number.
73167176531330624919225119674426574742355349194934 96983520312774506326239578318016984801869478851843 85861560789112949495459501737958331952853208805511 12540698747158523863050715693290963295227443043557 [...]
In: Development · Tagged with: Euler
Project Euler, Problem 7
It want be easy to keep up with my brother on this. Well, here’s my take on Project Eulers problem no 7:
By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.
What is the 10001st prime number?
In: Development · Tagged with: Euler
Project Euler, Problem 6
Inspired by my brother over at geekality.net, I thought I should do an attempt on the various problems presented at projecteuler.net/. Since he already solved the first five, I jumped right in at problem 6:
The sum of the squares of the first ten natural numbers is,
12 + 22 + … + 102 = 385
The square [...]
In: Delphi, Development · Tagged with: Euler
