You must be logged in to answer.
Log In to Answer 300"
x-show="show"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0 translate-y-10"
x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-300"
x-transition:leave-start="opacity-100 translate-y-0"
x-transition:leave-end="opacity-0 translate-y-10"
class="fixed bottom-8 right-8 z-50 cursor-pointer group"
@click="scrollToTop()"
style="display: none;">
/
Cookie Policy
Caawiye is a community-driven Q&A platform. We use cookies to enhance your experience and ensure our services work correctly. Learn more
Message
To find the equation of a line passing through the points (5,6) and (10,2), you can use the point-slope form of a linear equation:
\[y – y_1 = m(x – x_1)\]
Where:
– (x1, y1) is one of the points on the line, in this case, (5,6).
– m is the slope of the line.
First, calculate the slope (m):
\[m = \frac{y_2 – y_1}{x_2 – x_1}\]
Using (5,6) and (10,2):
\[m = \frac{2 – 6}{10 – 5} = \frac{-4}{5}\]
Now that you have the slope, you can use it in the point-slope form with one of the points (5,6):
\[y – 6 = \frac{-4}{5}(x – 5)\]
Now, you can simplify this equation:
\[y – 6 = \frac{-4}{5}x + 4\]
Add 6 to both sides of the equation to isolate y:
\[y = \frac{-4}{5}x + 10\]
So, the equation of the line passing through (5,6) and (10,2) is:
\[y = \frac{-4}{5}x + 10\]