BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Target Test Prep · GMAT

Choose how you want to prepare

Learn live with an expert or move at your own pace. Every option includes the complete TTP study system.

★★★★★5.0559 reviews
GMATLiveTeach 7 seats left
Chris Peckover
NEXT LIVE COHORT

Oct 13 to Jan 7, 2027

with Chris Peckover

Schedule
Tue, Thu · 8:00 to 10:00 PM ET
Included
40 live hours + 6 months of GMAT OnDemand
  • Live instruction and real-time questions
  • Class recordings and assigned practice
View class & enroll
Limited cohort · enrollment openTarget Test Prep
EALiveTeach 5 seats left
Logan Thompson
EXECUTIVE ASSESSMENT

Sep 6 to Dec 6, 2026

with Logan Thompson

Schedule
Sun · 9:30 AM to 12:30 PM ET
Included
40 hours of live online classes plus six months of access to the complete TTP EA OnDemand course.
  • 165+ EA Score Guarantee
  • 4,100+ Quant, Verbal, and Integrated Reasoning practice questions
  • 400+ hours of in-depth video lessons
  • 3,000+ step-by-step video solutions
View EA class & enroll
Limited cohort · enrollment openTarget Test Prep
GMATOnDemand Start anytime
SELF-PACED MASTERCLASS

Target Test Prep GMAT OnDemand

Complete access from day one. Study on your schedule.

715+ score guarantee
$0to start then $127/mo
  • Personalized study plan and analytics
  • Thousands of lessons and practice questions

Compare the format, schedule, and included access before enrolling. Prices and seat counts shown reflect the supplied offer details.

Set T consists of 100 consecutive odd integers. If k is an i

Expert replies
by Brent@GMATPrepNow » Sat Apr 21, 2018 5:50 am

Timer

00:00

Answers

A

B

C

D

E

Stats

Difficulty

Set T consists of 100 consecutive odd integers. If k is an integer, which of the following CANNOT equal the median of set T?

A) k² - k - 6
B) k² + 8k + 15
C) 4k² + 4k + 1
D) k³ - 4k² - k
E) 3k³ - 27k²

Answer: C
Source: www.gmatprepnow.com
Estimated difficulty level: 650-700

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image
Join the discussion
Source: — Problem Solving |

by regor60 » Mon Apr 23, 2018 8:56 am
Brent@GMATPrepNow wrote:Set T consists of 100 consecutive odd integers. If k is an integer, which of the following CANNOT equal the median of set T?

A) k² - k - 6
B) k² + 8k + 15
C) 4k² + 4k + 1
D) k³ - 4k² - k
E) 3k³ - 27k²

Answer: C
Source: www.gmatprepnow.com
Estimated difficulty level: 650-700

Cheers,
Brent
Since there are an even number(100) of odd numbers, the median will be the average of the two "middle numbers", which means that it will be an even number.

Examining C., 4k^2+4K+1 reduces to 4K(K+1) +1. Since anything multiplied by 4 is even, adding 1 to this will result in an odd number, C
Join the discussion

by Keith@ThePrincetonReview » Mon Apr 23, 2018 9:19 am
Brent@GMATPrepNow wrote:Set T consists of 100 consecutive odd integers. If k is an integer, which of the following CANNOT equal the median of set T?

A) k² - k - 6
B) k² + 8k + 15
C) 4k² + 4k + 1
D) k³ - 4k² - k
E) 3k³ - 27k²

Answer: C
Source: www.gmatprepnow.com
Estimated difficulty level: 650-700

Cheers,
Brent
Set T consists of 100 consecutive odd integers, so the median value will be the average of the 50th and 51st integers.
The average of two consecutive odd integers is the even integer between them.
The only thing we know about the median of Set T is that it is an even integer.
Plug In values for k, looking for the answer that CANNOT be even when k is an integer.

Choice A:
Plug In k = 2, so that k^2 - k - 6 = -4
The number -4 is even, so eliminate choice A

Choice B:
Plug In k = 3, so that k^2 + 8k + 15 = 48
The number 48 is even, so eliminate choice B

Choice C:
Plug In k = 2, so that 4k^2 + 4k + 1 = 25
Plug In k = 3, so that 4k^2 + 4k + 1 = 53
Whether integer k is even or odd, choice C will be odd, so keep choice C.

Choice D:
Plug In k = 2, so that k^3 - 4k^2 - k = -10
The number -10 is even, so eliminate choice D.

Choice E:
Plug In k = 2, so that 3k^3 - 27k^2 = 24 - 108 = -84
The number -84 is even, so eliminate choice E.

The correct answer is choice C.
Join the discussion

by Brent@GMATPrepNow » Mon Apr 23, 2018 9:49 am
Brent@GMATPrepNow wrote:Set T consists of 100 consecutive odd integers. If k is an integer, which of the following CANNOT equal the median of set T?

A) k² - k - 6
B) k² + 8k + 15
C) 4k² + 4k + 1
D) k³ - 4k² - k
E) 3k³ - 27k²

Answer: C
Source: www.gmatprepnow.com
Estimated difficulty level: 650-700

Cheers,
Brent
One more approach:

If Set T COULD look like this: { -99, -97 ..... -3, -1, 1, 3......97, 99 }, in which case the median = zero

We can see that answer choices A, B, D and E could equal zero, so we can ELIMINATE them.

Here's what I mean:
A) k² - k - 6 = (k + 2)(k - 3). So, answer choice A could equal zero if k = -2 or k = 3. ELIMINATE A

B) k² + 8k + 15 = (k + 3)(k + 5). So, answer choice B could equal zero if k = -3 or k = -5. ELIMINATE B

D) k³ - 4k² - k. If k = 0, then answer choice D could equal zero . ELIMINATE D

E) 3k³ - 27k². If k = 0, then answer choice E could equal zero. ELIMINATE E


What about answer choice C??
C) 4k² + 4k + 1 = (2k + 1)(2k + 1), so answer choice C could equal zero if k = -1/2. HOWEVER, we're told that k is an integer.
So, 4k² + 4k + 1 CANNOT equal zero.

In fact, if k is an integer, we can see that 4k² + 4k + 1 must be ODD, and as regor60 noted, the median of set T must be EVEN.

Answer: C

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image
Join the discussion