Math Problem Statement

  1. Let n be a positive integer such that 1 ≤ n ≤ 1000 . Let Mn be the number of integers in the set Xn ={√4n+1,√4n+2...................√4n+1000}. let a = max{Mn : 1 ≤ n ≤ 1000}, and b = min{Mn : 1 ≤ n ≤ 1000}. find a-b

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Number Theory
Square Roots
Perfect Squares
Inequalities

Formulas

Mn = ⌊√(4n+1000)⌋ - ⌈√(4n+1)⌉ + 1
a = max(Mn) and b = min(Mn)
a - b = 22

Theorems

Properties of Square Roots
Perfect Square Identification

Suitable Grade Level

Grades 9-12