Can the min/max value of a quotient be calculated for a simple division?

137 Views Asked by At

If I have a simple division $x \over y$ I can rewrite it as $x = Qy +R$, (where Q is the Quotient and R is the remainder).

I know that $|y| > R \ge 0$.

Is there a similar rule for the quotient?

1

There are 1 best solutions below

2
On

I suppose it is always true that $|x| > |Q| \geq 0$.