If there exists t ∈ R , so that the following system of n equations all holds:
⎩ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎪ ⎧ ⌊ t ⌋ ⌊ t 2 ⌋ ⌊ t 3 ⌋ ⌊ t n ⌋ = 1 = 2 = 3 ⋮ = n
Then find the maximum of positive integer n .
Have a look at my problem set: SAT 1000 problems
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
Let's look at the bounds for each expression:
⌊ t ⌋ = 1 means that 1 ≤ t < 2 .
⌊ t 2 ⌋ = 2 means that 1 . 4 1 4 . . . ≤ t < 1 . 7 3 2 . . . .
⌊ t 3 ⌋ = 3 means that 1 . 4 4 2 2 . . ≤ t < 1 . 5 8 7 4 . . .
⌊ t 4 ⌋ = 4 means that 1 . 4 1 4 . . . ≤ t < 1 . 4 9 5 3 4 . . .
⌊ t 5 ⌋ = 5 means that 1 . 3 7 9 . . . ≤ t < 1 . 4 3 0 9 6 9 . . .
⌊ t 4 ⌋ = 4 is the last condition that can be added for there to exist a solution. Therefore, 4 is the maximum value of n .