Question:

If PQRS is a convex quadrilateral with 3, 4, 5 and 6 points marked on sides PQ, QR, RS and PS respectively. Then, the number of triangles with vertices on different sides is

Show Hint

Choose sides first, then multiply the number of points on each selected side.
Updated On: Apr 20, 2026
  • 220
  • 270
  • 282
  • 342
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

To find the number of triangles with vertices on different sides of the convex quadrilateral PQRS, we need to consider points on each side of the quadrilateral. Analyzing what is given: 

  • 3 points on side PQ
  • 4 points on side QR
  • 5 points on side RS
  • 6 points on side PS

To form a triangle, we need to select one point from each of the three different sides of the quadrilateral. Therefore, we need to compute the possible combinations of selecting points from any trio of these sides.

The sides can be categorized into groups of three in the following combinations:

  1. Select one point from side PQ, one point from side QR, and one point from side RS. \(C(3, 1) \times C(4, 1) \times C(5, 1) = 3 \times 4 \times 5 = 60\)
  2. Select one point from side PQ, one point from side RS, and one point from side PS. \(C(3, 1) \times C(5, 1) \times C(6, 1) = 3 \times 5 \times 6 = 90\)
  3. Select one point from side PQ, one point from side PS, and one point from side QR. \(C(3, 1) \times C(4, 1) \times C(6, 1) = 3 \times 4 \times 6 = 72\)
  4. Select one point from side QR, one point from side RS, and one point from side PS. \(C(4, 1) \times C(5, 1) \times C(6, 1) = 4 \times 5 \times 6 = 120\)

Adding all these computations together gives the total number of triangles possible:

\(60 + 90 + 72 + 120 = 342\)

Thus, the correct answer is 342.

Was this answer helpful?
0
0