Understanding the Solution for Finding the Sum of Digits of m

Click For Summary
SUMMARY

The discussion focuses on determining the sum of digits of the number m, which represents the count of integers from the set {1,2,3,...,2014} that can be expressed as the difference of squares of two non-negative integers. The solution reveals that m equals 1013, derived from the inclusion of all odd numbers and specific even cubes (2^3, 4^3, 8^3, 10^3, 12^3). The identities used, 2n+1=(n+1)^2 -n^2 for odd numbers and n^3=[n(n+1)/2]^2 - [n(n-1)/2]^2 for even cubes, confirm the validity of the results.

PREREQUISITES
  • Understanding of difference of squares in number theory
  • Familiarity with quadratic residues modulo 8
  • Basic knowledge of cubic integers and their properties
  • Ability to perform polynomial expansions and manipulations
NEXT STEPS
  • Study the properties of quadratic residues modulo 8
  • Explore the concept of difference of squares in greater depth
  • Learn about cubic integers and their representations
  • Investigate polynomial identities and their applications in number theory
USEFUL FOR

Mathematicians, educators, and students interested in number theory, particularly those focusing on properties of integers and their representations as differences of squares.

Murtuza Tipu
Messages
47
Reaction score
2

Homework Statement


Let m be the number of numbers fromantic the set {1,2,3,...,2014} which can be expressed as difference of squares of two non negative integers. The sum of the digits of m is ...

Homework Equations

The Attempt at a Solution


I got a solution from a magazine but I didn't under stand how it came
Can anyone explain me how it came.
Answer is as follows:
2n+1=(n+1)^2 -n^2
n^3=[n (n+1)/2]^2 - [n (n-1)/2]^2
Therefore m contains all odd numbers and the even numbers 2^3,4^3,8^3,10^3,12^3.
Therefore m=1007+7=1013 with digit sum 5.
 
Physics news on Phys.org
Containing all odd numbers is a consequence of the first statement, 2n+1=(n+1)^2 -n^2. This clearly shows that all odd numbers can be created as a difference of squares.
For even numbers, a different identity is used, n^3=[n (n+1)/2]^2 - [n (n-1)/2]^2. This is not necessarily even, but is definitely a difference of square integers.
So it can be concluded that any cubed integer is also in the set.
Looking at the bounds [1,2014], the largest even cube is 12^3 = 1728.
Odd numbers are 2n+1 for n = 0 to 1006, or 1007 in the set.
Even numbers are the cubes of 2, 4, 6, 8, 10, and 12, or 6 in the set.
This gives 1007+6 = 1013.

The truth of the identities used can be shown through simple expansion.

My question is how can one be sure that other even numbers should be excluded from the set?
 
Oops... think about RUber's question first :-)
##(n+1)^2-n^2=2n+1##
##(n+2)^2-n^2=4n+4=4(n+1)##
Therefore any odd number and any multiple of 4 can be expressed as the difference of two squares.

So m is wrong, and so is the digit sum.
 
Hint: What are the quadratic residues modulo 8?
 

Similar threads

Replies
7
Views
4K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
1K
Replies
8
Views
2K
Replies
18
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
3
Views
2K