The double factorial, denoted by $n!!$, returns the product of all of the odd integers that are less than or equal to $n$. For example, $7!! = 7 * 5 *3 * 1$. What is the units digit of $1!! + 3!! + 5!! + 7!! + ... + 49!!$?

1 answer

well, you know that n!! ends in 5 for all n >= 5
There are (49+1)/2 = 25 terms in your sum. The last 23 of them end in 5.
So, what do you think?
Similar Questions
  1. Consider the recursive function for the calculation of a factorial.def factorial(n): if n == 1: return n else: return n *
    1. answers icon 2 answers
  2. Th equation x^3 - x^2 - 6 = 0 has one real root, denoted by a.Find by calculation the pair of consecutive integers between a
    1. answers icon 1 answer
  3. We are learning about multiplying integers.1. A hot air balloon is descending at a rate of 350m/min. How much higher was the
    1. answers icon 6 answers
  4. Using these integers:-1,+6,-8,+3,-2a) Which integers have the greatest product? Show your work. b) Which two integers have the
    1. answers icon 1 answer
more similar questions