Easy
The ∣x∣ makes this two cases (x≥0 and x<0). In each case the equation becomes a cubic that factors, and only the integer roots count. Collect the distinct integers across both cases.
1
Case x≥0 (∣x∣=x):
2x(x2+1)=5x2 ⇒ x(2x2−5x+2)=0 ⇒ x(2x−1)(x−2)=0
⇒ x=0, 21, 2
Integers here: x=0 and x=2 (discard 21).
2
Case x<0 (∣x∣=−x):
−2x(x2+1)=5x2 ⇒ x(2x2+5x+2)=0 ⇒ x(2x+1)(x+2)=0
⇒ x=0, −21, −2
Integers here: x=−2 (and x=0, already counted; discard −21).
3
Collect distinct integer solutions:
{−2, 0, 2} ⇒ 3 values
3 integral solutions
The equation 2∣x∣(x2+1)=5x2 is even in x (replacing x by −x leaves it unchanged), so non-zero roots come in ± pairs. Find x=2 works for x>0, add its mirror x=−2, throw in x=0, and you have 3.