Here's my question:
Simplify $(\sqrt{3}+1)^6+(\sqrt{3}-1)^6$.
I'm aware that I can just use binomial theorem to expand each of the terms individually and then just cancel/add/subtract the like terms however I'm wondering whether there is a quicker way to solve this question.
I don't know if this is any quicker, but you could try:
Let $$a=(\sqrt{3}+1)^2=4+2\sqrt{3}$$ And let $$b=(\sqrt{3}-1)^2=4-2\sqrt{3}$$ Then $$a^2=28+16\sqrt{3}\implies b^2=28-16\sqrt{3}$$ And $$ab=4$$
Then the required expression is $$(a+b)(a^2-ab+b^2)=8(2\times28-4)=416$$