Charlottecurl1
Charlottecurl1 Charlottecurl1
  • 04-08-2016
  • Mathematics
contestada

You are to go from A to B, always moving right or down along the lines. On how many different a paths can you go?

You are to go from A to B always moving right or down along the lines On how many different a paths can you go class=

Respuesta :

HomertheGenius
HomertheGenius HomertheGenius
  • 18-11-2017
We could fill those paths like this:
        1        1       1       1
1      2        3       4       5

1      3        6       10     15
1      4       10      20     35
         Or we can calculate:  3C7  = ( 7 * 6 * 5 ) / ( 3 * 2 * 1 ) = 35Answer:    You can go on 35 different paths.
Answer Link

Otras preguntas

Correct answer gets 5 star
factorise 16x²y+8xy all divided by 32xy+16y​
Analyze the diagram below and complete the instructions that follow. 10 6 B. 'C С 8 Find sin ZA A 3 5 B. 4 C 1
PLEASE HELP!! Which of the following demonstrates the commutative property across multiplication for 2 x 10 x 7 A.(2 x 10) x 7 B. 10 x7 x 2 C. 2 +10 x 7 D 2
Help me slove and direction pls ty :)
Phân tích x³-6x²+11x-6
2067 Supp Q.No. 2a Find the sum of all the natural numbers between 1 and 100 which are divisible by 5. Ans: 1050 ​
Les pido entonces que los buscadores digitales que suelen usar, averiguen: 1-¿Qué se vota en estas fechas? 2- ¿Qué función van a cumplir estos legisladores?¿Qué
I need help in this question
Write a recursive function stringReverse that takes a string and a starting subscript as arguments, prints the string backward and returns nothing. The function