All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Quintic Factorization (Posted on 2023-06-15) Difficulty: 3 of 5
Factorize this expression:
        (x+y+z)5 - x5 - y5 - z5

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Solution Comment 1 of 1
I'm going to start with some grouping: [(x+y+z)^5 - x^5] - [y^5 + z^5]
The left-hand group has a factor of (x+y+z)-x=y+z; and the right-hand group also has a factor of y+z.  Then y+z is a factor of the whole expression.
We can do this two more ways, by pairing y^5 or z^5 with (x+y+z)^5 to see that x+z and x+y are also factors.

A bit of multiplication: (x+y) * (x+z) * (y+z) = x^2*y + x*y^2 + x^2*z + x*z^2 + y^2*z + y*z^2 + 2xyz

Then at this point we can say (x+y+z)^5 - x^5 - y^5 - z^5 
= (x^2*y + x*y^2 + x^2*z + x*z^2 + y^2*z + y*z^2 + 2xyz) * (Ax^2 + By^2 + Cz^2 + Dxy + Exz + Fyz)

Then to calculate the coefficient A, we can look just at the x^4*y terms.  On the left side the coefficient of x^4*y can be found by evaluating the trinomial coefficient 5!/(4!*1!*0!) = 5.  On the right side, expanding the product will have a single x^4*y term from (x^2*y) * (Ax^2).  Then A=5.
Very similarly, B=5 and C=5, from looking at y^4*z and x*z^4.

So now we have (x+y+z)^5 - x^5 - y^5 - z^5 
= (x^2*y + x*y^2 + x^2*z + x*z^2 + y^2*z + y*z^2 + 2xyz) * (5x^2 + 5y^2 + 5z^2 + Dxy + Exz + Fyz)
This time we'll look at x^3*y^2 terms.  On the left side the trinomial coefficient is 5!/(3!*2!*0!) = 10.  And on the right side we have two terms: (x*y^2)*(5x^2) + (x^2*y)*(Dxy).  Then 10 = 5+D, so D=5.
Very similarly, E=5 and F=5, from looking at y^3*z^2 and x^2*z^3.

So gathering everything together, and pulling out a common constant factor, (x+y+z)^5 - x^5 - y^5 - z^5 = 5 * (x+y) * (x+z) * (y+z) * (x^2+y^2+z^2+xy+xz+yz).

  Posted by Brian Smith on 2023-06-15 11:08:39
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (8)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information