Find the missed number.

This topic has expert replies
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3835
Joined: Fri Apr 02, 2010 10:00 pm
Location: Milpitas, CA
Thanked: 1854 times
Followed by:523 members
GMAT Score:770

by Anurag@Gurome » Mon Jan 17, 2011 10:48 pm
Ramalakshmi wrote:Math teacher told john to find sum of n natural numbers. John missed a number and got the sum as 3932. Find the number he missed.
I believe it is sum of first n natural numbers otherwise it is not possible to solve.

Sum of first n natural numbers is given by n(n + 1)/2.
Say, the number he missed is r.

Hence, [n(n + 1)/2 - r] = 3932
=> n(n + 1) - 2r = 7864
=> n(n + 1) = (7864 + 2r)
=> 2*(Ideal Sum) = (7864 + 2r)

Thus if we can determine the ideal sum, then we can easily answer the question. Note that twice the ideal sum can be expressed as the product of two consecutive integers, n and (n + 1). Hence we need to find the minimum possible number which is greater than 7864 and can be expressed as the product of two consecutive integers.

Now it is obvious that the consecutive integers will be some integers near the square root of 7864. √7864 = 88.(Something)

Now, 88*89 = 7832 < 7864 NO
........ 89*90 = 8010 > 7864 YES

Hence the ideal sum is (8010/2) = 4005
Hence, the number he missed, r = (4005 - 3932) = 73
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)

Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/

Senior | Next Rank: 100 Posts
Posts: 79
Joined: Mon Sep 15, 2008 5:54 pm
Thanked: 3 times

by DarkKnight » Tue Jan 18, 2011 6:44 pm
Anurag@Gurome wrote:
Ramalakshmi wrote:Math teacher told john to find sum of n natural numbers. John missed a number and got the sum as 3932. Find the number he missed.
I believe it is sum of first n natural numbers otherwise it is not possible to solve.

Sum of first n natural numbers is given by n(n + 1)/2.
Say, the number he missed is r.

Hence, [n(n + 1)/2 - r] = 3932
=> n(n + 1) - 2r = 7864
=> n(n + 1) = (7864 + 2r)
=> 2*(Ideal Sum) = (7864 + 2r)

Thus if we can determine the ideal sum, then we can easily answer the question. Note that twice the ideal sum can be expressed as the product of two consecutive integers, n and (n + 1). Hence we need to find the minimum possible number which is greater than 7864 and can be expressed as the product of two consecutive integers.

Now it is obvious that the consecutive integers will be some integers near the square root of 7864. √7864 = 88.(Something)

Now, 88*89 = 7832 < 7864 NO
........ 89*90 = 8010 > 7864 YES

Hence the ideal sum is (8010/2) = 4005
Hence, the number he missed, r = (4005 - 3932) = 73
Anurag, this is a brilliant solution. Thanks.