InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum number of straight lines that can be drawn with any four points in a plane such that each line contains at least two of these points ?A. 2B. 4C. 6D. 12 |
|
Answer» Correct Answer - C Required number of lines `=.^(4) C_(2)= (4!)/(2!2!)=6` |
|