#how can i solve this? what are the rules for solve absolute values

39 messages · Page 1 of 1 (latest)

astral garnet
clear ermineBOT
#
  1. Do not ping the Moderators, unless someone is breaking the rules.
  2. Do not ping the Helper Moderators, unless there is a conflict between helpers.
  3. Do not ping other members randomly for help.
  4. Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
  5. Wait patiently for a helper to come along.
  6. If the Helper has answered your question, remember to thank them with the Mathematics Ranks bot and close the thread with:

+close
Feel free to nominate the person for helper of the week in #helper-nominations
If you're happy with the help you got here, and the server overall, you can contribute financially as well:

native python
# astral garnet

Try splitting this up into cases. Then you just need to solve several quadratic equations.

frigid spindle
#

identify critical points

#

note that these critical points are x=1

native python
#

That's one of them.

frigid spindle
#

well not rly

frigid spindle
native python
# frigid spindle you mean x≥1?

When dealing with problems containing expressions of the form |f(x)|, you should split the real line into segments, where the points between the segments are the zeroes of f(x).

frigid spindle
#

oh i meant intervals

#

gyaaaaaaa

#

mixed up words

#

like how i accidently said get more friends and that sounded so wrong

#

the critical points and x=1 and x=-2

#

can you figure out the 3 intervals? ( i already gave the first one, x≥1 )

astral garnet
#

the intervals are -2 < x < 1?

#

what u do after?

#

@native python

#

@frigid spindle

frigid spindle
#

hi

#

for each interval, determine the signs of x−1 and x+2, and solve the equation accordingly.

frigid spindle
#

x<−2

#

−2 ≤ x < 1

#

x ≥ 1

#

these are the intervals

astral garnet
#

i undersand that

#

how i change the equation

frigid spindle
#

so for each interval, determine the signs of x−1 and x+2, and solve the equation accordingly.

astral garnet
#

for each interval

frigid spindle
#

lets start with x<−2

#

x−1<0 and x+2<0, so ∣x−1∣ = −(x−1) = −x+1, ∣x+2∣ = −(x+2) = −x−2

#

subbing into the equation (−x+1)(−x−2)=3

#

then we simplify

#

x^2+x−2=3 and x^2+x−5=0

#

find all solutions using the quadratic formula

#

(hint: 1)

rare hawkBOT
#

@astral garnet

:HelpIcon:| Help Reminder

Hello bruno_computerscience, this is a friendly reminder that your help request has been inactive for more than 24 hours. If you no longer need assistance, please consider closing the thread using the +close command. This thread will be automatically closed in 3 days if it remains inactive.