Last visit was: 25 Apr 2024, 02:27 It is currently 25 Apr 2024, 02:27

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
SORT BY:
Date
Tags:
Show Tags
Hide Tags
avatar
Intern
Intern
Joined: 03 Feb 2014
Posts: 21
Own Kudos [?]: 38 [17]
Given Kudos: 82
Location: United States
GMAT 1: 680 Q48 V35
WE:Operations (Manufacturing)
Send PM
Most Helpful Reply
Tutor
Joined: 16 Oct 2010
Posts: 14822
Own Kudos [?]: 64907 [7]
Given Kudos: 426
Location: Pune, India
Send PM
General Discussion
avatar
Intern
Intern
Joined: 04 Sep 2014
Posts: 1
Own Kudos [?]: [0]
Given Kudos: 0
Send PM
Tutor
Joined: 16 Oct 2010
Posts: 14822
Own Kudos [?]: 64907 [0]
Given Kudos: 426
Location: Pune, India
Send PM
Re: s(n) is a n-digit number formed by attaching the first n perfect [#permalink]
Expert Reply
fishfulthinking wrote:
Hi Karishma,

Can you please explain how you drove to the final evaluation - So number of digits in s(99) = 3*1 + 6*2 + 22*3 + 68*4 = 3 + 12 + 66 + 272 = 353

I'm not sure of how you got 3,6,22,68, etc.

Thanks in advance.

V



First two digit number is 10 and first 2 digit square is 16. 16 is the square of 4. This means the first 3 numbers have a square which is a single digit.
First 3 digit number is 100 which is the square of 10. So numbers from 4 till 9 must have 2 digit squares. This gives us a total of 9-4+1 = 6 numbers
First 4 digit number is 1000 and first 4 digit square is 1024 (which is 2^10 or 32^2). So numbers from 10 to 31 must have 3 digit squares. This gives us a total of 31 - 10 + 1 = 22 numbers.
First 5 digit number is 10000 which is the square of 100. So numbers from 32 to 99 must have 4 digit squares. This gives us 99 - 32+1 = 68 numbers
Manager
Manager
Joined: 23 May 2013
Posts: 170
Own Kudos [?]: 402 [1]
Given Kudos: 42
Location: United States
Concentration: Technology, Healthcare
GMAT 1: 760 Q49 V45
GPA: 3.5
Send PM
Re: s(n) is a n-digit number formed by attaching the first n perfect [#permalink]
1
Bookmarks
We need to find the total number of digits in all of the square numbers from 1 - 99.

1, 4, 9 <-- all have one digit.
16, 25, 36, ...., 81 <-- all have two digits.

Each 'n' will acquire a new digit when n^2 exceeds a power of ten.

\(sqrt(10)\) is more than 3 and less than 4, so n =1,2,3 will have 1 digit when you square n (1,4,9). This makes 3 numbers.
\(sqrt(100) = 10\), so n = 4,5,6,7,8, and 9 will have two digits when you square n. (16, 25, ...,81). This makes 9 - 3 = 6 numbers.
\(sqrt(1000)\) is more than 30 (30^2 = 900) and a quick check will show that \(31^2 = 961\), while \(32^2 = 1024\), so n = 10,11,...,31 will have 3 digits. This makes 31 - 9 = 22 numbers.
\(sqrt(10000) = 100\), so all of the rest of the numbers from 32-99 will each have 4 digits. This makes 99-31 = 68 numbers.

Therefore, the total number of digits is 3(1) + 6(2) + 22(3) + 68(4) = 3 + 12 + 66 + 272 = 353.

Answer: B.
avatar
Intern
Intern
Joined: 25 Mar 2015
Posts: 8
Own Kudos [?]: 1 [0]
Given Kudos: 10
Schools: ISB '16
Send PM
Re: s(n) is a n-digit number formed by attaching the first n perfect [#permalink]
know the numbers wherein the count increases i.e at 10...all 3 digit squares come....at 31 all 4 digit squares come...till 99
so it is 18 digits till 10, next 21 numbers to go till 32, & lastly 68 numbers till 99...so 18+(21*3)+(68*4)=353
Math Expert
Joined: 02 Sep 2009
Posts: 92912
Own Kudos [?]: 618883 [0]
Given Kudos: 81595
Send PM
Re: s(n) is a n-digit number formed by attaching the first n perfect [#permalink]
Expert Reply
cs2209 wrote:
s(n) is a n-digit number formed by attaching the first n perfect squares, in order, into one integer. For example, s(1) = 1, s(2) = 14, s(3) = 149, s(4) = 14916, s(5) = 1491625, etc. How many digits are in s(99)?

A. 350
B. 353
C. 354
D. 356
E. 357


VERITAS PREP OFFICIAL SOLUTION:

Since this exponent-based problem deals with massive numbers, the Guiding Principles of Exponents urge you to look for a pattern. We know that the first three squares (1, 4, 9) have one digit each. We know that the next six squares (16, 25, 36, 49, 64, and 81) have two digits each. Now we need to see when our squares have three digits and four digits, respectively.

We know that 10^2 = 100, which is the smallest number that has three digits. We know that 30^2 = 900, so we're still at three digits. 31^2 = 961, so that works too, but 32^2 will be put us over 1000. Hence the squares from 10 to 31 all have THREE digits.

100^2 = 10,000, which is the smallest number to have five digits, so 99^2 must have four. Hence all the squares from 32 to 99 must have four digits.

Now we just need to add all this up.

1^2 -> 3^2 have one digit each, so 3*1 = 3 total digits

4^2 -> 9^2 have two digits each, so 6*2 = 12 total digits

10^2 -> 31^2 have three digits each, so 22*3 = 66 total digits

32^2 -> 99^2 have four digits each, so 68*4 = 272 total digits

272 + 66 + 12 + 3 = 353, so that's our answer.
GMAT Club Bot
Re: s(n) is a n-digit number formed by attaching the first n perfect [#permalink]
Moderators:
Math Expert
92912 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne