Is this equation solvable? It seems like you should be able to get a right number! If this is solvable can you tell me step by step on how you solved it. $$\begin{align} {2a + 5b} & = {20} \end{align}$$
My thinking process: $$\begin{align} {2a + 5b} & = {20} & {2a + 5b} & = {20} \\ {0a + 5b} & = {20} & {a + 0b} & = {20} \\ {0a + b} & = {4} & {a + 0b} & = {10} \\ {0a + b} & = {4/2} & {a + 0b} & = {10/2} \\ {0a + b} & = {2} & {a + 0b} & = {5} \\ \end{align}$$
The problem comes out to equal: $$\begin{align} {2(5) + 5(2)} & = {20} \\ {10 + 10} & = {20} \\ {20} & = {20} \end{align}$$
since the there are two different variables could it not be solved with the right answer , but only "a answer?" What do you guys think?
You have what is known as a linear diophantine equation. An equation of the form $$ax + by = c$$ is solvable in $x$ and $y$ if and only if $\gcd(a,\ b)\mid c$. In your particular case the equation is solvable.
You've generated one solution already, the pair $(x,\ y)=(5,\ 2)$. All the other solutions are then given by $$(x,\ y)=\left(5 + 5k,\ 2-2k\right)$$ for $k\in \mathbb{Z}$.