Determine the first element and the difference of arithmetical sequence where the following is: $$a_3+a_{10}=12$$ $$a_6a_{7}=18$$
I tried to solve it this way: $$(a_1+5d)(a_1+6d)=18$$ $$(a_1+2d)+(a_1+9d)=12$$
The thing is that when I multiply the first expression:
$$a_1^2+11da_1+30d^2=18$$ This is where things get complicated...
Your second equation is $$2a_1+11d=12$$ or $$a_1=6-\frac{11d}2.$$ Substituting in your first equation $$(a_1+5d)(a_1+6d)=18$$ gives a quadratic equation for $d$.
Over to you!