13

Decompose the number 519851 into a product of three integers, each of which is larger than 5100.

We first notice the factorization x51=(x1)(x4+x3+x2+x+1). Now to factorize x4+x3+x2+x+1 we get

(x2+ax+1)(x2+bx+1)=x4+(a+b)x3+(ab+2)x2+(a+b)x+1=x4+x3+x2+x+1
implies a+b=1,ab+2=1. Thus,
x4+x3+x2+x+1=(x2+(1+52)x+1)(x2+(152)x+1).
Is it possible to continue from this approach because now the factors I have aren't integers or is there a better way?

CC BY-SA 3.0
7

3 Answers 3

18

I would try Aurifeuillian factorization here.

Let f(x)=x4+x3+x2+x+1 be the fifth cyclotomic polynomial. The Aurifeuillian stuff says that f(5x2) factors into a product as follows

f(5x2)=(25x425x3+15x25x+1)(25x4+25x3+15x2+5x+1).
Call those two factors on the RHS g1(x) and g2(x).

Your number is

519851=(53971)f(5397)=(53971)g1(5198)g2(5198),
and this fits the bill.

CC BY-SA 3.0
3
3

See here

http://factordb.com/index.php?query=5%5E1985-1

for the partial factorization of 519851. There are three factors with 200 digits or more. No idea how the factors can be expressed. Multiply one of the factors with the smaller factors to get a decomposition of the desired form.

CC BY-SA 3.0
3

A low-tech solution. 1985=5397, and Φ5(x) is a palyndromic polynomial, decomposable as

(1)(x2x2+1)254x2
or as:
(2)(x2+3x+1)25x(x+1)2
that with x=5397 is the difference of two squares, a2b2=(ab)(a+b), with both ab and a+b being >5100. The claim hence follows from
(3)55397=(53971)Φ5(5397).

CC BY-SA 3.0
3

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.