I am stuck solving the following:
$$ S =\lfloor\lfloor(2*B+I+E) * L / 100 + 5\rfloor * N \rfloor $$
I am trying to isolate $I$ in the equation (like $I = $ {everything else}), but I do not know how to deal with the floors in the equation. Any help and explanation would be much appreciated. Thank you!
2026-04-03 02:10:49.1775182249
How would one solve this equation which uses floor?
54 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
The floor function doesn't have an inverse, since it's not bijective, as Dando18 pointed out, so you won't be able to invert it directly. At best, you'll be able to get an inequality for $I$, since you can use the fact that $\lfloor x \rfloor \le x$ - so $S \le\lfloor (2*B+I+E)*L/100 + 5\rfloor * N$. If any of your variables can be negative, then be careful with the direction of your inequality.