Starting with assuming $A[x]$ is a domain I only take the elements of $A$ and view them as polynomials of degree zero and use the hypothesis
My problem is going the other way:
Let $A[x]$ be a domain, we take two polynomials $\sum_{i=0}^n a_i x^i$ and $\sum_{j=0}^m b_j x^j$ with $a_i, b_j \in A$, $i \in \{1,...,n\}$ and $j \in \{1,...,m\}$ then:
$$\biggl(\sum_{i=0}^n a_i x^i\biggr)\biggl(\sum_{j=0}^mb_j x^j\biggr)=\sum_{k=0}^{m+n}\biggl(\sum_{i+j=k} a_i b_j \biggr)x^k =0$$
I believe that I have to prove the final sum is zero only if every $a_ib_j$ is zero but what if two elements cancel each other out without either being zero.
Any leads would be appreciated.