Maths Olympiad Prep

Library / /181 of 520

Algebra Difficulty 6.7 National olympiad Find the answer

There are positive integers mm and nn such that m2n=32m^2 -n = 32 and m+n5+mn5\sqrt[5]{m +\sqrt{n}}+ \sqrt[5]{m -\sqrt{n}} is a real root of the polynomial x510x3+20x40x^5 - 10x^3 + 20x - 40. Find m+nm + n.

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

1. Let p=m+n5 p = \sqrt[5]{m + \sqrt{n}} and q=mn5 q = \sqrt[5]{m - \sqrt{n}} . We are given that x=p+q x = p + q is a real root of the polynomial x510x3+20x40 x^5 - 10x^3 + 20x - 40 .

2. Consider the polynomial x510x3+20x40 x^5 - 10x^3 + 20x - 40 . We need to express x5 x^5 in terms of p p and q q .

3. First, note that:
p5=m+nandq5=mn p^5 = m + \sqrt{n} \quad \text{and} \quad q^5 = m - \sqrt{n}
Therefore,
p5+q5=(m+n)+(mn)=2m p^5 + q^5 = (m + \sqrt{n}) + (m - \sqrt{n}) = 2m

4. Next, we need to find pq pq :
pq=(m+n)(mn)5=m2n5 pq = \sqrt[5]{(m + \sqrt{n})(m - \sqrt{n})} = \sqrt[5]{m^2 - n}
Given m2n=32 m^2 - n = 32 , we have:
pq=325=2 pq = \sqrt[5]{32} = 2

5. Now, we express x5 x^5 in terms of p p and q q :
x=p+q x = p + q
x5=(p+q)5=p5+q5+5pq(p3+q3)+10p2q2(p+q) x^5 = (p + q)^5 = p^5 + q^5 + 5pq(p^3 + q^3) + 10p^2q^2(p + q)
Since p5+q5=2m p^5 + q^5 = 2m and pq=2 pq = 2 , we need to simplify the expression:
x5=2m+5pq(p3+q3)+10p2q2(p+q) x^5 = 2m + 5pq(p^3 + q^3) + 10p^2q^2(p + q)

6. We know:
p3+q3=(p+q)(p2pq+q2) p^3 + q^3 = (p + q)(p^2 - pq + q^2)
p2+q2=(p+q)22pq=x24 p^2 + q^2 = (p + q)^2 - 2pq = x^2 - 4
p3+q3=x(x23pq)=x(x26) p^3 + q^3 = x(x^2 - 3pq) = x(x^2 - 6)

7. Substituting back, we get:
x5=2m+52x(x26)+104x x^5 = 2m + 5 \cdot 2 \cdot x(x^2 - 6) + 10 \cdot 4 \cdot x
x5=2m+10x360x+40x x^5 = 2m + 10x^3 - 60x + 40x
x5=2m+10x320x x^5 = 2m + 10x^3 - 20x

8. Given that x x is a root of x510x3+20x40=0 x^5 - 10x^3 + 20x - 40 = 0 , we substitute:
x510x3+20x40=0 x^5 - 10x^3 + 20x - 40 = 0
2m+10x320x10x3+20x40=0 2m + 10x^3 - 20x - 10x^3 + 20x - 40 = 0
2m40=0 2m - 40 = 0
2m=40 2m = 40
m=20 m = 20

9. Using m=20 m = 20 in m2n=32 m^2 - n = 32 :
202n=32 20^2 - n = 32
400n=32 400 - n = 32
n=368 n = 368

10. Therefore, m+n=20+368=388 m + n = 20 + 368 = 388 .

The final answer is 388 \boxed{388}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.