The sum of the first n positive odd integers is 64. Find n?

2016-07-13 4:21 pm

回答 (4)

2016-07-13 4:23 pm
✔ 最佳答案
The sum of the first n positive odd integers is always n²

For example:
1 = 1²
1 + 3 = 2² = 4
1 + 3 + 5 = 3² = 9
1 + 3 + 5 + 7 = 4² = 16

(If you want to see it visually, check the image link below.)

Once you figure out that pattern, it is obvious that n = 8.

1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 = 8² = 64

Answer:
n = 8
2016-07-13 4:26 pm
The first n positive odd integers form an arithmetic sequence.
The first term, a₁ = 1
The common difference, d = 2

S(n) = 8
n [2a₁ + (n - 1)d] / 2= 64
n [2×1 + (n - 1)×2] = 128
n [2 + 2n - 2] = 128
2n² = 128
n² = 64
n = 8 or n = -8 (rejected)

Hence, n = 8
2016-07-13 5:54 pm
1, 3, 5, 7, ...
an = 2n - 1
Sn = n^2
n^2 = 64
n = 8
2016-07-13 5:10 pm
Happily, there's a simple formula for this:

The sum of the first n odd positive integers

is n^2. Here we're told n^2 = 64, so that is

the sum of the first 8 odd positive integers


收錄日期: 2021-04-18 15:25:28
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20160713082106AAFEAvm

檢視 Wayback Machine 備份