I am trying to find a simple factorial of all the preceding odd numbers. If $9$ were to be picked the equation would read $9\times 7\times 5\times 3\times 1$ (only odd numbers can be picked). Would the following fraction work?
$$\dfrac{x!}{2^{\left(\frac{x-1}{2}\right)}\left(\frac{x-1}{2}\right)!}$$
That formula doesn't work. To find one that does, notice that $$(2n-1)\times (2n-3) \times \cdots \times 5 \times 3 \times 1$$ is what you get by dividing $(2n)!$ by the following product: $$2n \times (2n-2) \times \cdots \times 6 \times 4 \times 2$$ Each of the terms in this product has a factor of $2$. Pulling all of them out to the front yields a nice closed-form expression in terms of exponents and factorials.