w , x , y , z is a positive integer , and
w ! = x ! + y ! + z !
find w x y z
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.
Suppose we have x ≤ y ≤ z
from w ! = x ! + y ! + z !
we have z ! < w !
then z + 1 ≤ w
so that ( z + 1 ) ! ≤ w ! = x ! + y ! + z ! ≤ 3 ∗ z !
witch implies z + 1 ≤ 3 then x, y, z are less or equal to 2
We left we few values to check, one only works 3 ! = 2 ! + 2 ! + 2 !
Problem Loading...
Note Loading...
Set Loading...
By Hit and Trial method, x=2, y=2, z=2 and w=3. Therefore, wxyz=24