Question
What are the coordinates of the point which divides the
line joining (-1, 7) and (4, 3) in the ratio 2:3?Solution
Let the coordinates of the point be P(x, y) which divides the line segment joining the points (-1, 7) and (4, - 3) in the ratio 2 : 3 Let two points be A (x₁, y₁) and B(x₂, y₂). P (x, y) divides internally the line joining A and B in the ratio m₁: m₂. Then, coordinates of P(x, y) is given by the section formula P (x, y) = [(mx₂ + nx₁ / m + n), (my₂ + ny₁ / m + n)] Let x₁ = - 1, y₁ = 7, x₂ = 4 and y₂ = - 3, m = 2, n = 3 By Section formula, P (x, y) = [(mx₂ + nx₁ / m + n) , (my₂ + ny₁ / m + n)] --- (1) By substituting the values in the equation (1) x = [2 × 4 + 3 × (- 1)] / (2 + 3) and y = [2 × (- 3) + 3 × 7] / (2 + 3) x = (8 - 3) / 5 and y = (- 6 + 21) / 5 x = 5/5 = 1 and y = 15/5 = 3 Therefore, the coordinates of point P are (1, 3).
- What is a public cloud?
Which functions are declared inside a class have to be defined separately outside the class?
The weakening of signal in long-term transmission is called?
In RDBMS, what is the purpose of the Data Dictionary?
What is the main advantage of using NoSQL databases for big data storage over traditional relational databases?
What data structure is commonly used to implement a graph's adjacency list?
Which of the following is not the required condition for binary search algorithm?
Which tool is used to build data pipelines and workflows in Hadoop-based systems?
The boolean function f(x, y) = x OR (NOT(y)) is equivalent to which of the following boolean expressions?
A 'ransomware' attack typically involves: