$a = (1, 1)$
$b= (6, 0)$
$a \cdot b = (1, 1) \cdot (6, 0) = 6$
I have seen the dot product of $a$ and $b$ refered to as "What is the x-coordinate of $a$, assuming $b$ is the $x$-axis?".
Well here $b$ is actually the $x$-axis so I would have expected the $x$-co-ordinate of $a$ in this case to be $1$, but it's not...What is the intuition behind it being $6$?
Hint: (1,1) dot (1,0) = 1.
What does replacing (1,0) by (6,0) do?