Here's one approach.
First, multiplication by 1 does not change anything, so we can drop that factor.
Second, consider reversing the order of multiplications.
99 * 97 * 95 * ... 7 * 5 * 3
Now, consider just the part in red. You multiply a bunch of odd numbers, the last of which is 5.
If you multiply any non-zero number by 5, what is the last digit of the product? In other words, what does the last digit need to be, in
any multiple of 5 (ignoring zero)?
Finally, consider the factor of 3. If you start with a multiple of 5, and you multiply that number by 3, does the last digit change?
If you're not sure, pick some multiples of 5 and multiply them by 3
longhand. See what happens, to generate the last digit of the product.
PS: Beginning with algebra, we stop using the letter x as a multiplication symbol. Use an asterisk or grouping symbols, instead.