This is essentially asking how many different ways to partition 6 into 3 segments.
I am assuming "no ball in a box" is not allowed.
6 can be partitioned as
(4,1,1), (3,2,1), and (2,2,2)
So, calculate each partition, we get
(6 choose 4) + (6 choose 3)*(3 choose 2) + (6 choose 2) * (4 choose 2)
= 15 + 20*3 + 15*6
=165
The number of ways to arrange the 5 writings in a row is 5! = 5 * 4 * 3 * 2 * 1 = 120 ways.
There is only 1 way to arrange the writings from oldest to newest.
Therefore, the probability is 1/120.
Answer:
Line A
Step-by-step explanation:
A line of symmetry is a line that divides a shape into exactly two equal halves.
A triangle is a polygon with three sides and three angles. A scalene triangle has no lines of symmetry, an isosceles triangle has more than one line of symmetry while an equilateral triangle has three lines of symmetry.
From the diagram we can see that line A divides the figure into two equal halves, hence line A is the line of symmetry.