At least 3 odd numbers are together: All 4 odd numbers together + 3 odd numbers together. Select any 3 odd numbers in 4C3 ways and arrange the group in 3! ways, the 4th odd number can be arranged in 3 ways and the rest 4 even in 4! Ways. So, total ways 576+4×3!×3×4!=576+1728=2304
Use cases but you have to be weary of conditions of the cases:
At least 3 odd number can be broken up to 2 cases -> All 4 possible odds together + only 3 odd numbers together.
1st Case:
You can choose 3 odd numbers in 4C3 ways (Max 4 odd numbers, only wanting 3) and you can arrange them inside their group in 3! ways, whereas the last odd number can be arranged only in 3 ways so it does not clump together with the 3 odd number group and the rest of the numbers can be arranged in 4! ways.
4C3 * 4! * 3! = 576 ways for first case
2nd Case:
Unlike the 1st case you have to ensure that the fixed spot, so the top of the circle, is not occupied by an odd number since they are all clumped together. Fix the spot on the top with an even number and separate the even and odd numbers in distinct groups.
4 spots for the 4 odd numbers and you can arrange them in 4! ways.
3 spots for 3 even numbers and you can arrange them in 3! ways.
3 * 3! * 4 * 4! = 1728 ways
Therefore total cases is 576 + 1728 = 2304 ways.
Edit:
Cases are the other way around. Check post below.