In $A=\{2, 3, 6, 12, 36, 72, 108\}$ we define the relation $R$ by $aRb$ if $b=a$, or $b=2a$ or $b=3a$.
Q1: Draw the graph of $R$ and list which properties $R$ has.
A1:

The properties are: reflexive, anti-symmetric, and non-transitive.
Q2: Determine the transitive closure $R^{+}$ and draw it in the graph.
A2: (reflexivity is implied in the graph since it would get too messy)
Q3: Show that $R^{+}$ is a partial ordering and draw the Hasse diagram of $(A, R^{+})$. What are the minimal and maximal elements?
A3: For it to be a partial ordering, it should have the following properties: reflexive, anti-symmetric, and transitive. Looking at the graph of the previous answer A2, it shows that it satisfies all of these properties.
The Hasse diagram:

The minimal elements are 2 and 3, and the maximal elements are 72 and 108.
I would like to know if my answers are correct, and as well if every two elements has a supremum and an infimum. Wouldn't that be... 30 comparisons in all? Also, it is said that $R^{+}$is a very familiar relation, but I'm not seeing it. Any clues?