I will try to give a good explanation here
So I will use the combinatorics method to demonstrate
nick1816 method
To give you a clue on how we can count , I will assign L and R , meaning that Left and Right , if the guy chooses to go left , I will right L , if right i will write R
One path to reach the bottom is L(to 8th floor) , L(7th) , L(...) , L , R ,R ,R , R(bottom) (use the picture start from the top and then choose left for the first , second , third and fourth step , then you'll have only the right to go to the right bottom ( messing with your head a little).
so I will give you here a hint , all the paths to the bottom need to use 4 Left and 4 right (LRLLLRRR , LRLRLRLR....)
so this problem is a permutation one (Ah ha !!!!!!!!!!!)
since I have 8 choices and 4 repetitions in two sets .
number of roots = 8!/(4! * 4!)= 8C4 =70 Voila !!!!!!!!!!
E is the answer
(permutation rule , to arrange N letters for example , and you have A , B ,C letters repeted X, Y , Z times , then the number of words you can create from this list is N! / (X! * Y! * Z!)
You like the answer ? It's time for Kudos