Question
Let A = 3i + 2j, B = pi + 9j, and C = i + j. If points
A, B, and C are collinear, then the value of p is:Solution
We are given the position vectors of three points: A = 3i + 2j B = pi + 9j C = i + j To determine the value of p such that points A, B, and C are collinear, we use the condition that vectors AB and AC must be parallel, i.e., their cross product must be zero: AB Γ AC = 0 AB = B β A = (p β 3)i + (9 β 2)j = (p β 3)i + 7j AC = C β A = (1 β 3)i + (1 β 2)j = β2i β j Take the cross product in 2D (which is a scalar): In 2D, the cross product of vectors u = ai + bj and v = ci + dj is: u Γ v = ad β bc So: AB Γ AC = (p β 3)(β1) β (7)(β2) = β(p β 3) + 14 = βp + 3 + 14 = βp + 17 Set this equal to zero: βp + 17 = 0 β p = 17
The average number of comparisons in sequential search is
How many possible boolean functions can be defined on n variables?
Β Which network topology connects all nodes in a linear fashion?
Which of the following is a key benefit of using virtual memory?
Which command is used to change the permissions of a file in a Unix/Linux system?
What is the difference between float and double in C?
What is a primary key in the context of the ER model?
What is the purpose of a diode in a circuit?
State true or false
In Hub there is one collision domain and one broadcast domain.
In Switch there is multiple collision domain and o...
Which is correct with respect to the size of the data types in C?