I recently came across this question:
If C is a digit such that the product of the three-digit numbers $2C8$ and $3C1$ is the five-digit number $90C58$, what is the value of $C$?
I start by multiplying out the two three digit numbers and simplifying: $$2C8\cdot 3C1=60000+5000C+2000+100C^2+600+90C+8=90000+100C+50+8$$ $$\implies6000+500C+200+10C^2+60+9C=9000+10C+5$$ $$\implies10C^2+499C-2745=0$$ $$C=5$$ This quadratic was a pain of solving, due to the extremely large numbers. Is there any way I can avoid getting a quadratic but still arrive at my answer?
Thanks!
Max0815