arjtryarjtry
In a certain game, a one-inch square piece is placed in the lower left corner of an eight-by-eight grid made up of one-inch squares. If the piece can move one grid up or to the right, what is the probability that the center of the piece will be exactly 4sqrt(2) inches away from where it started after 8 moves?
24/256
64/256
70/256
128/256
176/256
PLS GIVE EXPLANATION IF POSSIBLE WITH DIAGRAM....
IT WOULD BE VERY HELPFUL
imagine xy plane with intial position of piece at (0,0)
it can move 8 places in right or up direction
distance will be 4sqrt(2) when the final location is (4,4)
Final location - number of ways to reach there
(0,8) ---------- 8C0 = 1
(1,7) -----------8C1 = 8
(2,6)------------8C2 = 28
(3,5)------------8C3 = 56
(4,4)------------8C4 = 70 ....... (frankly i stopped here and marked option C .. but i dont recommend it)
(5,3)----same as (3,5) = 56
(6,2)------- = 28
(7,1)-------- = 8
(8,0)--------- = 1
probablity = 70/sum = 70/256.... answer