Concept:Put x2=t to reduce the quartic to a quadratic in t.For all four roots of the original equation to be real and distinct, this quadratic must have two distinct positive roots.Explanation:Let x2=t, then x4−ax2+9=0 becomes t2−at+9=0.If its roots are t1,t2, the roots of the original equation are ±t1 and ±t2.These four numbers are real and distinct exactly when t1,t2 are positive and t1=t2.Distinct real roots of the t-quadratic require Δ=(−a)2−4(1)(9)=a2−36>0, i.e. a<−6 or a>6.Positivity requires t1+t2=a>0 and t1t2=9>0; the product condition holds automatically.Combining both conditions gives a>6.Indeed for a>6, t=2a±a2−36 are both positive since 2a−a2−36>0 as a>a2−36.Hence the smallest positive integral value of a is 7.Answer:Option A (7).