Last visit was: 25 Apr 2024, 18:24 It is currently 25 Apr 2024, 18: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:
Date
Tags:
Difficulty: 805+ Levelx   Algebrax            
Show Tags
Hide Tags
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6820
Own Kudos [?]: 29931 [0]
Given Kudos: 799
Location: Canada
Send PM
Intern
Intern
Joined: 10 Feb 2023
Posts: 17
Own Kudos [?]: 1 [0]
Given Kudos: 9
Send PM
Math Expert
Joined: 02 Sep 2009
Posts: 92915
Own Kudos [?]: 619033 [0]
Given Kudos: 81595
Send PM
Tutor
Joined: 04 Aug 2010
Posts: 1315
Own Kudos [?]: 3136 [0]
Given Kudos: 9
Schools:Dartmouth College
Send PM
Re: The set of solutions for the equation (x^2 25)^2 = x^2 10x + 25 co [#permalink]
Expert Reply
parkhydel wrote:
The set of solutions for the equation \((x^2 – 25)^2 = x^2 – 10x + 25\) contains how many real numbers?

A. 0
B. 1
C. 2
D. 3
E. 4

PS16731.02


\((x^2 – 25)^2 = x^2 – 10x + 25\)

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

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

One solution is x=5, which will make both sides equal to 0.

If x≠5, then (x-5) is nonzero, allowing us to safely divide both sides by \((x-5)^2\):
\(\frac{(x+5)^2(x-5)^2}{(x-5)^2}= \frac{(x-5)^2}{(x-5)^2}\)
\((x+5)^2 = 1\)
The resulting equation is valid if x+5=1 or x+5=-1, yielding two additional values for x and bringing the total number of solutions to 3.

Manager
Manager
Joined: 23 May 2020
Posts: 97
Own Kudos [?]: 10 [0]
Given Kudos: 1531
Send PM
Re: The set of solutions for the equation (x^2 25)^2 = x^2 10x + 25 co [#permalink]
Hi ScottTargetTestPrep

Quote:
(x^2 - 25)^2 = (x - 5)^2

|x^2 - 25| = |x - 5|

x^2 - 25 = x - 5


The third line is true when x^2 - 25 >= 0, so when x^2 >=25. This means the range of values of x are x<=-5 and x>=5. However, -4 does not meet this range and yet is the solution to the equation. A little lost here.
Target Test Prep Representative
Joined: 14 Oct 2015
Status:Founder & CEO
Affiliations: Target Test Prep
Posts: 18761
Own Kudos [?]: 22054 [1]
Given Kudos: 283
Location: United States (CA)
Send PM
Re: The set of solutions for the equation (x^2 25)^2 = x^2 10x + 25 co [#permalink]
1
Kudos
Expert Reply
Vegita wrote:
Hi ScottTargetTestPrep

Quote:
(x^2 - 25)^2 = (x - 5)^2

|x^2 - 25| = |x - 5|

x^2 - 25 = x - 5


The third line is true when x^2 - 25 >= 0, so when x^2 >=25. This means the range of values of x are x<=-5 and x>=5. However, -4 does not meet this range and yet is the solution to the equation. A little lost here.


You are absolutely correct that |x^2 - 25| is equal to x^2 - 25 when x is less than or equal to -5 or greater than or equal to 5; however, |x^2 - 25| = |x - 5| holds when x^2 - 25 and x - 5 have the same sign. Notice that when x = -4, both x^2 - 25 and x - 5 are negative, so the equation becomes -(x^2 - 25) = -(x - 5), which is equivalent to x^2 - 25 = x - 5.
Intern
Intern
Joined: 08 Feb 2023
Posts: 33
Own Kudos [?]: 1 [0]
Given Kudos: 22
Send PM
Re: The set of solutions for the equation (x^2 25)^2 = x^2 10x + 25 co [#permalink]
nick1816 wrote:
\((x^2-25)^2 = x^2-10x+25\)

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

\((x+5)^2(x-5)^2 - (x-5)^2 = 0\)

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

\((x-5)^2 [x^2+10x+25 -1] = 0\)

\((x-5)^2 [x^2+10x+24 ] = 0\)

\((x-5)^2 [x^2+4x+6x+24 ] = 0\)

\((x-5)^2 (x+6)(x+4) = 0\)

x= 5, -6 or -4

D

parkhydel wrote:
The set of solutions for the equation \((x^2 – 25)^2 = x^2 – 10x + 25\) contains how many real numbers?

A. 0
B. 1
C. 2
D. 3
E. 4

PS16731.02


Why the (x+5)^2 goes into [] and not the (x-5)^2?
Math Expert
Joined: 02 Sep 2009
Posts: 92915
Own Kudos [?]: 619033 [0]
Given Kudos: 81595
Send PM
Re: The set of solutions for the equation (x^2 25)^2 = x^2 10x + 25 co [#permalink]
Expert Reply
Thib33600 wrote:
nick1816 wrote:
\((x^2-25)^2 = x^2-10x+25\)

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

\((x+5)^2(x-5)^2 - (x-5)^2 = 0\)

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

\((x-5)^2 [x^2+10x+25 -1] = 0\)

\((x-5)^2 [x^2+10x+24 ] = 0\)

\((x-5)^2 [x^2+4x+6x+24 ] = 0\)

\((x-5)^2 (x+6)(x+4) = 0\)

x= 5, -6 or -4

D

parkhydel wrote:
The set of solutions for the equation \((x^2 – 25)^2 = x^2 – 10x + 25\) contains how many real numbers?

A. 0
B. 1
C. 2
D. 3
E. 4

PS16731.02


Why the (x+5)^2 goes into [] and not the (x-5)^2?


We factor out (x-5)^2 from \((x+5)^2(x-5)^2 - (x-5)^2 = 0\) and get \((x-5)^2((x+5)^2 - 1) = 0\).
GMAT Club Bot
Re: The set of solutions for the equation (x^2 25)^2 = x^2 10x + 25 co [#permalink]
   1   2 
Moderators:
Math Expert
92915 posts
Senior Moderator - Masters Forum
3137 posts

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