Yes, but why do a and b need to be prime?
EG:
a = 4
b = 9
c = 72
restin84,
here is a counterexample to yours.
Let a = 2 . . . . . (prime)
Let b = 2 . . . . . . (prime)
Let c = 2
2|2 and 2|2,
but [(2)(2)] does not divide 2.
-----------------------------------------------
mmm4444bot,
your example works, but it is not true in general.
Example:
-----------
Let a = 4
Let b = 6
Let c = 12
4|12
6|12, but
[(4)(6)] does not divide 12.
--------------------------------------------------------
\(\displaystyle \text{Edit:}\)
\(\displaystyle \text{What if the revised question were if a and b are }\)
distinct \(\displaystyle \text{prime numbers,}\)
\(\displaystyle \text{and c is a composite number, such that }\)
a|c and b|c, then does (ab)|c?