0% found this document useful (0 votes)
16 views2 pages

Week 10 Practical Submission

The document presents two mathematical problems. The first problem requires finding the sum of all natural numbers below 1000 that are multiples of 3 or 5, while the second problem involves calculating the sum of even-valued terms in the Fibonacci sequence that do not exceed four million. Both problems involve basic arithmetic and sequence generation.

Uploaded by

Mohsin Raja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

Week 10 Practical Submission

The document presents two mathematical problems. The first problem requires finding the sum of all natural numbers below 1000 that are multiples of 3 or 5, while the second problem involves calculating the sum of even-valued terms in the Fibonacci sequence that do not exceed four million. Both problems involve basic arithmetic and sequence generation.

Uploaded by

Mohsin Raja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

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.

You might also like