gmatophobia
chetan2u
Bunuel
If x and y are consecutive integers, x > y, and x^2 - 1 > y^2 - 4y + x - 1, then which of the following must be true?
A. x > 0
B. x ≠ 2
C. y > -1
D. y ≠ 1
E. x + y > 3
Since x and y are consecutive integers and x>y, we can say that x=y+1.
Substitute this value in equation.
\(x^2 - 1 > y^2 - 4y + x - 1\)
\( (y+1)^2 - 1 > y^2 - 4y + (y+1) - 1\)
\( y^2 +2y+1- 1 > y^2 - 4y + y+1- 1\)
\(5y>0…..y>0\)
Also \(y>0>-1\)
Thus, \(y>-1\) must be always true.
C
Hi
chetan2u,
BunuelApologies if I am asking a silly question, but I didn't catch the last part of the working well
Quote:
Also \(y>0>-1\)
Does this mean, if y is always greater than zero, its always greater than -1 ?
I attempted the question using a similar approach as you did, however I also concluded that option A will also be true.
Sharing an snippet of my working (in the attached image). Can you let me know where did I go wrong ?
Explanation of my analysis -
y > 0
We know that, y = x -1
x - 1 > 0
x > 1
Reasoning : If x is greater than 1, its always greater than 0. Therefore I concluded that A is also true.

Can you please let me know what I am missing in here ?
bellbell
I answered correctly but I also want official explanation because it seems like A&C is kinda the same?
Thank you.
Option A should have been x < 0, instead of x > 0. Edited. Thank you for noticing. +1.
If x and y are consecutive integers, x > y, and x^2 - 1 > y^2 - 4y + x - 1, then which of the following must be true?A. x < 0
B. x ≠ 2
C. y > -1
D. y ≠ 1
E. x + y > 3
x and y are consecutive integers, and x > y means that x = y + 1 (y = x - 1).
Substitute x = y + 1 (
or y = x - 1, it does not really matter which one) into x^2 - 1 > y^2 - 4y + x - 1:
\(x^2 - 1 > y^2 - 4y + x - 1\);
\((y + 1)^2 - 1 > y^2 - 4y + (y + 1) - 1\);
\(y > 0\).
Now, since \(y > 0\) (y can be 1, 2, 3, 4, ...), the y will for sure be more than -1. So, option C must be correct.
Answer: C.
Other options:So, we got that \(y > 0\) (y can be 1, 2, 3, 4, ...) and we know that x = y + 1, so x - 1 > 0 and x > 1 (x can be 2, 3, 4, 5, ...).
A. x < 0. Not true because x > 1 (x can be 2, 3, 4, 5, ...).
B. x ≠ 2. Not necessarily true because x
could be 2 (x can be 2, 3, 4, 5, ...).
C. y > -1. Must be true because y > 0.
D. y ≠ 1. Not necessarily true because y
could be 1 (y can be 1, 2, 3, 4, ...).
E. x + y > 3. Not necessarily true. If y = 1 (the least possible value of y) then x = y + 1 = 2 (the least possible value of x), and in this case x + y = 3.
Hope it helps.