Find the sum of all the values of x satisfying
⌊ x + x 2 ⌋ = 3 x .
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.
@Chew-Seong Cheong , your last line has a L A T E X typo
Solutions are − 3 1 , 0 , 2 , 3 7
Problem Loading...
Note Loading...
Set Loading...
Note that the LHS ⌊ x + x 2 ⌋ is an integer, the RHS must also be an integer. Therefore x can only be of the form 3 n , where n is an integer. Since x 2 + x = ( x + 2 1 ) 2 − 4 1 , ⟹ x 2 + x ≥ − 4 1 and ⌊ x + x 2 ⌋ ≥ − 1 . Therefore the smallest possible RHS n = − 1 .
n = − 1 n = 0 n = 1 n = 2 n = 3 n = 4 n = 5 n = 6 n = 7 ⟹ ⌊ x + x 2 ⌋ = ⌊ − 3 1 − 9 1 ⌋ = − 1 ⟹ ⌊ x + x 2 ⌋ = ⌊ 0 + 0 ⌋ = 0 ⟹ ⌊ x + x 2 ⌋ = ⌊ 3 1 + 9 1 ⌋ = 0 ⟹ ⌊ x + x 2 ⌋ = ⌊ 3 2 + 9 4 ⌋ = 1 ⟹ ⌊ x + x 2 ⌋ = ⌊ 1 + 1 ⌋ = 2 ⟹ ⌊ x + x 2 ⌋ = ⌊ 3 4 + 9 1 6 ⌋ = 3 ⟹ ⌊ x + x 2 ⌋ = ⌊ 3 5 + 9 2 5 ⌋ = 4 ⟹ ⌊ x + x 2 ⌋ = ⌊ 2 + 4 ⌋ = 6 ⟹ ⌊ x + x 2 ⌋ = ⌊ 3 7 − 9 4 9 ⌋ = 7 = LHS, acceptable = LHS, acceptable = LHS, unacceptable = LHS, unacceptable = LHS, unacceptable = LHS, unacceptable = LHS, unacceptable = LHS, acceptable = LHS, acceptable
For n ≥ 8 , LHS > RHS and there is no solution. Therefore the sum of solutions is − 3 1 + 0 + 2 + 3 7 = 4 .