Bunuel
x@y = \(2\sqrt{x} + y^2\). How many unique sums of x and y result, if x@y is an integer less than 15?
(A) 9
(B) 10
(C) 21
(D) 27
(E) 30
Kudos for a correct solution.\(2\sqrt{x}\) = {2, 4, 6, 8, 10, 12, 14} that satisfies the inequality (<15).
----- Accordingly, x = {1, 4, 9, 16, 25, 36, 49}
\(y^2\) = {0, 1, 4, 9} that satisfies the inequality (<15).
----- Accordingly, y = {0, -1, +1, -2, +2, -3, +3}
For \(2\sqrt{x}\) = 14, \(y^2\) = 0 ; (x,y) = (49, 0) ; Sum = 49 (1 unique sum)
For \(2\sqrt{x}\) = 12, \(y^2\) = 0, 1 ; (x,y) = (36, -1), (36, 0), (36, 1) ; Sums: 35, 36, 37 (3 unique sums)
For \(2\sqrt{x}\) = 10, \(y^2\) = 0, 1, 4 ; (x,y) = (25; -2, -1, 0, 1, 2) ; Sums: 23~27 (5 unique sums)
For \(2\sqrt{x}\) = 8, \(y^2\) = 0, 1, 4 ; (x,y) = (16; -2, -1, 0, 1, 2) ; Sums: 14~18 (5 unique sums)
For \(2\sqrt{x}\) = 6, \(y^2\) = 0, 1, 4 ; (x,y) = (9; -2, -1, 0, 1, 2) ; Sums: 7~11 (5 unique sums)
For \(2\sqrt{x}\) = 4, \(y^2\) = 0, 1, 4, 9 ; (x,y) = (4; -3, -2, -1, 0, 1, 2, 3) ; Sums: 1~7 (7 unique sums)
For \(2\sqrt{x}\) = 2, \(y^2\) = 0, 1, 4, 9 ; (x,y) = (1; -3, -2, -1, 0, 1, 2, 3) ; Sums: -3~4 (7-3=4 unique sums; 1, 2, 3 overlap with the sums right above.)
Therefore, there are 1+3+5+5+5+7+4=30 unique sums. E.