Each $x_n$ comes from the set $\{2,3,6\}$, these statements are true
$x_1 + x_2 + x_3+\cdots+x_n = 633$
$\frac{1}{{x_1}^2} + \frac{1}{{x_2}^2} + \frac{1}{{x_3}^2}+\cdots+\frac{1}{{x_n}^2} = \frac{2017}{36}$
What is the value of $n$?
I tried making the number of $2$'s = $a$ , the number of $3$'s = $b$, the number of $6$'s = $c$ , $a+b+c =n$.
I got :
$2a+3b+6c = 633$
$9a + 4b + c = 2017$
Which I can't solve, I've been guessing and checking and I still did not get it
You are on the right track. After fixing a typo,
$$2a+3b+6c = 633, \\9a + 4b + c = 2017$$ and by eliminating $a$,
$$19b+52c=1663.$$
The positive solution of this linear equation is $b=41,c=17$, then $a=204$.