114k views
5 votes
Problem: What values of a and b make this statement false? |a-b|=|a|-|b|

User Limnic
by
5.3k points

1 Answer

3 votes

Answer:

All (a,b) that satisfy a.b < 0 will make that statement false

Explanation:

It is only right when:

|a-b| = |a| - |b|

<=> ( |a-b| ) ^ 2 = ( |a| - |b| ) ^ 2

<=> a^2 - 2ab + b^2 = a^2 - 2.|ab| + b^2

<=> ab = |ab|

<=> ab ≥ 0

So, when ab < 0, it's wrong

User Platonius
by
6.4k points