Last visit was: 03 Sep 2026, 07:22 It is currently 03 Sep 2026, 07:22
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: 03 Sep 2026
Posts: 113,086
Own Kudos:
Given Kudos: 111,297
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 113,086
Kudos: 838,835
 [50]
4
Kudos
Add Kudos
46
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
pardhu1212
Joined: 24 Aug 2020
Last visit: 26 Dec 2021
Posts: 12
Own Kudos:
15
 [10]
Given Kudos: 31
Location: India
Posts: 12
Kudos: 15
 [10]
8
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
General Discussion
User avatar
gvij2017
Joined: 09 Aug 2017
Last visit: 18 Jun 2024
Posts: 662
Own Kudos:
518
 [4]
Given Kudos: 778
Posts: 662
Kudos: 518
 [4]
4
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: 17 Dec 2025
Posts: 5,881
Own Kudos:
Given Kudos: 463
Status:QA & VA Forum Moderator
Location: India
GPA: 3.5
WE:Business Development (Commercial Banking)
Posts: 5,881
Kudos: 5,533
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: 09 Aug 2026
Posts: 2,286
Own Kudos:
2,762
 [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,286
Kudos: 2,762
 [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 Jan 2026
Posts: 178
Own Kudos:
Given Kudos: 187
Posts: 178
Kudos: 63
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: 16
Own Kudos:
24
 [1]
Given Kudos: 198
Posts: 16
Kudos: 24
 [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
SmileAndSolve
Joined: 25 Aug 2024
Last visit: 02 Sep 2026
Posts: 79
Own Kudos:
Given Kudos: 327
Location: India
Concentration: Strategy, Entrepreneurship
GPA: 4
Products:
Posts: 79
Kudos: 52
Kudos
Add Kudos
Bookmarks
Bookmark this Post
The equation is:

y=∣x∣
2
−5∣x∣+6

But the question asks for the roots.

What does "roots" mean?

Roots are the values of x where:

y=0



So we set y=0 — not because y is assumed negative, but because that's what a root means.

Thus:

0=∣x∣
2
−5∣x∣+6

Let a=∣x∣:

a
2
−5a+6=0

Factor:

(a−2)(a−3)=0

So:

∣x∣=2or∣x∣=3

Therefore:

x=2,−2,3,−3
User avatar
RaahiK
Joined: 28 Mar 2026
Last visit: 31 Aug 2026
Posts: 11
Own Kudos:
Given Kudos: 26
Posts: 11
Kudos: 9
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Vieta's formula (c/a) applies only to polynomial equations in x. Here the equation contains ∣x∣, so it is not a polynomial.
Split into cases: x≥0 gives roots 2,3
x<0 gives roots −2,−3.
Hence the product of all roots =36
Moderator:
Math Expert
113086 posts