For reflexive, I have: Let $p\in\mathbb{Q}$. Since $\frac{p}{p}$ is $\frac{2}{2}$ we can write this as $2^0 \in \mathbb{H}$. Since $0$ is an integer, then $pRp$, and $R$ is reflexive.
For symmetric, I have: Let $p,q \in \mathbb{Q}$ and assume $pRq$. This means $\frac{p}{q}=2^m$, for some integer $m$. Let $p=2$ and $q=1$, then $\frac{q}{p}=\frac{1}{2}$, which can be written as $2^{-1}$, but $\frac{p}{q}=\frac{2}{1} \neq 2^{-1}$. So $R$ is not symmetric, and therefore not an equivalence relation.
For transitive, I have: Let $p,q,z \in \mathbb{Q}$ and assume $pRq$ and $qRz$. This means $\frac{p}{q}=2^{m}$ and $\frac{q}{z}=2^{m}$. Let $p=2$, $q=4$, and $z=1$. Therefore $\frac{2}{1}\sim\frac{4}{1}$ which equals $\frac{2}{1}*\frac{1}{4}$ = $\frac{1}{2}$ or $2^{-1}$.