Find the value of ∏ n = 0 1 0 0 0 ( x 2 n + y 2 n )
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Hey, it is beginning with n=1 not n=0. Hence you should multiply by:- x 2 − y 2 x 2 − y 2 Hence your answer would have been correct if you have begun it from n=0.
This is valid iff x = y . I think you should add this condition in your problem (although it might be obvious).
By the way, here 's a similar problem. Take a look at the generalization mentioned in the comments in Sualeh Asif's solution there.
Problem Loading...
Note Loading...
Set Loading...
Multiply it by x − y x − y and solve now.
x − y x − y ( x + y ) ( x 2 + y 2 ) . . . . . . . . .
= x − y x 2 − y 2 ( x 2 + y 2 ) . . . . . . . . . and so on.......