Last visit was: 11 Dec 2024, 03:54 It is currently 11 Dec 2024, 03:54
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: 11 Dec 2024
Posts: 97,798
Own Kudos:
684,998
 [2]
Given Kudos: 88,239
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,798
Kudos: 684,998
 [2]
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
avatar
annapriankac
Joined: 13 Nov 2016
Last visit: 29 Sep 2021
Posts: 1
Given Kudos: 3
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
globaldesi
Joined: 28 Jul 2016
Last visit: 30 Oct 2024
Posts: 1,185
Own Kudos:
Given Kudos: 67
Location: India
Concentration: Finance, Human Resources
Schools: ISB '18 (D)
GPA: 3.97
WE:Project Management (Finance: Investment Banking)
Products:
Schools: ISB '18 (D)
Posts: 1,185
Kudos: 1,838
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
hadimadi
Joined: 26 Oct 2021
Last visit: 03 Dec 2022
Posts: 114
Own Kudos:
31
 [1]
Given Kudos: 94
Posts: 114
Kudos: 31
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Hi,

n=3 -> we require 4 TP for the first, 3 for the 2 below, and 8 for the third row. Realize that for the third row, we need 3 for the first and last stair, but only 2 for the second! This pattern continues for n=4, where again, in the 4th row, the first and last stair require 3 TP, but the 2 in the middle only require two. We see that each row after the first one consists of staircases which either require 3 or 2 TP.
We can come up with a formula. We always need 4 for the first, we have (n-1)*2 staircases which require 3 TP (to see this, try values for n from 2 to 5 and you will see the pattern) -> (n-1)*2= Total Number of 3TP staircases

For the total number of 2 TP staircases, we can use a modified version of the sum formula. Why? Here is the pattern as to how many staircases we have which require 2 TP:

n=2 -> 0
n=3 -> 1
n=4 -> 2
n=5 -> 3
...

The above means that row 3 has 1 2 TP staircase, row 4 has 2 2TP staircase, and so on. But we have to add them all up. For n=5, we have a total of 1+2+3=6 2TP staircases. Sum formula is:
(n*(n+1))/2. But since we only start at n=3 (before, it is 0 2TP staircases), we modify it to:

((n-2)*(n-1))/2=Number of 2TP staircases

Combining all the info above: We know that the first stair needs 4, and afterwards, we have the formula for how many 2TP staircases and how many 3TP staircases we have, giving us in total:

Total Number of TP=4+(n-1)*2*3+(((n-2)*(n-1))/2)*2, plugging in the numbers we get
180=4+(n-1)*6+(n-2)*(n-1)
182=6n+n^2-3n+2
180=3n+n^2
180=n(3+n)

Plugging in numbers, we see that for n=12 we get
180=12*15 -> (C)
Moderator:
Math Expert
97797 posts