Is there a symbol to mean "$x$ fits completely $v$ times in $y$"?

50 Views Asked by At

Is there a simpler way to write "$x$ fits completely $v$ times in $y$," i.e. is there a mathematical symbol or way to write for example:

"32 fits 0 times completely in 4" or for example "32 fits 1 time completely in 40" more compactly?

Is there a symbol (preferably not too specific to any particular mathematical field) that could replace the text in my two examples above?

1

There are 1 best solutions below

1
On BEST ANSWER

For $x\neq 0$ You can use floor value of the division:

$$\left\lfloor\frac{y}{x}\right\rfloor=v$$

For example:

$5$ fits completely $6$ times in $32$ $$\left\lfloor\frac{32}{5}\right\rfloor=6$$