$A(1.2, 3.8)$ , $B(2, 1.8)$ , $C(5, 3)$ are points on a coordinate grid.
I need to know how to show that the line segments $\overline{AB}$ and $\overline{BC}$ are perpendicular. Not sure where to start on this one so just any help that would give a hint or help me get started would be appreciated.
All I know is that if the product of two gradients is -1 then the lines are perpendicular. Thanks.
There is $3$ nice answer on this question. But there is an elementary solution which you probably will like it. Use Pythagorean theorem!
$$|AB|^2=4+0.64$$ $$|BC|^2=9+1.44$$ $$|AC|^2=14.44+0.64$$
So $AB \perp BC$. That's it.