1990 AIME Problem 15

Attempt Problem 15 of the 1990 AIME below, then check your answer against the professionally curated solution from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 1990 AIME solutions, or check the answer key.

All problems are used with official legal permission of the Mathematical Association of America (MAA).

15.

Find ax5+by5ax^5+by^5 if the real numbers a,a, b,b, x,x, and yy satisfy the equations ax+by=3,ax2+by2=7,ax3+by3=16,ax4+by4=42.\begin{aligned}ax+by&=3,\\ax^2+by^2&=7,\\ax^3+by^3&=16,\\ax^4+by^4&=42.\end{aligned}

Answer: 20
Concepts:recursionsystem of equationssymmetry (algebra)
Difficulty rating: 2270
Small Hint:

Let Sk=axk+bykS_k=ax^k+by^k and derive a recurrence using x+yx+y and xyxy

Big Hint:

Use S3S_3 and S4S_4 to solve for the two recurrence coefficients before computing S5S_5

Solution:

Let Sk=axk+byk,S_k=ax^k+by^k, p=x+y,p=x+y, and q=xy.q=xy. Since xx and yy each satisfy t2=ptq,t^2=pt-q, Sk+2=pSk+1qSk.S_{k+2}=pS_{k+1}-qS_k. Using S1=3,S_1=3, S2=7,S_2=7, S3=16,S_3=16, and S4=42S_4=42 gives 7p3q=16,16p7q=42.\begin{aligned}7p-3q&=16,\\16p-7q&=42.\end{aligned} Solving yields p=14p=-14 and q=38.q=-38. Therefore S5=pS4qS3=14(42)+38(16)=20.\begin{aligned}S_5&=pS_4-qS_3\\&=-14(42)+38(16)\\&=20.\end{aligned}

← Problem 14#14
Full Exam

Problem 15 in Other Years