If given slope of hypotenuse and length of base, how can we find length of perpendicular ?
2026-04-09 09:24:55.1775726695
To find perpendicular of right angled triangle
54 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
In simple Cartesian terms, "slope" is how much the $y$ coordinate changes with respect to the $x$ coordinate. For linear functions, it is defined as $\Delta y /\Delta x$:
$slope = \Delta y /\Delta x = \frac{y_2-y_1}{x_2-x_1}$.
Rearranging the above equation, you get:
$$\Delta y = slope \cdot \Delta x$$
Which would allow you to solve your question.