0

Let $x$ and $y$ be positive numbers. Prove that $$\lfloor \log_{10}(xy)\rfloor \geq \lfloor \log_{10}(x)\rfloor+ \lfloor \log_{10}(y)\rfloor.$$

I thought about using the definition of floor functions but didn't see how to use that here.

user19405892
  • 15,592

2 Answers2

3

Since $\log_{10}(xy)=\log_{10}(x)+\log_{10}(y)$, it's enough to prove that $\lfloor a+b\rfloor \geq \lfloor a\rfloor +\lfloor b\rfloor$ for all real numbers $a,b$.

carmichael561
  • 53,688
1

Hint:

$\bigl\lfloor\log_{10}x\bigr\rfloor=k\iff 10^k\le x<10^{k+1}$.

Bernard
  • 175,478