So, I'm studying base number addition (AoPS book) and I'm kind of stumped. Any help would be thankful. So the question was:
Perform the following base number addition: $ 1_6 + 5_6 = ? $
So initially, I thought it was 6 but turns out that I'm wrong. Here's my work. So I did $1_6 = 1*6^0$ and $5_6 = 5*6^0$ So I did $(5+1) * 6^0$ and my answer was 6 but it's actually 10. Can someone explain why?
Notice $1+5=6$. But $6_6$ is not the proper way to represent the number! $12346_6$ is not a proper way, just like you can't put a $10$ in one digit in base $10$. If you recall how bases work, if you wanted to represent $6$ in base $6$, this is $\boxed{10_6}$, since $6=1*6^1+0*6^0$.