Compute the number of ordered pairs of integers (a,b), with 2≤a,b≤2021, that satisfy the equation alogb(a−4)=bloga(ba−3).
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
Taking loga of both sides and simplifying gives −4logba=(logab)2−3logab Plugging in x=logab and using logba=logab1 gives x3−3x2+4=0 We can factor the polynomial as (x−2)(x−2)(x+1), meaning b=a2 or b=a−1. The second case is impossible since both a and b are positive integers. So, we need only count the number of 1<a,b≤2021 for which b=a2, which is ⌊2021⌋−1=43.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: Omni-MATH,
licensed Apache-2.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.