Concept:Use substitution to convert the given exponential equation into a quadratic and then count solutions of sinx in the given interval.Explanation:Given equation: 16sin2x+16cos2x=10.Let y=16sin2x.Since cos2x=1−sin2x, we get 16cos2x=161−sin2x=y16.So the equation becomes y+y16=10.Multiplying by y: y2−10y+16=0.Factoring: (y−2)(y−8)=0.Thus y=2 or y=8.Case 1: 16sin2x=2 → 24sin2x=21 → sin2x=41.So sinx=±21, giving 4 solutions in [0,2π]: 6π,65π,67π,611π.Case 2: 16sin2x=8 → 24sin2x=23 → sin2x=43.So sinx=±23, giving 4 solutions in [0,2π]: 3π,32π,34π,35π.Total number of solutions =4+4=8.Answer:The number of solutions is 8, i.e. Option A.