2018. 11. 11. 23:46
728x90

10001st prime

Problem 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 10 001st prime number?

10,001번째 소수가 무엇인지를 구하는 문제



728x90

'공부 > 문제풀기' 카테고리의 다른 글

프로젝트 오일러 문제 9  (0) 2018.11.12
프로젝트 오일러 문제 8  (0) 2018.11.11
프로젝트 오일러 문제 6  (0) 2018.11.11
프로젝트 오일러 문제 5  (0) 2018.11.11
프로젝트 오일러 문제 4  (0) 2018.11.07
Posted by 아야카
2018. 11. 11. 23:40
728x90

Sum square difference

Problem 6

The sum of the squares of the first ten natural numbers is,

12 + 22 + ... + 102 = 385

The square of the sum of the first ten natural numbers is,

(1 + 2 + ... + 10)2 = 552 = 3025

Hence the difference between the sum of the squares of the first ten natural numbers and the square of the sum is 3025 − 385 = 2640.

Find the difference between the sum of the squares of the first one hundred natural numbers and the square of the sum.

합의 제곱 - 제곱의 합 을 구하는 문제.



728x90

'공부 > 문제풀기' 카테고리의 다른 글

프로젝트 오일러 문제 8  (0) 2018.11.11
프로젝트 오일러 문제 7  (0) 2018.11.11
프로젝트 오일러 문제 5  (0) 2018.11.11
프로젝트 오일러 문제 4  (0) 2018.11.07
프로젝트 오일러 문제 3  (0) 2018.11.04
Posted by 아야카
2018. 11. 11. 00:44
728x90

Smallest multiple

Problem 5

2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.

What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20?

1~20까지의 연속된 수에 대한 최소공배수를 구하는 문제다. 

1. n은 소수인가?
2. n이 소수라면 20 이하의 가장 큰 n^m을 구해서 결과에 곱한다.
3. 1~2를 20까지 반복

이와 같이 진행하면 결과에는 순서대로 16, 9, 5, 7, 11, 13, 17, 19가 곱해진다.


728x90

'공부 > 문제풀기' 카테고리의 다른 글

프로젝트 오일러 문제 7  (0) 2018.11.11
프로젝트 오일러 문제 6  (0) 2018.11.11
프로젝트 오일러 문제 4  (0) 2018.11.07
프로젝트 오일러 문제 3  (0) 2018.11.04
프로젝트 오일러 문제 2  (0) 2018.11.04
Posted by 아야카
2018. 11. 7. 01:47
728x90

Largest palindrome product

Problem 4

A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99.

Find the largest palindrome made from the product of two 3-digit numbers.

세 자리 수끼리 곱해서 구할 수 있는 가장 큰 대칭수 구하기



728x90

'공부 > 문제풀기' 카테고리의 다른 글

프로젝트 오일러 문제 6  (0) 2018.11.11
프로젝트 오일러 문제 5  (0) 2018.11.11
프로젝트 오일러 문제 3  (0) 2018.11.04
프로젝트 오일러 문제 2  (0) 2018.11.04
프로젝트 오일러 문제 1  (0) 2018.11.04
Posted by 아야카
2018. 11. 4. 20:30
728x90

Largest prime factor

Problem 3

The prime factors of 13195 are 5, 7, 13 and 29.

What is the largest prime factor of the number 600851475143 ?

600,851,475,143 의 소인수 중에서 가장 큰 소인수를 구하기.



728x90

'공부 > 문제풀기' 카테고리의 다른 글

프로젝트 오일러 문제 6  (0) 2018.11.11
프로젝트 오일러 문제 5  (0) 2018.11.11
프로젝트 오일러 문제 4  (0) 2018.11.07
프로젝트 오일러 문제 2  (0) 2018.11.04
프로젝트 오일러 문제 1  (0) 2018.11.04
Posted by 아야카
2018. 11. 4. 20:03
728x90

Even Fibonacci numbers

Problem 2

Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be:

1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...

By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms.


400만까지의 범위에서 짝수인 피보나치 수의 합을 구하기



728x90

'공부 > 문제풀기' 카테고리의 다른 글

프로젝트 오일러 문제 6  (0) 2018.11.11
프로젝트 오일러 문제 5  (0) 2018.11.11
프로젝트 오일러 문제 4  (0) 2018.11.07
프로젝트 오일러 문제 3  (0) 2018.11.04
프로젝트 오일러 문제 1  (0) 2018.11.04
Posted by 아야카
2018. 11. 4. 18:57
728x90

Multiples of 3 and 5

Problem 1

If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.

Find the sum of all the multiples of 3 or 5 below 1000.

below 1000이므로 1000 미만까지의 수에서 3 or 5의 배수인 수의 합을 구하는 문제



728x90

'공부 > 문제풀기' 카테고리의 다른 글

프로젝트 오일러 문제 6  (0) 2018.11.11
프로젝트 오일러 문제 5  (0) 2018.11.11
프로젝트 오일러 문제 4  (0) 2018.11.07
프로젝트 오일러 문제 3  (0) 2018.11.04
프로젝트 오일러 문제 2  (0) 2018.11.04
Posted by 아야카