retagged by
352 views
0 votes
0 votes
  1. If each of ‘a’ points on a straight line is joined to each of ‘b’ points on another straight line, excluding the points on the given two lines,then which of the following represents the number of points of intersection of these lines? Select all that apply.
  1. (ab(a-1)(b-1))/4 
  2. (ab(a-1)(b-1))/2
  3. ab
  4. C(a,2) * C(b,2)
retagged by

1 Answer

0 votes
0 votes
option a and d

the only way to guarantee an intersection is to select any 2 points from line 1 and any 2 points from line 2.

thus, no. of ways to do the above operation is C(a,2) * C(b,2).

and

option d ↔ option a

Related questions

584
views
2 answers
1 votes
Hattbc asked Feb 17, 2023
584 views
How many 3 digits number are there which are divisible by 3 and repetition of digits NOT allowed.?
4.2k
views
2 answers
2 votes
Anu asked Jul 15, 2015
4,176 views
How many bit strings contain exactly eight 0s and 10 1s if every 0 must be immediately followed by a 1?I got answer 9C2=36.Answer given 45
3.1k
views
3 answers
1 votes
Badayayash asked Jan 28, 2019
3,073 views
Q.The number of ways, we can arrange 5 books in 3 shelves ________.
1.6k
views
3 answers
0 votes
snaily16 asked Jan 22, 2019
1,610 views
The number of ways 5 letter be put in 3 letter boxes A,B,C. If letter box A must contain at least 2 letters.