Item in a List is missing when multiply by the duplicate item

I got two list here.

List A = Random number
List B = Duplicate number

Then

List A * List B

Then the number in the outcome is missing.
I assume that a list got flatten themselves when it got duplicate number.
How can I fix this problem.
Thank you.