I came with this while playing with numbers.
after i divide $6$ into two parts say $3$ x $2$ i continue like that
- i divide first number with some random number $3:2 = 1,5$
- then multiply second one with the same random number $2$ x $ 2 = 4$
3.Now i multiply both result numbers $1,5$ x $4$ and the result is the number which i begin with $ = 6$
Random numer needs to be the same in both steps (1&2).
What is the name operation im performing and where are common applications of this operation?
Looks like some kind of factoring to me hence the tag.