Last visit was: 22 Apr 2026, 16:51 It is currently 22 Apr 2026, 16:51
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
MartyMurray
Joined: 11 Aug 2023
Last visit: 22 Apr 2026
Posts: 1,839
Own Kudos:
7,086
 [13]
Given Kudos: 211
GMAT 1: 800 Q51 V51
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
GMAT 1: 800 Q51 V51
Posts: 1,839
Kudos: 7,086
 [13]
2
Kudos
Add Kudos
11
Bookmarks
Bookmark this Post
User avatar
sfasd
Joined: 13 Jul 2025
Last visit: 22 Apr 2026
Posts: 1
Own Kudos:
1
 [1]
Given Kudos: 27
Products:
Posts: 1
Kudos: 1
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Edskore
Joined: 29 Dec 2022
Last visit: 21 Apr 2026
Posts: 273
Own Kudos:
128
 [4]
Given Kudos: 5
Posts: 273
Kudos: 128
 [4]
2
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
User avatar
MartyMurray
Joined: 11 Aug 2023
Last visit: 22 Apr 2026
Posts: 1,839
Own Kudos:
7,086
 [2]
Given Kudos: 211
GMAT 1: 800 Q51 V51
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
GMAT 1: 800 Q51 V51
Posts: 1,839
Kudos: 7,086
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If \(v\), \(w\), \(x\), \(y\), and \(z\) are consecutive positive integers, \(z\) > \(v\), and the difference between \(v^2\) and \(w^2\) is 43, what is the difference between \(y^2\) and \(z^2\)?

Five consecutive positive integers starting with \(v\) are the following:

\(v\), \(v + 1\), \(v + 2\), \(v + 3\), and \(v + 4\)

So, \(w^2 - v^2 = 43\) is the equivalent of \((v + 1)^2 - v^2 = 43\).

Also, \(z^2 - y^2\) is the equivalent of \((v + 4)^2 - (v + 3)^2\).

We can recognize that \((v + 1)^2 - v^2\) is a difference of squares, which factors to \(((v + 1) + v)((v + 1) - v)\).

So, we have the following:

\(((v + 1) + v)((v + 1) - v) = 43\)

\((2v + 1)(1) = 43\)

\((2v + 1) = 43\)

\(2v = 42\)

\(v = 21\)

So, \(z^2 - y^2 = (v + 4)^2 - (v + 3)^2 = 25^2 - 24^2 = (25 + 24)(25 - 24) = (49)(1) = 49\)

(A) 43

(B) 46

(C) 49

(D) 51

(E) 57


Correct answer: C
User avatar
Fisayofalana
Joined: 26 Sep 2017
Last visit: 14 Apr 2026
Posts: 51
Own Kudos:
9
 [1]
Given Kudos: 55
Location: United States
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Everyone's technical method is spot on. However, I just plugged in values for v, w, x, y, z and found that z^2-y^2 is 6 greater than w^2-v^2. It must be the same for the original values. 6 greater than 43 is 49. The answer is 49.
User avatar
zhangwma
Joined: 12 Jun 2024
Last visit: 12 Apr 2026
Posts: 13
Own Kudos:
7
 [1]
Given Kudos: 1,021
Location: United States (WA)
Concentration: Strategy, Organizational Behavior
Posts: 13
Kudos: 7
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I like your elegant shortcut! I had to think about it for a while before I understood what you meant by " Each consecutive pair's difference of squares is 2 more than the previous pair's," so in case this helps anyone else, I thought of it/broke it down as...

The difference between each pair of difference of squares is 2 because the integers v, w, x, y, and z are all consecutive positive integers. Therefore, the difference between \(w^2-v^2=(w+v)(w-v)\) and \(x^2-w^2=(x+w)(x-w)\) is 2 because you've added 1 to v and 1 to x, while each expression is being multiplied by 1, and both expressions contain the variable w.

  • For example: If we ignore the fact that \(w^2-v^2=(w+v)(w-v)=43\), and we sub in easier to work with, consecutive integers: v=1, w=2, and x=3, then we'd get (2+1)(2-1) = 3 & (3+2)(3-2) = 5, and 5 - 3 = 2.
  • This is also demonstrated/proven by x - v = 3 - 1 = 2

Edskore
The key concept here is Difference of Squares — and once you see the pattern, this question becomes very fast.

Step 1: Set up the consecutive integers.
Since v, w, x, y, z are consecutive, let v = n. Then w = n+1, x = n+2, y = n+3, z = n+4.

Step 2: Use the Difference of Squares identity.
w2 - v2 = (w + v)(w - v)
Since consecutive integers differ by 1, (w - v) = 1, so:
w2 - v2 = w + v = 43

Step 3: Find the actual values.
w + v = 43, and w = v + 1, so:
(v + 1) + v = 43 → 2v + 1 = 43 → v = 21
Therefore: v = 21, w = 22, x = 23, y = 24, z = 25

Step 4: Apply the same identity to y2 and z2.
z2 - y2 = (z + y)(z - y) = (25 + 24)(1) = 49

Answer: (C) 49

The elegant shortcut: You don't need to solve for v at all. Notice the pattern:
- w2 - v2 = v + w = 43
- x2 - w2 = w + x = 45
- y2 - x2 = x + y = 47
- z2 - y2 = y + z = 49

Each consecutive pair's difference of squares is 2 more than the previous pair's. The question is asking 4 steps ahead of where we started, so the answer is 43 + 4(2) - 2 = ... actually just count: 43, 45, 47, 49. Done in 10 seconds.

Common trap: Many students try to solve for all five values first, then compute z2 - y2 directly by squaring. That works, but it's slower and more error-prone. The pattern shortcut is what separates a 700+ approach from a 600-level approach on this question type.
User avatar
egmat
User avatar
e-GMAT Representative
Joined: 02 Nov 2011
Last visit: 21 Apr 2026
Posts: 5,632
Own Kudos:
Given Kudos: 707
GMAT Date: 08-19-2020
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 5,632
Kudos: 33,433
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Step 1: Set up the variables

Since v, w, x, y, z are consecutive and z > v:
v, w, x, y, z = v, v+1, v+2, v+3, v+4

Step 2: Use the given information

We're told: w2 − v2 = 43

Apply the difference of squares formula: a2 − b2 = (a+b)(a−b)

w2 − v2 = (w + v)(w − v)

Since w = v + 1:
= (v + 1 + v)(v + 1 − v)
= (2v + 1)(1)
= 2v + 1

So: 2v + 1 = 43
Therefore: v = 21

Step 3: Find all five integers

v = 21, w = 22, x = 23, y = 24, z = 25

Step 4: Calculate z2 − y2

Using the same formula:
z2 − y2 = (z + y)(z − y) = (25 + 24)(25 − 24) = 49 × 1 = 49

Answer: C

---
User avatar
kevincan1
Joined: 30 Aug 2007
Last visit: 21 Apr 2026
Posts: 13
Own Kudos:
Given Kudos: 15
Posts: 13
Kudos: 28
Kudos
Add Kudos
Bookmarks
Bookmark this Post
W= v+1
Y= v+3
Z= v+4

W2 =v2 + 2v + 1 thus 2v+1= 43

Y2 = v2 + 6v + 9
Z2 = v2 + 8v + 16

Z2 - y2 = 2v + 7 = (2v + 1) +6 = 43 + 6
Moderators:
Math Expert
109754 posts
Tuck School Moderator
853 posts