Easy
The equation is ∣x∣(6x2+1)=5x2. Because of ∣x∣, split into x>0, x=0, x<0. In each non-zero case divide by x (or ∣x∣) to get a quadratic in x, count its roots, and add up. Symmetry between the two cases makes the count quick.
1
Case x>0. Here ∣x∣=x; divide by x.
x(6x2+1)=5x2⇒ 6x2−5x+1=0(divide by x)⇒ x=21, 31(both positive — valid)
2
Case x=0. Check directly.
LHS=0⋅1=0,RHS=0⇒ x=0 is a solution
3
Case x<0. Here ∣x∣=−x; divide by x.
−x(6x2+1)=5x2⇒ 6x2+5x+1=0(divide by x)⇒ x=−21, −31(both negative — valid)
4
Total count. Add the valid solutions from all three cases.
2 (from x>0)+1 (x=0)+2 (from x<0)=5
Number of solutions=5