When two digit numbers in base $5$ are multiplied the result is $4103_5$. What are the numbers in base $5$?
Well given by two digit numbers in base $5$ I tried out the multiplication and tried to simplify.
$(ab_5)(cd_5)=4103_5$ or $(5a+b)(5c+d)=4*5^3+1*5^2+0*5^1+3$
Then get that $5^2ac+5ad+5cb+bd=5^3*4+5^2+3$
I notice that $bd=3$ so b=1,3 and $d=1,3$. Now this is where I'm stuck I don't see a clear way to get what the numbers should be without a lot of trial and error.
Notice that $\;4103_5 = x^2 - 4x + 3\;$ where $\;x = 5^2.\;$ Now factor it as $\;(x-3)(x-1).$