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

Home > Just Math
Septic Factorization (Posted on 2015-06-07) Difficulty: 3 of 5
Factorize: (a+b)7 - a7 - b7

Note: For an extra challenge, solve this puzzle without the aid of a computer program or an online calculator.

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

Comments: ( Back to comment list | You must be logged in to post comments.)
another approach Comment 5 of 5 |
let f(a,b)=(a+b)^7-a^7-b^7

now f(0,b)=0 and f(a,0)=0 thus we have
f(a,b)=k*ab*g(a,b)
where k is a constant and g(a,b) is a polynomial in a,b

now if a=-b then f(a,b)=0 as well thus we can simplify further to

f(a,b)=k*ab*(a+b)*g(a,b)
again with k a constant and g(a,b) a polynomial in a,b
now by expanding f(a,b) and dividing out ab(a+b) we can see that
k=7 and g(a,b)=a^4+2a^3b+3a^2b^2+2ab^3+b^4
now this is where a bit of intuition comes into play.  The symmetry in the coefficients makes me think of squared polynomial thus we have
g(a,b)=[h(a,b)]^2
now we can deduce that h(a,b) is a polynomial in a,b of degree two with 3 terms two of which are a^2 and b^2 and since the remaining terms of g(a,b) have a common factor of ab then the third term of h(a,b) must be ab
thus we can check if
g(a,b)=(a^2+ab+b^2)^2
which by expanding is verified

thus we are left with
(a+b)^7-a^7-b^7=7ab(a+b)(a^2+ab+b^2)^2

  Posted by Daniel on 2015-06-08 11:47:38
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 (10)
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