1 ! + 2 ! + 3 ! + … + x ! = y 2
Find the number of positive integer solutions ( x , y ) such the the equation above holds true.
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.
bhai maine toh graph bana liya tha ! :)
I don't think that ( x , y ) = ( 3 , 3 ) satisfies the given equation, since 1 ! + 2 ! + 3 ! = 3 ! .
Thus I believe that the answer should be 1 and not 2 .
Log in to reply
I suppose that he meant this - http://illumine.xyz/discussions/topic/if-1-2-3-x-y2-find-the-number-of-possible-ordered-pair-of-x-y/
Sir I Added y^2 only to the original problem . but then i got a mail from brilliant saying "we have edited the problem kindly check " . and they have edited it wrongly!
Log in to reply
Ah, o.k.. I wonder why they did that? With y 2 in place of y ! the answer of 2 is indeed correct. :)
GREAT LOGIC BEHIND A GREAT PROBLEM
Problem Loading...
Note Loading...
Set Loading...
Concept Used - Factorial Of Numbers Greater Than Or Equal To 5 Always End With A Zero .
If We Notice Carefully If x = 4 then 1!+2!+3!+4! = 33 . Now After This All Factorials Will End With A Zero And Hence There Sum Will End With A Three. No Perfect Square Ends With A Three . So No Solution Will Exist For x greater than or equal to 4 .
Hence Now We Can Check For x = 1,2,3 .
We Get Two Pairs (x,y) = (1,1) and (3,3)