We have that the product of two numbers is equal to the product of their lowest common multiple (LCM) and highest common factor (HCF): $ab=\text{hcf}(a,b)\text{lcm}(a,b)$. The HCF is alternatively called the greatest common divisor (GCD).
My favourite explanation of this involves Venn diagrams. Make a two-ellipse Venn diagram where ellipse $a$ contains the multiset of prime factors of $a$, and similarly for $b$. The Venn diagram intersection must be the multiset intersection. For instance, if $a=48=2^4\times 3$ and $b=56=2^3\times 7$ then their multiset of prime factors are $\{|2,2,2,3|\}$ and $\{|2,2,2,7|\}$ and this intersects at $\{|2,2,2|\}$, producing this Venn diagram:
We can see that the HCF is the product of the intersection ($2^3=8$), and the LCM is the product of each number in the diagram ($2^4\times 3\times 7=336$). If we multiply HCF and LCM then a number outside the intersection occurs once and a number inside the intersection occurs twice. Additionally, the product of the two numbers involves each number outside the intersection occurring once and each number inside the intersection occurring twice. So the two products coincide (here, $48\times 56=8\times 336=2688$).
The question is: what similar equalities exist between the product of three numbers, $abc$, and their pairwise or overall HCFs and LCMs? How can the equalities best be visualised?
Do these patterns extend to $n$ numbers, $a_1,a_2,\dots,a_n$?