Last visit was: 12 Dec 2024, 00:33 It is currently 12 Dec 2024, 00:33
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: 11 Dec 2024
Posts: 97,825
Own Kudos:
685,186
 [6]
Given Kudos: 88,254
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,825
Kudos: 685,186
 [6]
Kudos
Add Kudos
6
Bookmarks
Bookmark this Post
User avatar
zhanbo
Joined: 27 Feb 2017
Last visit: 07 Jul 2024
Posts: 1,470
Own Kudos:
2,359
 [3]
Given Kudos: 114
Location: United States (WA)
GMAT 1: 760 Q50 V42
GMAT 2: 760 Q50 V42
GRE 1: Q169 V168
GRE 2: Q170 V170
Expert reply
GMAT 2: 760 Q50 V42
GRE 1: Q169 V168
GRE 2: Q170 V170
Posts: 1,470
Kudos: 2,359
 [3]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
ThatDudeKnows
Joined: 11 May 2022
Last visit: 27 Jun 2024
Posts: 1,078
Own Kudos:
Given Kudos: 79
Expert reply
Posts: 1,078
Kudos: 805
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
BrushMyQuant
Joined: 05 Apr 2011
Last visit: 09 Dec 2024
Posts: 2,044
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,044
Kudos: 2,297
Kudos
Add Kudos
Bookmarks
Bookmark this Post
↧↧↧ Detailed Video Solution to the Problem ↧↧↧




f(x/3) = \(x^2 + x + 1\) and we need to find all values of z for which f(3z) = 7

To find f(3z) we need to compare what is inside ( ) in f(x/3) = \(x^2 + x + 1\) and f(3z)

=> We need to substitute x/3 with 3z in f(x/3) = \(x^2 + x + 1\) to get the value of f(3z)

x/3 = 3z
=> x = 3*3z = 9z

=> f(9z/3) = f(3z) = \((9z)^2 + 9z + 1\) = 7
=> 81\(z^2\) + 9z - 6 = 0
=> 27\(z^2\) + 3z - 2 = 0
=> 27\(z^2\) + 9z - 6z - 2 = 0
=> 9z*(3z + 1) - 2(3z + 1) = 0
=> (9z - 2) * (3z + 1) = 0
=> z = \(\frac{2}{9}\), \(\frac{-1}{3}\)

=> Sum of all values of z = \(\frac{2}{9}\) + \(\frac{-1}{3}\) = \(\frac{2}{9}\) + \(\frac{-3}{9}\) = \(\frac{-1}{9}\)

So, Answer will be B
Hope it helps!

Watch the following video to MASTER Functions and Custom Characters

­
User avatar
samarpan.g28
Joined: 08 Dec 2023
Last visit: 11 Dec 2024
Posts: 287
Own Kudos:
Given Kudos: 1,229
Location: India
Concentration: Strategy, Operations
GPA: 4
WE:Engineering (Technology)
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Let f be a function for which f(x/3) = x^2 + x + 1. Find the sum of all values of z for which f(3z) = 7.


(A) -1/3
(B) -1/9
(C) 0
(D) 5/9
(E) 5/3



Are You Up For the Challenge: 700 Level Questions­
I spent 10 mins while finding 3 possible ways to solve the possible values of z once we get the quadratic eqn 81z^2 + 9z - 6 = 0
1. Solve the eqn and we will get two roots -(1/3) and (2/9).
2. Do not solve the eqn, substitute values lol.
3. Since the question asks to find the sum of the possible values z, we can tell we will have only two roots since this is a quad eqn. There is no need to find any roots as well. We know, the sum of roots of a quad eqn is given by -(b/a) where eqn is ax^2 + bx + c =0, simply put b = 9 and a = 81 we will get -(1/9) which is option (B).
User avatar
mini97
Joined: 06 Oct 2024
Last visit: 11 Dec 2024
Posts: 3
Given Kudos: 16
Posts: 3
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
it has a trick i found out. FOr any sum of all solutions of a given quadratic equation like the above question, it has to be -b/a
User avatar
KPBAN
Joined: 23 Oct 2024
Last visit: 10 Dec 2024
Posts: 7
Own Kudos:
Posts: 7
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Let f be a function for which f(x/3) = x^2 + x + 1. Find the sum of all values of z for which f(3z) = 7.


(A) -1/3
(B) -1/9
(C) 0
(D) 5/9
(E) 5/3



Are You Up For the Challenge: 700 Level Questions­
The solutions in the comments are unnecessarily magnifying the quadratic equation and then solving it and obtaining the roots. You could instead let z = x/9, then f(3z) = f(x/3) = x^2 + x+ 1 = 7

So the quadratic is x^2 +x - 6 = 0, which is much more easily factorised as (x+3)(x-2). Then x is -3 and 2. If z = x/9, then z = -3/9 and 2/9 which when added gives -1/9.
User avatar
KPBAN
Joined: 23 Oct 2024
Last visit: 10 Dec 2024
Posts: 7
Own Kudos:
Posts: 7
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
mini97
it has a trick i found out. FOr any sum of all solutions of a given quadratic equation like the above question, it has to be -b/a
Its Viete's formula :)
Moderator:
Math Expert
97825 posts