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:
- 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\)
- 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\)
- 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\)
- 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.