+0  
 
0
282
1
avatar

Find the number of paths from A to B that pass through point C. (Each step can only go up or to the right.)

 

 Jul 9, 2021

Best Answer 

 #1
avatar
0

First from A -> C, there are 6 (paths). Then, from C -> B there are 6 (paths). 6*6 = 36.

 Jul 9, 2021
 #1
avatar
0
Best Answer

First from A -> C, there are 6 (paths). Then, from C -> B there are 6 (paths). 6*6 = 36.

Guest Jul 9, 2021

4 Online Users

avatar
avatar
avatar