Puzzle (Answer below)
What is the Answer to the Math Puzzle?
Can you Solve the BrainXChallenge?
Skills
Attention to Detail, Critical Thinking, Information Processing, Logical Thinking, Visual Logic
Answer
n# denotes the product of prime numbers that are not greater than n, so 5# is 5 * 3 * 2 = 30 ; while 5 double factorial, where for an odd integer is the product of all odd integers less than or equal to n but greater than or equal to 3, is 5 * 3 = 15; with the answer then of 30 / 15 = 2.
