Solve an Equation with Ceiling Function

607 Views Asked by At

Given the following Term

$$n=\left\lceil{\frac{a}{b}}\right\rceil \quad \text{with} \quad a,b\in \mathbb{R}_{>0}$$

Is there a way to get $b$ if $a$ and $n$ are given? I. e. what is the solution for: $$b=?$$

1

There are 1 best solutions below

2
On BEST ANSWER

$b=a/n$ is clearly a solution. Is it the only one? study what happens if $b<a/n$ and $b>a/n$.