Last visit was: 26 Apr 2024, 15:24 It is currently 26 Apr 2024, 15:24

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
SORT BY:
Kudos
Tags:
Difficulty: Sub 505 Levelx   Functions and Custom Charactersx                           
Show Tags
Hide Tags
Manager
Manager
Joined: 09 Jan 2016
Status:Persevere
Posts: 107
Own Kudos [?]: 3605 [20]
Given Kudos: 94
Location: Hong Kong
GMAT 1: 750 Q50 V41
GPA: 3.52
Send PM
Most Helpful Reply
SVP
SVP
Joined: 06 Nov 2014
Posts: 1798
Own Kudos [?]: 1368 [5]
Given Kudos: 23
Send PM
General Discussion
User avatar
Manager
Manager
Joined: 03 May 2015
Posts: 129
Own Kudos [?]: 232 [4]
Given Kudos: 23
Location: South Africa
Concentration: International Business, Organizational Behavior
GPA: 3.49
WE:Web Development (Insurance)
Send PM
Intern
Intern
Joined: 27 Apr 2015
Posts: 35
Own Kudos [?]: 47 [2]
Given Kudos: 238
GMAT 1: 370 Q29 V13
Send PM
For all x, the expression x* is defined to be ax + a, where a is...... [#permalink]
2
Kudos
nalinnair wrote:
For all \(x\), the expression \(x^*\) is defined to be \(ax + a\), where \(a\) is a constant. What is the value of \(2^*\)?

(1) \(3^* = 2\)
(2) \(5^* = 3\)


Given
=>x*=ax+a
=>x*=a(x+1)
Therefore
=>2*=a(2+1)
=>2*=3a ----(1)
so if we can find the value of 'a' we can hav the value of 2*

Now
Statement 1 says 3*=2
3*=4a from (1)
=> 4a=2
=> a=2/4=1/2
sufficient

Statement 2 says 5*=3
5*=6a from (1)
=> 6a=3
=> a=3/6=1/2
sufficient

Therefore option 'D'

Thanks

Originally posted by dineshril on 19 Dec 2017, 07:47.
Last edited by dineshril on 19 Dec 2017, 11:31, edited 1 time in total.
Retired Moderator
Joined: 22 Aug 2013
Posts: 1186
Own Kudos [?]: 2499 [1]
Given Kudos: 459
Location: India
Send PM
Re: For all x, the expression x* is defined to be ax + a, where a is...... [#permalink]
1
Kudos
dineshril wrote:
nalinnair wrote:
For all \(x\), the expression \(x^*\) is defined to be \(ax + a\), where \(a\) is a constant. What is the value of \(2^*\)?

(1) \(3^* = 2\)
(2) \(5^* = 3\)


Given
=>x*=ax+a
=>x*=a(x+1)
Therefore
=>2*=a(2+1)
=>2*=3a ----(1)
so if we can find the value of 'a' we can hav the value of 2*

Now
Statement 1 says 3*=2
3*=4a from (1)
=> 4a=2
=> a=2/4=1/2
sufficient

Statement 2 says 5*=3
5*=6a from (1)
=> 6a=3
=> a=3/6=1/2
sufficient

Therefore option 'E'

Thanks


Hi

Correct solution. But when each statement alone is sufficient to answer a question, the answer is D

I guess that was a typo :)
Director
Director
Joined: 14 Jul 2010
Status:No dream is too large, no dreamer is too small
Posts: 972
Own Kudos [?]: 4928 [1]
Given Kudos: 690
Concentration: Accounting
Send PM
For all x, the expression x* is defined to be ax + a, where a is...... [#permalink]
1
Bookmarks
Top Contributor
nalinnair wrote:
For all \(x\), the expression \(x^*\) is defined to be \(ax + a\), where \(a\) is a constant. What is the value of \(2^*\)?

(1) \(3^* = 2\)
(2) \(5^* = 3\)


\(2^*=a2+a=2a+a;\) We need know the value of \(a\)

(1)\(3^*=a3=+a=3a+a; \ given \ that \ 3a+a=2; 4a=2; a=\frac{1}{2} \ Sufficient\)

(2) \(5^*=53=+a=5a+a; \ given \ that \ 5a+a=3; 6a=3; a=\frac{1}{2} \ Sufficient\)

The answer is \(D\)
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18767
Own Kudos [?]: 22062 [1]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: For all x, the expression x* is defined to be ax + a, where a is...... [#permalink]
1
Kudos
Expert Reply
nalinnair wrote:
For all \(x\), the expression \(x^*\) is defined to be \(ax + a\), where \(a\) is a constant. What is the value of \(2^*\)?

(1) \(3^* = 2\)
(2) \(5^* = 3\)

Solution:

Question Stem Analysis:


We need to determine the value of 2* given that x* = ax + a. Therefore, we need to determine the value of a(2) + a = 3a. We see that if we can determine the value of a, then we can determine the value of 2*.

Statement One Alone:

We see that a(3) + a = 2. So we have 4a = 2 or a = ½. Since 2* = 3a, then 2* = 3(½) = 3/2. Statement one alone is sufficient.

Statement Two Alone:

We see that a(5) + a = 3. So we have 6a = 3 or a = ½. Since 2* = 3a, 2* = 3(½) = 3/2. Statement two alone is sufficient.

Answer: D
Intern
Intern
Joined: 27 Apr 2015
Posts: 35
Own Kudos [?]: 47 [0]
Given Kudos: 238
GMAT 1: 370 Q29 V13
Send PM
Re: For all x, the expression x* is defined to be ax + a, where a is...... [#permalink]
amanvermagmat wrote:
dineshril wrote:
nalinnair wrote:
For all \(x\), the expression \(x^*\) is defined to be \(ax + a\), where \(a\) is a constant. What is the value of \(2^*\)?

(1) \(3^* = 2\)
(2) \(5^* = 3\)


Given
=>x*=ax+a
=>x*=a(x+1)
Therefore
=>2*=a(2+1)
=>2*=3a ----(1)
so if we can find the value of 'a' we can hav the value of 2*

Now
Statement 1 says 3*=2
3*=4a from (1)
=> 4a=2
=> a=2/4=1/2
sufficient

Statement 2 says 5*=3
5*=6a from (1)
=> 6a=3
=> a=3/6=1/2
sufficient

Therefore option 'E'

Thanks


Hi

Correct solution. But when each statement alone is sufficient to answer a question, the answer is D

I guess that was a typo :)


Hi Aman

Thanks for the correction. Its 'D'
Director
Director
Joined: 09 Mar 2018
Posts: 783
Own Kudos [?]: 453 [0]
Given Kudos: 123
Location: India
Send PM
Re: For all x, the expression x* is defined to be ax + a, where a is...... [#permalink]
nalinnair wrote:
For all \(x\), the expression \(x^*\) is defined to be \(ax + a\), where \(a\) is a constant. What is the value of \(2^*\)?

(1) \(3^* = 2\)
(2) \(5^* = 3\)


So basically

2^* will be 2a + a => 3a

Now if i can get value of a, i will be good

(1) \(3^* = 2\)
3a + a = 2
a = 1/2

We are good

(2) \(5^* = 3\)

6a = 3
a = 1/2

We are good

Both statements are Sufficient

D

Posted from my mobile device
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32689
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: For all x, the expression x* is defined to be ax + a, where a is...... [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: For all x, the expression x* is defined to be ax + a, where a is...... [#permalink]
Moderator:
Math Expert
92948 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne