Samuel B. answered 05/07/14
Tutor
New to Wyzant
Math, most elementary subjects and a focus on knowing over memory
The best thing to use instead of just using brute force is the formula associated with Pascal's triangle. That is (x+y)n=Σnk=0(nk)xn-kyk which will then at the value for 5 produce the coefficients 1 5 10 10 5 1 for the decreasing x and increasing y products.
Since we are using x2 and y2 that means they will count in twos instead of ones Starting at X10y0 which is just x10 and matching with Pascal's Triangle we are able to receive our answer.
(x2+y2)5=x10 + 5x8y2 + 10x6y4 +10x4y6 + 5x2y8 + y10