- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find the value (s) of $k$ for which the points $(3k – 1, k – 2), (k, k – 7)$ and $(k – 1, -k – 2)$ are collinear.
Given:
Points $(3k – 1, k – 2), (k, k – 7)$ and $(k – 1, -k – 2)$ are collinear.
To do:
We have to find the value(s) of $k$.
Solution:
Let $A (3k-1, k-2), B (k, k-7)$ and $C (k-1, -k-2)$ be the vertices of $\triangle ABC$.
We know that,
If the points $A, B$ and $C$ are collinear then the area of $\triangle ABC$ is zero.
Area of a triangle with vertices $(x_1,y_1), (x_2,y_2), (x_3,y_3)$ is given by,
Area of $\Delta=\frac{1}{2}[x_{1}(y_{2}-y_{3})+x_{2}(y_{3}-y_{1})+x_{3}(y_{1}-y_{2})]$
Therefore,
Area of triangle \( ABC=\frac{1}{2}[(3k-1)(k-7+k+2)+k(-k-2-k+2)+(k-1)(k-2-k+7)] \)
\( 0=\frac{1}{2}[(3k-1)(2k-5)+k(-2k)+(k-1)(5)] \)
\( 0(2)=(6k^2-15k-2k+5-2k^2+5k-5) \)
\( 0=4k^2-12k \)
\( 4k(k-3)=0 \)
\( 4k=0 \) or \( k-3=0 \)
\( k=0 \) or \( k=3 \)
The values of $k$ are $0$ and $3$.  
- Related Articles
- In each of the following find the value of $k$ for which the points are collinear.(i) $(7, -2), (5, 1), (3, k)$(ii) $(8, 1), (k, -4), (2, -5)$
- Find the value of $k$ for which the following system of equations has infinitely many solution: $2x\ +\ 3y\ =\ k$$(k\ -\ 1)x\ +\ (k\ +\ 2)y\ =\ 3k$
- Find the values of \( k \) if the points \( \mathrm{A}(k+1,2 k), \mathrm{B}(3 k, 2 k+3) \) and \( \mathrm{C}(5 k-1,5 k) \) are collinear.
- Sum of the series Kn + ( K(n-1) * (K-1)1 ) + ( K(n-2) * (K-1)2 ) + ... (K-1)n in C++
- Find the values of k for which the roots are real and equal in each of the following equations: $(3k+1)x^2 + 2(k+1)x + k = 0$
- Find the value of $k$, if the points $A( 8,\ 1),\ B( 3,\ -4)$ and $C( 2,\ k)$ are collinear.
- Find the value of k for which the following pair of linear equations have infinitely many solutions.$2x+3y=7;\ ( k-1) x+( k+2) y=3k$
- Find the value of $k$ if points $(k, 3), (6, -2)$ and $(-3, 4)$ are collinear.
- If the points $A( k + 1,\ 28),\ B( 3k,\ 2k + 3)$ and $C( 5k - 1,\ 5k)$ are collinear, then find the value of $k$.
- Find the value of $k$ for which the equation $x^{2}+k( 2x+k-1)+2=0$ has real and equal roots.
- Find the values of $k$, if the points $A( k+1,\ 2k),\ B( 3k,\ 2k+3)$ and $C( 5k+1,\ 5k)$ are collinear.
- If the points $( \frac{2}{5},\ \frac{1}{3}),\ ( \frac{1}{2},\ k)$ and $( \frac{4}{5},\ 0)$ are collinear, then find the value of $k$.
- Find the values of k for which the following equations have real and equal roots: $(k+1)x^2 - 2(k - 1)x + 1 = 0$
- Find the value of $k$, if $3k\times k=64$.
- If the point $P (k – 1, 2)$ is equidistant from the points $A (3, k)$ and $B (k, 5)$, find the values of $k$.

Advertisements