Concept:Use substitution to simplify a quartic equation into a quadratic, then solve step by step.Explanation:Let y=x2. Then x4=y2. The given equation x4=x2+1 becomes y2=y+1.Rearrange: y2−y−1=0. Solve using the quadratic formula: y=21±1+4=21±5.Since x>0, x2>0, so take the positive root: y=21+5. Thus x2=21+5.Now x4=y2=(21+5)2=41+25+5=46+25=23+5.Multiply both sides by 2: 2x4=3+5.Answer:3+5 (Option B)