Last visit was: 05 Dec 2024, 12:27 It is currently 05 Dec 2024, 12: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
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 05 Dec 2024
Posts: 97,565
Own Kudos:
Given Kudos: 88,195
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,565
Kudos: 683,390
 [14]
Kudos
Add Kudos
14
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
BrentGMATPrepNow
User avatar
GMAT Club Legend
Joined: 12 Sep 2015
Last visit: 13 May 2024
Posts: 6,786
Own Kudos:
32,135
 [5]
Given Kudos: 799
Location: Canada
Expert reply
Posts: 6,786
Kudos: 32,135
 [5]
4
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
General Discussion
User avatar
GMATinsight
User avatar
GMAT Club Legend
Joined: 08 Jul 2010
Last visit: 02 Dec 2024
Posts: 6,056
Own Kudos:
Given Kudos: 125
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert reply
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,056
Kudos: 14,553
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Basshead
Joined: 09 Jan 2020
Last visit: 07 Feb 2024
Posts: 941
Own Kudos:
Given Kudos: 432
Location: United States
Posts: 941
Kudos: 250
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If [x] is defined as x^2 – 1 for all integers x, then [x + 1] - [x] =

A. 0
B. x
C. x + 2
D. 2x
E. 2x + 1


PS21179

\([x + 1] = (x+1)^2 - 1 = x^2 + 2x + 1 -1\)

\(x^2 + 2x - (x^2 - 1) = x^2 + 2x - x^2 + 1 = 2x + 1\)

Answer is E.
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 05 Dec 2024
Posts: 15,531
Own Kudos:
70,038
 [1]
Given Kudos: 449
Location: Pune, India
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 15,531
Kudos: 70,038
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If [x] is defined as x^2 – 1 for all integers x, then [x + 1] - [x] =

A. 0
B. x
C. x + 2
D. 2x
E. 2x + 1


PS21179

We can solve it by plugging in numbers too. Say x = 2, then x + 1 = 3

\([3] - [2] = (3^2 - 1) - (2^2 - 1) = 5\)

Put x = 2 in the options. Only (E) satisfies.
User avatar
BrushMyQuant
Joined: 05 Apr 2011
Last visit: 04 Dec 2024
Posts: 2,035
Own Kudos:
Given Kudos: 100
Status:Tutor - BrushMyQuant
Location: India
Concentration: Finance, Marketing
Schools: XLRI (A)
GMAT 1: 700 Q51 V31
GPA: 3
WE:Information Technology (Computer Software)
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Schools: XLRI (A)
GMAT 1: 700 Q51 V31
Posts: 2,035
Kudos: 2,292
Kudos
Add Kudos
Bookmarks
Bookmark this Post
[x] = x^2 – 1

=> [x + 1] - [x] = \((x+1)^2 - 1 - ( x^2 - 1)\) = \(x^2 + 2x + 1 -1 - x^2 + 1\) = 2x + 1

So, Answer will be E
Hope it helps!

Watch the following video to learn the Basics of Functions and Custom Characters

User avatar
DanTheGMATMan
Joined: 02 Oct 2015
Last visit: 04 Dec 2024
Posts: 306
Own Kudos:
96
 [1]
Given Kudos: 9
Expert reply
Posts: 306
Kudos: 96
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
­Straightforward function- keep each expression in parentheses to be safe:

­
User avatar
aaronpatkramer1
Joined: 08 Sep 2024
Last visit: 04 Dec 2024
Posts: 29
Own Kudos:
11
 [1]
Products:
Posts: 29
Kudos: 11
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Step 1: Use the definition of \([x]\)
The problem defines \([x]\) as:

\[
[x] = x^2 - 1
\]

This tells you that whenever you see \([x]\), you can replace it with \(x^2 - 1\).

Step 2: Apply the function to \([x + 1]\)
Now you need to apply the same definition to \([x + 1]\). This means, wherever you have \(x + 1\), you replace it into the function \(x^2 - 1\):

\[
[x + 1] = (x + 1)^2 - 1
\]

Now, expand \((x + 1)^2\):

\[
(x + 1)^2 = x^2 + 2x + 1
\]

So:

\[
[x + 1] = (x^2 + 2x + 1) - 1 = x^2 + 2x
\]

Step 3: Now subtract \([x]\) from \([x + 1]\)

We already know from the definition that:

\[
[x] = x^2 - 1
\]

So now, subtract \([x]\) from \([x + 1]\):

\[
[x + 1] - [x] = (x^2 + 2x) - (x^2 - 1)
\]

Step 4: Simplify

Now, simplify this expression:

\[
x^2 + 2x - x^2 + 1 = 2x + 1
\]

Final Result:

The result of \([x + 1] - [x]\) is:

\[
2x + 1
\]
Moderator:
Math Expert
97565 posts