- #1
GreenPrint
- 1,196
- 0
Solve, floor(x/B)+1=L, for x, where B & L are constants & is a variable?
I'm trying to solve this for x
floor(x/B)+1=L
where
x is a variable
B and L are just some constants
I have no idea were to go after this
floor(x/B)=L-1
I don't know how to solve this further because I don't know what the inverse of the floor function is.
Thanks for any help!
Homework Statement
I'm trying to solve this for x
floor(x/B)+1=L
where
x is a variable
B and L are just some constants
Homework Equations
The Attempt at a Solution
I have no idea were to go after this
floor(x/B)=L-1
I don't know how to solve this further because I don't know what the inverse of the floor function is.
Thanks for any help!