Last visit was: 23 Apr 2026, 03:13 It is currently 23 Apr 2026, 03:13
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,773
Own Kudos:
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,773
Kudos: 810,733
 [47]
2
Kudos
Add Kudos
44
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
peachfuzz
Joined: 28 Feb 2014
Last visit: 27 Jan 2018
Posts: 268
Own Kudos:
369
 [5]
Given Kudos: 132
Location: United States
Concentration: Strategy, General Management
Products:
Posts: 268
Kudos: 369
 [5]
5
Kudos
Add Kudos
Bookmarks
Bookmark this Post
General Discussion
User avatar
King407
Joined: 03 Sep 2014
Last visit: 25 Jul 2020
Posts: 68
Own Kudos:
173
 [2]
Given Kudos: 89
Concentration: Marketing, Healthcare
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
ShristiK
Joined: 26 Aug 2014
Last visit: 31 Mar 2016
Posts: 35
Own Kudos:
65
 [1]
Given Kudos: 65
GMAT 1: 650 Q49 V31
WE:Programming (Computer Software)
GMAT 1: 650 Q49 V31
Posts: 35
Kudos: 65
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
A happy number is a positive integer defined in the following way: in sequence A for integer i > 0, the term \(A_{(i+1)}\) equals the sum of the squares of digits of A_i. If A_n = 1 for some positive integer n, then A_0 is happy. Which of the following is NOT happy?

A. 7
B. 10
C. 13
D. 16
E. 19


Kudos for a correct solution.


Plugged in the choices to find out the answer.
Here is how I did it:

A) 7^2 = 49 => 4+9 = 13 => 1+3 =4 --> Not Happy
B) 1^2 +0^2 = 1+0 = 1 --> Happy number
C) 1^2 + 3^2 = 1+9 = 10 => 1+0 = 1 --> Happy number
D) 1^2 + 6^2 = 1+ 36 = 37 => 3+7 => 10 => 1+0 = 1 --> Happy number
E) 1^2 + 9^2 = 1+ 81 = 82 => 8+2 => 10 => 1+0 = 1 --> Happy number

So, the answer is A
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 23 Apr 2026
Posts: 109,773
Own Kudos:
810,733
 [4]
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,773
Kudos: 810,733
 [4]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
A happy number is a positive integer defined in the following way: in sequence A for integer i > 0, the term \(A_{(i+1)}\) equals the sum of the squares of digits of \(A_i\). If \(A_n = 1\) for some positive integer n, then \(A_0\) is happy. Which of the following is NOT happy?

A. 7
B. 10
C. 13
D. 16
E. 19


Kudos for a correct solution.

MANHATTAN GMAT OFFICIAL SOLUTION:

Since there can only be one right answer, only one of the choices can be unhappy; the other four numbers must be happy. So, as you check those numbers against the definition of happiness, make sure you see the same outcome for four of the numbers.

Start with answer choice (A), which is 7. If this is a happy number, then it should start a sequence that produces 1 eventually. We have the definition of the sequence; let’s apply it.

\(A_0 = 7\)
\(A_1\) = sum of squares of digits of \(A_0 = 7^2 = 49\)
\(A_2\) = sum of squares of digits of \(A_1 = 4^2 + 9^2 = 16 + 81 = 97\)
\(A_3\) = sum of squares of digits of \(A_2 = 9^2 + 7^2 = 81 + 49 = 130\)
\(A_4\) = sum of squares of digits of \(A_3 = 1^2 + 3^2 + 0^2 = 1 + 9 + 0 = 10\)
\(A_5\) = sum of squares of digits of \(A_4 = 1^2 + 0^2 = 1 + 0 = 1\)

You’ve gotten a 1, so now you know that 7 (the number you started with) is happy—and therefore not the right answer.

You can eliminate 10 (choice B) easily, either by directly applying the sequence definition or by observing that you got 10 along the way from 7 to 1, so 10 is happy as well.

Try 13 (choice C):

\(A_0 = 13\)
\(A_1\) = sum of squares of digits of \(A_0 = 1^2 + 3^2 = 1 + 9 = 10\)
You can stop with this sequence now, since you know that 10 is happy. 13 is happy as well.

Try 16 (choice D):

\(A_0= 16\)
\(A_1\) = sum of squares of digits of \(A_0 = 1^2 + 6^2 = 1 + 36 = 37\)
\(A_2\) = sum of squares of digits of \(A_1 = 3^2 + 7^2 = 9 + 49 = 58\)
\(A_3\) = sum of squares of digits of \(A_2 = 5^2 + 8^2 = 25 + 64 = 89\)
\(A_4\) = sum of squares of digits of \(A_3 = 8^2 + 9^2 = 64 + 81 = 145\)
\(A_5\) = sum of squares of digits of \(A_4 = 1^2 + 4^2 + 5^2 = 1 + 16 + 25 = 42\)
\(A_6\) = sum of squares of digits of \(A_5 = 4^2 + 2^2 = 16 + 4 = 20\)
\(A_7\) = sum of squares of digits of \(A_6 = 2^2 + 0^2 = 4\)
\(A_8\) = sum of squares of digits of \(A_7 = 4^2 = 16\)

Uh-oh—you’re back to 16, so the cycle will repeat from here infinitely, never reaching 1. This means that 16 is unhappy, and thus is the answer.

If you check 19, you’ll find that it’s happy (19 → 82 → 68 → 100 → 1).

By the way, this definition of “happiness” really exists in number theory. We do make up some definitions for our problems, but this one’s “real,” so to speak!

The correct answer is D.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,959
Own Kudos:
Posts: 38,959
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109773 posts
Tuck School Moderator
853 posts