If m is not equal to -1 then m divided by m plus 1 is less than 1?

1 answer

Answer

1152412

2026-07-24 13:40

+ Follow

Not true, here's a case where is doesn't work:
m = -2
m / (m+1) = -2 / (-2+1) = -2 / -1 = 2

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.