how would you find all prime numbers that divide 50! (factorial)?

1 answer

I don't quite understand your question.

50 = 5 * 5 * 2

I hope this helps. If not, repost with more specific data. Thanks for asking.
Similar Questions
  1. Homework:(please help)Determine all prime numbers that divide 50 factorial.
    1. answers icon 1 answer
  2. 10. To find LCD by prime numbers, you shouldA. continue division until no prime number will divide into at least three numbers.
    1. answers icon 1 answer
  3. def factorial(n):if n==1: else: return n* factorial(n-1) print("the factorial of ", 7, "is", factorial (7)) how could the
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions