We need to find the number of elements in S={x:x∈[0,100] and ∫0xt2sin(x−t)dt=x2}. Using the identity sin(x−t)=sinxcost−cosxsint, we write the integral as ∫0xt2sin(x−t)dt=sinx∫0xt2costdt−cosx∫0xt2sintdt. To evaluate ∫0xt2costdt we apply integration by parts twice, taking u=t2 and dv=costdt to obtain ∫t2costdt=t2sint−∫2tsintdt. In the integral ∫2tsintdt we set u=2t and dv=sintdt, giving ∫2tsintdt=−2tcost+∫2costdt=−2tcost+2sint and hence ∫t2costdt=t2sint+2tcost−2sint+C so that ∫0xt2costdt=x2sinx+2xcosx−2sinx. For ∫0xt2sintdt we use integration by parts with u=t2 and dv=sintdt, yielding ∫t2sintdt=−t2cost+∫2tcostdt. Since ∫2tcostdt=2tsint−∫2sintdt=2tsint+2cost we have ∫t2sintdt=−t2cost+2tsint+2cost+C and thus ∫0xt2sintdt=−x2cosx+2xsinx+2cosx−2. Substituting these results into the expression for the integral gives LHS=sinx(x2sinx+2xcosx−2sinx)−cosx(−x2cosx+2xsinx+2cosx−2). Expanding and simplifying leads to =x2sin2x+2xsinxcosx−2sin2x+x2cos2x−2xsinxcosx−2cos2x+2cosx=x2(sin2x+cos2x)−2(sin2x+cos2x)+2cosx=x2−2+2cosx. Setting this equal to x2 gives 2cosx=2, so cosx=1 and hence x=2kπ,k=0,1,2,…. Requiring 2kπ≤100⟹k≤π50≈15.915, we find k=0,1,2,…,15, giving 16 elements. The answer is 16.