Hi. I have another problem I'm stuck on.
A, B, C, and D are nodes on a computer network. There are two paths between A and C, two between B and D, three between A and B and four between C and D. Along how many routes can a message from A to D be sent?
My so far approach: :idea:
I came up with two ways a message can go from A to D.
A to C, C to D --> 2 + 4 --> 6 paths
A to B, B to D --> 3 + 2 --> 5 paths
I'm thinking that the addition principle has to be applied here, since there is only one event. Am I making the right assumption? :?
A, B, C, and D are nodes on a computer network. There are two paths between A and C, two between B and D, three between A and B and four between C and D. Along how many routes can a message from A to D be sent?
My so far approach: :idea:
I came up with two ways a message can go from A to D.
A to C, C to D --> 2 + 4 --> 6 paths
A to B, B to D --> 3 + 2 --> 5 paths
I'm thinking that the addition principle has to be applied here, since there is only one event. Am I making the right assumption? :?