Math Problem Statement

Find the smallest value of m so that the following statement is valid: Any collection of m distinct positive integers must contain at least two numbers whose sum or difference is a multiple of 10. Prove that your value is best possible.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Modular Arithmetic
Combinatorics
Number Theory

Formulas

x + y ≡ 0 (mod 10)
x - y ≡ 0 (mod 10)

Theorems

Pigeonhole Principle
Modular Arithmetic Properties

Suitable Grade Level

Grades 10-12