Math Problem Statement

If n is a positive integer, n! nd by multiplying the integers from 1 to n. For example, 4! = 4 × 3 × 2 × 1 = 24. What are the three rightmost digits of the sum 1! + 2!+ 3! + ·· · + 2020! ?

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Factorial
Modular Arithmetic
Summation

Formulas

n! = n × (n-1) × ... × 1
Sum of factorials: 1! + 2! + ... + 9!
Modular arithmetic: x mod 1000

Theorems

Properties of Factorials (Trailing Zeroes)
Modular Arithmetic

Suitable Grade Level

Grades 10-12