Is there a way to solve the below simultaneous equations?
One possible solution is $a_1=20.0948$, $a_2=10.0948$, $a_3=6.3448$. The variables are actually dual variables of the binding constraints. The system of equations is actually encompassing the relationship between the dual variables.
$$a_1-a_2=10$$
$$a_3-a_2=3.75$$
One can also derive that:
$$a_1-a_3=6.25$$
This system has infinitely many solutions of the form $a_2=t$, $a_1=t+10$ and $a_3=t+3.75$. The solution set is in fact a line in $\mathbb R^3$ given by $(a_1,a_2,a_3)=(10,0,3.75)+t(1,1,1)$.