Concept:If x+x1​=a, then we can find higher powers using x2+x21​=a2−2 and x4+x41​=(x2+x21​)2−2.Explanation:Given x+x1​=4. First compute x2+x21​: square the given sum and subtract 2. So 42−2=16−2=14.Next, using this result, compute x4+x41​: square the value of x2+x21​ and subtract 2. Thus 142−2=196−2=194.Answer:A. 194