0

I’m at a loss as to how to prove this. I thought it would be a good idea to use a Direct Proof to tackle this problem, and thus solved it algebraically, but upon revising, the “for every positive real number x” confused me.

I revised my textbook and the recommendation was to try to prove this for some arbitrary real number c, but I’m not sure how to proceed here. What steps should I take when dealing with this type of problem?

user159888
  • 1,948
  • 1
  • 14
  • 19

2 Answers2

2

Rewriting the inequality

$$x^2-6x+9\geq 0$$

$$(x-3)^2\geq 0$$

Alternative:

AM-GM:

$$\frac{x+\frac{9}{x}}{2}\geq \sqrt{9}$$

h-squared
  • 1,333
  • 6
  • 8
0

$x>0$;

$(\sqrt{x}-\sqrt{(9/x)})^2 \ge 0;$

$x +9/x -2 \sqrt{ x\cdot (9/x)} \ge 0$.

Peter Szilas
  • 20,344
  • 2
  • 17
  • 28