120k views
5 votes
Are the equations lxl – 3 = 7 and [x] = 10 equivalent?

User MEnf
by
8.1k points

1 Answer

4 votes

They're not equivalent.


|x| (vertical bars) represents the absolute value of x. How it works is that it turns negative numbers positive but leaves 0 and positive numbers alone (hence it gets a number's distance from 0 on the number line).


[x] (square brackets) usually represents the floor function, which returns the largest integer that is less than or equal to x. (The floor of x can also be written as
\lfloor x \rfloor --- it depends on what your textbook/source says).

To solve
|x| - 3 = 7, you first transform it into the equivalent equation
|x| = 10. Then by definition of absolute value, there are only two solutions for the first equation: x = 10 or x = -10.

[x] = 10 has infinitely many solutions. For example, the floor of 10 is 10, so
[10] = 10, thus a solution for the second equation is x = 10

The floor of 10.1 is 10, so
[10.1] = 10, thus another solution for the second equation is x = 10.1.

The two equations do not have the same solution set (as x = 10.1 does not solve |x| - 3 = 7 but solves [x] = 10), so they're not equivalent.

User Sop
by
8.1k points

Related questions

asked Jul 22, 2024 172k views
TeeTracker asked Jul 22, 2024
by TeeTracker
8.5k points
1 answer
2 votes
172k views