x,y,z farklı olacak.
x,y,z nin sıralı yada sırasız olması çarpma ve toplama işleminin sonucunu değiştirmez.
Örnek: x=6, y=2, z=3, x*y*z=36, x+y+z=11
x=9, y=1, z=4 ise x*y*z=36, x+y+z=14
x=1, y=3, z=12 ise x*y*z=36, x+y+z=16
x=18, y=1,z=2 ise x*y*z=36, x+y+z=21
Sıra değiştiğinde toplama sonucu değişmeyeceğinden cevap 4 olur.