#Help
9 messages · Page 1 of 1 (latest)
How many possible combinations are there?
Then, how many lead to duplicate values of x?
I get 55 possible x values.
But how do you find all duplicate values without enumerations
Or is it just impossible to not enumerate
the only duplicates that I see are:
$\bullet \quad \log_b{1} = 0\ \text{ for }\ b\in{2, 3, 4, ..., 9}$
$\bullet \quad \log_2{4} = \log_3{9} = 2$
$\bullet \quad \log_4{2} = \log_9{3} = \frac{1}{2}$
Can you see any others?
Jay