Find the number of ordered n-tuple of solutions ( a 1 , a 2 , a 3 , . . . , a n ) of the equation a 1 + a 2 + a 3 + . . . + a n = a 1 ! + a 2 ! + a 3 ! + . . . + a 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.
How do you know that that's the only case?
Log in to reply
Note that x ≤ x ! is satisfied for all non-negative integers x , where equality case is x = 1 , 2 .
Thus, a 1 + a 2 + ⋯ + a n ≤ a 1 ! + a 2 ! + ⋯ + a n ! , where equality case is when a i = 1 , 2 .
Thus, there are 2 n different solutions.
Does that satisfy your rigor needs?
Yeah because for all other integers n , n ! > n so the whole thing would be larger.
What about 0! = 1?
Problem Loading...
Note Loading...
Set Loading...
Obviously if a n = a n ! for each n , then the equation will be satisfied. There are 2 a n that have this property, 1 and 2 . So for any given a n there are two options, thus there are 2 n total solutions.