I tried using the multinomial theorem where the n’th term is
$$\frac{10!}{r_1!r_2!r_3!}\times 2^{r_1}3^{r_2} 4^{r_3} x^{2r_1 + r_2}$$ ($r$ is an integer)
Where $$r_1+r_2+r_3=10$$ and For first part ie. $a_7$ $$2r_1+r_2 =7$$
But I don’t have enough equations to solve for all the $r$. Where am I going wrong?
Method without finding coefficient
given$$\color{blue}{(2x^2 +3x+4)^{10}} = \sum _{r=0}^{20} a_rx^r$$ replace $x\to \frac{2}{x}$ $$2^{10} \frac{{(2x^2+3x+4)}^{10}}{x^{20}}=\sum_{r=0}^{20} \frac{2^ra_r}{x^r}$$ $$\iff 2^{10}\color{blue}{{(2x^2+3x+4)}^{10}}=\sum_{r=0}^{20} 2^ra_r x^{20-r}$$ Now as this is an identity the coefficient of $x^7$ in the LHS should be same as in RHS $$2^{10}a_7=2^{13}a_{13}\implies \frac{a_7}{a_{13}}=?$$