155k views
5 votes
Can someone help me im having a hard time

Can someone help me im having a hard time-example-1

2 Answers

5 votes

Hello from MrBillDoesMath!

Answer:

Sometimes!

Discussion:

Consider these examples:


abs(3) = 3 ( so abs(x) = x for this value of x)

abs(-3) = 3 ( so abs(x) <> x for this value of x)


In general,

if x >= 0, then abs(x) = x

if x < 0, then abs(x) = -x



Thank you,

MrB

User Blami
by
8.4k points
4 votes

Answer:

sometimes

Explanation:

|x| =x

We can look at 3 case, when x>0, x=0, and when x<0

If x>0

|3| =3

3 = 3

True

x=0

|0| =0

0 = 0

True

x<0

|-3| =-3

3 = -3

False

User Gapchoos
by
8.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories