Last visit was: 19 Nov 2025, 06:40 It is currently 19 Nov 2025, 06:40
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: 19 Nov 2025
Posts: 105,388
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,388
Kudos: 778,227
 [41]
4
Kudos
Add Kudos
37
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
pardhu1212
Joined: 24 Aug 2020
Last visit: 26 Dec 2021
Posts: 13
Own Kudos:
14
 [9]
Given Kudos: 31
Location: India
Posts: 13
Kudos: 14
 [9]
7
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
General Discussion
User avatar
gvij2017
Joined: 09 Aug 2017
Last visit: 18 Jun 2024
Posts: 674
Own Kudos:
486
 [3]
Given Kudos: 778
Posts: 674
Kudos: 486
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
ultimateashish
Joined: 11 Apr 2020
Last visit: 28 May 2021
Posts: 4
Own Kudos:
1
 [1]
Given Kudos: 11
Location: India
Posts: 4
Kudos: 1
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
What is the product of the roots of the equation \(y = |x|^2 - 5|x| + 6\)?

(A) -36
(B) 6
(C) -6
(D) 36
(E) 0

Find the product of the roots of the equation \(y = |x|^2 - 5|x| + 6\), where |x| is the modulus of x.

Trick is to realize that |x|^2 will always be positive irrespective of the sign of x.
If x<0 then |x|=-x but |x|^2=(-x)^2=x^2
If x>=0 then |x|=x and |x|^2=x^2

So the equation can be converted to y=x^2 -5|x| +6
Then solve for the roots as 3,2 and -3,-2
Product of roots = 36
User avatar
Abhishek009
User avatar
Board of Directors
Joined: 11 Jun 2011
Last visit: 18 Jul 2025
Posts: 5,934
Own Kudos:
Given Kudos: 463
Status:QA & VA Forum Moderator
Location: India
GPA: 3.5
WE:Business Development (Commercial Banking)
Posts: 5,934
Kudos: 5,327
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
What is the product of the roots of the equation \(y = |x|^2 - 5|x| + 6\)?

(A) -36
(B) 6
(C) -6
(D) 36
(E) 0


Are You Up For the Challenge: 700 Level Questions

Find the product of the roots of the equation \(y = |x|^2 - 5|x| + 6\), where |x| is the modulus of x.
Treat \(y = |x|^2 - 5|x| + 6\) as \(y = x^2 - 5x + 6\)

Or, \(y = x^2 -3x - 2x + 6\)

Or, \(y = x(x -3) - 2( x - 3)\)

Or, \(y = (x -3)(x - 2)\)

Now if \(y = 0\) we have \(x = 3 , 2\)

Now, initially we have assumed only the +ve values of \(y\), as \(3 , 2\), so the other possible values are \(-3 , -2\)

Thus, the product will be \(3*2*-3*-2 = 36\), Hence Answer must be (D)
User avatar
BrushMyQuant
Joined: 05 Apr 2011
Last visit: 21 Oct 2025
Posts: 2,284
Own Kudos:
2,552
 [2]
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
Expert reply
Schools: XLRI (A)
GMAT 1: 700 Q51 V31
Posts: 2,284
Kudos: 2,552
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
We need to find the product of the roots of the equation \(y = |x|^2 - 5|x| + 6\)?

\(y = |x|^2 - 5|x| + 6\)
=> \(y = x^2 - 5|x| + 6\) (|x|^2 is same as x^2, both are non-negative)

As we have |x| in the equation so we will have two cases
-Case 1: x ≥ 0

=> |x| = x
=> \(x^2 – 5x + 6 = 0\)
=> \(x^2 -2x -3x + 6 = 0\)
=> x*(x - 2) - 3*(x - 2) = 0
=> (x - 2) * (x - 3) = 0
=> x = 2, 3

But condition was x ≥ 0 and both 2 and 3 are ≥ 0
=> x = 2, 3 are SOLUTIONS
-Case 2: x ≤ 0

=> |x| = -x
=> \( x^2 + 5x + 6 = 0 \)
=> \(x^2 + 2x + 3x + 6 = 0\)
=> x*(x + 2) + 3*(x + 2) = 0
=> (x + 2) * (x + 3) = 0
=> x = -2, -3

But condition was x ≤ 0 and both -2 and -3 are ≤ 0
=> x = -2, -3 are SOLUTIONS

So, Product of the roots = 2 * 3 * -2 * -3 = 36

So, Answer will be D
Hope it helps!

Watch the following video to learn the Basics of Absolute Values

User avatar
Vibhatu
Joined: 18 May 2021
Last visit: 19 Nov 2025
Posts: 183
Own Kudos:
Given Kudos: 186
Posts: 183
Kudos: 51
Kudos
Add Kudos
Bookmarks
Bookmark this Post
pardhu1212
When the equation is in the form of \(y=ax^2+bx+c\), the product of the roots of the equation is \(\frac{c}{a}\).

The equation in the question can be split into two different equations \(x^2-5x+6\) and \(x^2+5x+6\) when \(x>6\) and \(x<6\) respectively.

The final answer is the product of the products of roots of these two equations. In each equation, the product is \(6/1=6\). Hence the final answer is 36.


This is the easiest.
Product of the roots, c/a
In this case 6/1 and 6/1
answer is 36: D
User avatar
saurvan
Joined: 09 Oct 2014
Last visit: 28 Oct 2025
Posts: 17
Own Kudos:
21
 [1]
Given Kudos: 198
Posts: 17
Kudos: 21
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I solved this by using P.O.R=C/A, c=36, since |x|^2 is given, a is always 1 , so POR=36. Am I wrong here?
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,589
Own Kudos:
Posts: 38,589
Kudos: 1,079
Kudos
Add Kudos
Bookmarks
Bookmark this Post
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.
Moderators:
Math Expert
105388 posts
Tuck School Moderator
805 posts