.
The solution by @MathLover1 is incorrect.
Her answer " 14 " is not correct.
The numbers 16 and 32 of her list are not divisors of 360.
I came to bring the correct solution.
360 = 4*90 = 8*45 = 8*3^2*5 = 4*(2*3^2*5).
All divisors of 360, that are multiples of 4, are the numbers of the primary decomposition ,
where indexes m, n and k vary independently in their ranges
m = 0, 1 (two values)
n = 0, 1, 2 (three values)
k = 0, 1 (two values).
THEREFORE, the number of all positive divisors of 360, that are multiples of 4 is 2*3*2 = 12. ANSWER
Solved.
----------
If you want to learn on how to calculate the number of divisors d(N) of a given integer number N, look into my lesson
- Problems on divisors of a given number
in this site.
It is one of the basic introductory subjects of the elementary number theory.