It is written correctly, a factorial is a multiplication and is performed after the square root. It doesn't matter that the factorial is written inside the square root, you always follow the order of operations. You are performing multiplication (the factorial) before the roots, for eg. The square root of 9 x 3, you always perform the square root first, so the equation would then become 3 x 3 which = 9 and not the square root of 27 which = 5.196