Difference between revisions of "2007 iTest Problems/Problem 58"
Rockmanex3 (talk | contribs) (Solution to Problem 58 — fun problem!) |
Rockmanex3 (talk | contribs) m (→Solution) |
||
(One intermediate revision by the same user not shown) | |||
Line 23: | Line 23: | ||
<cmath>\sum_{j=2}^{10} \left\lfloor j^2 - \frac{j^2 - 1}{j+1}\right\rfloor</cmath> | <cmath>\sum_{j=2}^{10} \left\lfloor j^2 - \frac{j^2 - 1}{j+1}\right\rfloor</cmath> | ||
<cmath>\sum_{j=2}^{10} \left\lfloor j^2 - (j-1) \right\rfloor</cmath> | <cmath>\sum_{j=2}^{10} \left\lfloor j^2 - (j-1) \right\rfloor</cmath> | ||
− | <cmath>\sum_{j=2}^{10} j^2 - \sum_{j=2}^{10} j-1</cmath> | + | <cmath>\sum_{j=2}^{10} j^2 - \sum_{j=2}^{10} (j-1)</cmath> |
<cmath>(4+9 \cdots 100) - (1+2 \cdots 9)</cmath> | <cmath>(4+9 \cdots 100) - (1+2 \cdots 9)</cmath> | ||
− | <cmath>(\frac{10 \cdot 11 \cdot 21}{6} - 1) - (\frac{10 \cdot 9}{2}</cmath> | + | <cmath>(\frac{10 \cdot 11 \cdot 21}{6} - 1) - (\frac{10 \cdot 9}{2})</cmath> |
<cmath>384-45</cmath> | <cmath>384-45</cmath> | ||
<cmath>\boxed{339}</cmath> | <cmath>\boxed{339}</cmath> |
Latest revision as of 17:29, 22 July 2018
The following problem is from the Ultimate Question of the 2007 iTest, where solving this problem required the answer of a previous problem. When the problem is rewritten, the T-value is substituted.
Problem
For natural numbers , we define
Compute the value of
.
Solution
The function can be rewritten as
Let . With the substitution, each similar part becomes
Performing polynomial division results in
When
or
, then
is close to zero, which means that
would be the same for a given
when
or
. Thus,
.
That means , and that equals
See Also
2007 iTest (Problems, Answer Key) | ||
Preceded by: Problem 57 |
Followed by: Problem 59 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 • 31 • 32 • 33 • 34 • 35 • 36 • 37 • 38 • 39 • 40 • 41 • 42 • 43 • 44 • 45 • 46 • 47 • 48 • 49 • 50 • 51 • 52 • 53 • 54 • 55 • 56 • 57 • 58 • 59 • 60 • TB1 • TB2 • TB3 • TB4 |