122k views
3 votes
Rewrite without absolute value for the given condition: |(square root 2) +3 -5|

User Eka
by
8.3k points

1 Answer

1 vote

Answer: We can simplify the expression inside the absolute value first:

|(sqrt(2) + 3 - 5)|

= |(sqrt(2) - 2)|

Since sqrt(2) > 2, we know that sqrt(2) - 2 is negative. Therefore, we can rewrite the absolute value as a negative:

|sqrt(2) - 2| = -(sqrt(2) - 2)

So the expression without absolute value is:

-(sqrt(2) - 2)

Explanation:

User VHow
by
8.3k points