How many integer solutions are there to xyz=120? This is what I have tried so far: http://www.artofproblemsolving.com/Forum/viewtopic.php?f=150&t=609981 see the first solution in this thread. Any help would be appreciated. Thank you.
2026-03-28 14:20:28.1774707628
Integral Numbers Question
255 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Write that $120 = 2^3\times 5^1\times 3^1$. A decomposition $120 = abc$ implies
As all choices are independent, you get
300; 210; 201; 120; 111; 102; 030; 021; 012; 003
hence a total of $3\times 3\times 10 = 90 $ choices.
if counting negative solutions as well, you should consider for each non negative solution $a,b,c$ to the problem the solutions $a, b, c$; $-a, -b, c$; $-a, b, -c$; $a, -b, -c$; so just multiply by 4 the total.