Bunuel
How many triangles and quadrilaterals altogether can be formed using the vertices of a 7-sided
regular polygon?
A. 35
B. 40
C. 50
D. 65
E. 70
TRIANGLESIf you choose any 3 of the 7 vertices, you can connect them with lines to create a unique triangle.
So, the question becomes "In how many different ways can we select 3 vertices from 7 vertices?"
Since the order in which we select the 3 vertices does not matter, we can use COMBINATIONS.
We can select 3 vertices from 7 vertices in 7C3 ways.
7C3 =
35ASIDE: we have a video on calculating combinations (like 7C3 and 7C4) in your head - see below QUADRILATERALSIf you choose any 4 of the 7 vertices, you can connect them with lines to create a unique quadrilateral.
So, in how many different ways can we select 4 vertices from 7 vertices?
Since the order in which we select the 4 vertices does not matter, we can use COMBINATIONS.
We can select 4 vertices from 7 vertices in 7C4 ways.
7C4 =
35So, the TOTAL number of triangles and quadrilaterals possible =
35 +
35 = 70
Answer: E
Cheers,
Brent
RELATED VIDEO