messages
listlengths
1
1
ground_truth
stringlengths
3
6
dataset
stringclasses
1 value
[ { "content": "In a 12x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (2, 5), (6, 0), (6, 3), (5, 1), (1, 2), (2, 9), (0, 1), (11, 0), (1,...
8432
MATH
[ { "content": "In a 14x18 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 17), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (2, 0), (3, 14), (4, 15), (12, 0), (7, 10), (3, 0), (12, 2), (5, 6),...
886835
MATH
[ { "content": "In a 12x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (1, 3), (4, 4), (4, 7), (3, 3), (4, 0), (4, 9), (0, 9), (5, 1)?\n\nPr...
44471
MATH
[ { "content": "In a 13x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (11, 1), (8, 7), (10, 2), (5, 11), (6, 6), (7, 5), (8, 10), (9, 7), ...
977751
MATH
[ { "content": "In a 14x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (7, 3), (11, 8), (12, 3), (11, 0), (0, 8), (12, 2), (3, 4), (8, 11),...
778929
MATH
[ { "content": "In a 12x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (10, 9), (2, 6), (10, 0), (2, 4), (6, 5), (9, 6), (1, 6), (5, 3), (0,...
14309
MATH
[ { "content": "In a 14x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (0, 13), (11, 6), (0, 2), (3, 11), (7, 10), (2, 7), (1, 9), (2, 5), ...
875894
MATH
[ { "content": "In a 14x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (0, 5), (12, 4), (2, 11), (13, 7), (7, 11), (0, 9), (10, 13), (13, 1...
950785
MATH
[ { "content": "In a 15x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (14, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (8, 9), (4, 7), (14, 1), (4, 0), (8, 13), (5, 13), (3, 3), (5, 4), (...
782180
MATH
[ { "content": "In a 11x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (10, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (7, 1), (7, 0), (5, 6), (2, 4), (1, 7), (0, 2), (3, 2), (3, 3), (0, ...
10504
MATH
[ { "content": "In a 11x19 grid, how many different paths are there from the bottom left (0, 0) to the top right (10, 18), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (5, 11), (10, 4), (6, 4), (1, 2), (2, 12), (10, 11), (5, 17), (9, 5)...
901130
MATH
[ { "content": "In a 16x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (10, 5), (11, 0), (9, 8), (11, 1), (2, 3), (9, 6), (12, 4), (2, 8), (...
10261
MATH
[ { "content": "In a 10x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (9, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (1, 4), (4, 13), (4, 7), (3, 6), (9, 6), (3, 8), (3, 11), (7, 15), (0...
266816
MATH
[ { "content": "In a 12x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (1, 8), (7, 6), (5, 7), (9, 1), (5, 2), (2, 3), (7, 8), (5, 4), (9, 7...
2411
MATH
[ { "content": "In a 18x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (13, 3), (10, 5), (7, 9), (14, 7), (1, 0), (16, 0), (5, 7), (8, 10),...
554338
MATH
[ { "content": "In a 12x18 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 17), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (8, 5), (7, 3), (2, 8), (0, 11), (3, 14), (4, 5), (7, 15), (3, 15), ...
405697
MATH
[ { "content": "In a 15x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (14, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (14, 6), (1, 8), (14, 8), (2, 9), (4, 3), (7, 5), (0, 9), (0, 11), (...
589902
MATH
[ { "content": "In a 16x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (6, 13), (3, 7), (9, 5), (1, 9), (8, 5), (10, 13), (4, 5), (6, 7), (...
757163
MATH
[ { "content": "In a 15x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (14, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (11, 15), (13, 10), (14, 10), (9, 4), (5, 7), (11, 14), (5, 10), (9,...
839121
MATH
[ { "content": "In a 19x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (18, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 11), (15, 6), (12, 4), (15, 10), (6, 1), (5, 1), (17, 11), (11, ...
959256
MATH
[ { "content": "In a 16x17 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 16), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (15, 1), (4, 2), (15, 14), (12, 5), (0, 4), (10, 8), (12, 2), (11, 9...
751990
MATH
[ { "content": "In a 10x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (9, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (5, 3), (4, 2), (3, 6), (8, 2), (4, 8), (5, 10), (1, 0), (1, 3)?\n\nP...
21662
MATH
[ { "content": "In a 19x17 grid, how many different paths are there from the bottom left (0, 0) to the top right (18, 16), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (16, 8), (9, 8), (9, 5), (9, 9), (8, 4), (16, 2), (13, 5), (18, 1), ...
739390
MATH
[ { "content": "In a 12x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (8, 3), (0, 4), (1, 0), (9, 7), (10, 1), (6, 3), (9, 10), (4, 2), (6...
33144
MATH
[ { "content": "In a 18x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (11, 8), (9, 10), (4, 9), (4, 2), (5, 12), (8, 5), (7, 5), (10, 12),...
877379
MATH
[ { "content": "In a 18x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (16, 5), (11, 11), (2, 7), (13, 8), (8, 8), (8, 11), (11, 10), (11, ...
689532
MATH
[ { "content": "In a 15x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (14, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (6, 0), (10, 13), (11, 2), (5, 10), (5, 7), (9, 7), (12, 9), (4, 0),...
920996
MATH
[ { "content": "In a 12x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 1), (0, 10), (7, 6), (1, 2), (4, 4), (11, 1), (2, 0), (6, 10), (...
14227
MATH
[ { "content": "In a 11x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (10, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (8, 1), (3, 2), (7, 7), (0, 13), (6, 14), (1, 7), (10, 7), (8, 10), ...
170754
MATH
[ { "content": "In a 13x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 2), (0, 8), (3, 8), (11, 12), (8, 12), (4, 6), (0, 12), (1, 12),...
433911
MATH
[ { "content": "In a 12x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (1, 0), (10, 9), (11, 0), (4, 1), (8, 6), (5, 10), (3, 12), (1, 10),...
149661
MATH
[ { "content": "In a 13x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 3), (9, 9), (9, 0), (0, 4), (11, 11), (10, 4), (3, 8), (10, 6), ...
383692
MATH
[ { "content": "In a 13x18 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 17), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (7, 15), (7, 13), (6, 10), (12, 10), (11, 12), (2, 11), (1, 17), (4,...
955918
MATH
[ { "content": "In a 11x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (10, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (2, 7), (6, 14), (5, 12), (8, 15), (7, 13), (10, 8), (3, 12), (7, 10...
309817
MATH
[ { "content": "In a 13x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (5, 9), (0, 7), (12, 11), (4, 4), (7, 5), (2, 12), (3, 4), (11, 11),...
348333
MATH
[ { "content": "In a 13x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 6), (1, 6), (4, 9), (5, 2), (6, 14), (9, 13), (4, 10), (7, 13), ...
575627
MATH
[ { "content": "In a 17x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (16, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 8), (16, 5), (8, 15), (4, 0), (6, 9), (5, 5), (10, 6), (2, 12), ...
619836
MATH
[ { "content": "In a 13x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (11, 5), (7, 11), (11, 4), (2, 8), (9, 9), (11, 13), (4, 0), (3, 3),...
847944
MATH
[ { "content": "In a 13x18 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 17), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 9), (11, 10), (1, 10), (5, 1), (4, 0), (2, 2), (11, 0), (6, 9), ...
657157
MATH
[ { "content": "In a 18x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (12, 2), (12, 10), (9, 1), (8, 4), (8, 5), (15, 6), (9, 10), (6, 5),...
293593
MATH
[ { "content": "In a 16x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (0, 12), (8, 14), (0, 8), (1, 14), (3, 12), (11, 6), (13, 0), (15, 0...
899116
MATH
[ { "content": "In a 18x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (11, 5), (11, 2), (11, 1), (13, 2), (17, 3), (4, 12), (11, 9), (4, 5...
848238
MATH
[ { "content": "In a 12x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (2, 5), (1, 1), (0, 12), (3, 12), (4, 2), (3, 2), (5, 0), (7, 0), (6...
155530
MATH
[ { "content": "In a 18x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (13, 6), (1, 7), (7, 1), (11, 6), (5, 0), (12, 6), (12, 3), (7, 6), ...
163720
MATH
[ { "content": "In a 12x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (5, 10), (9, 4), (3, 8), (9, 9), (11, 6), (2, 10), (8, 12), (7, 4), ...
832291
MATH
[ { "content": "In a 11x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (10, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (10, 2), (0, 3), (4, 9), (10, 7), (4, 8), (9, 10), (8, 4), (2, 8), (...
99437
MATH
[ { "content": "In a 16x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (6, 7), (15, 7), (12, 1), (6, 4), (11, 4), (4, 4), (0, 7), (13, 7), ...
444619
MATH
[ { "content": "In a 17x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (16, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (8, 5), (10, 12), (9, 2), (13, 3), (4, 10), (2, 2), (4, 12), (14, 11...
270297
MATH
[ { "content": "In a 15x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (14, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (9, 8), (13, 4), (12, 0), (11, 7), (1, 1), (0, 3), (5, 0), (9, 2), (8...
28794
MATH
[ { "content": "In a 16x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (8, 1), (4, 6), (9, 11), (3, 3), (15, 5), (8, 7), (6, 6), (8, 3), (7...
562720
MATH
[ { "content": "In a 12x17 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 16), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (6, 15), (7, 16), (5, 7), (7, 3), (7, 2), (3, 5), (4, 10), (5, 9), (...
643939
MATH
[ { "content": "In a 10x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (9, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 7), (9, 3), (1, 2), (4, 6), (4, 8), (8, 4), (1, 7), (3, 8), (2, 6)...
19128
MATH
[ { "content": "In a 14x19 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 18), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (9, 4), (12, 3), (10, 5), (3, 9), (2, 5), (0, 11), (1, 7), (2, 16), ...
851262
MATH
[ { "content": "In a 14x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (9, 11), (10, 10), (8, 1), (9, 6), (2, 2), (8, 10), (9, 5), (8, 7), ...
96504
MATH
[ { "content": "In a 14x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (7, 11), (2, 5), (11, 6), (6, 9), (5, 11), (2, 9), (6, 12), (2, 1), ...
844387
MATH
[ { "content": "In a 14x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (6, 5), (1, 7), (4, 9), (1, 10), (11, 10), (2, 2), (12, 10), (11, 2)...
143860
MATH
[ { "content": "In a 14x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (12, 10), (4, 0), (5, 7), (12, 2), (10, 9), (2, 1), (2, 4), (10, 10)...
20710
MATH
[ { "content": "In a 13x17 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 16), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (7, 2), (4, 15), (9, 3), (7, 6), (9, 1), (8, 13), (4, 1), (1, 14), (...
514582
MATH
[ { "content": "In a 19x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (18, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (12, 11), (1, 6), (10, 5), (11, 0), (15, 3), (7, 11), (14, 0), (18, ...
979698
MATH
[ { "content": "In a 14x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (11, 9), (3, 0), (1, 14), (13, 4), (8, 5), (12, 4), (13, 11), (6, 2)...
415074
MATH
[ { "content": "In a 12x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (5, 9), (8, 10), (5, 1), (9, 9), (4, 7), (1, 2), (1, 10), (1, 4), (3...
42934
MATH
[ { "content": "In a 12x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (8, 10), (3, 9), (1, 0), (9, 0), (2, 9), (4, 3), (5, 3), (9, 6), (0,...
33475
MATH
[ { "content": "In a 10x18 grid, how many different paths are there from the bottom left (0, 0) to the top right (9, 17), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 4), (2, 10), (1, 12), (0, 14), (4, 14), (5, 2), (3, 2), (7, 17), ...
952102
MATH
[ { "content": "In a 16x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (11, 8), (12, 3), (10, 2), (3, 2), (2, 3), (7, 9), (13, 10), (8, 0),...
279174
MATH
[ { "content": "In a 18x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (2, 4), (5, 1), (13, 1), (12, 4), (7, 4), (5, 6), (11, 9), (6, 11), ...
936692
MATH
[ { "content": "In a 16x17 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 16), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 10), (5, 13), (6, 2), (2, 10), (3, 1), (10, 16), (3, 12), (9, 7)...
928533
MATH
[ { "content": "In a 14x17 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 16), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (6, 9), (9, 10), (13, 1), (10, 1), (0, 14), (13, 11), (4, 6), (11, 5...
813893
MATH
[ { "content": "In a 16x19 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 18), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (12, 12), (10, 4), (1, 12), (3, 0), (14, 5), (3, 7), (9, 16), (13, 5...
917712
MATH
[ { "content": "In a 13x17 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 16), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (2, 15), (11, 13), (5, 6), (12, 0), (6, 8), (3, 16), (9, 9), (12, 8)...
977768
MATH
[ { "content": "In a 15x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (14, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 12), (11, 7), (11, 11), (2, 13), (11, 1), (6, 4), (7, 9), (11, 1...
977446
MATH
[ { "content": "In a 12x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (11, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (5, 4), (4, 4), (3, 2), (0, 13), (2, 13), (8, 7), (10, 2), (1, 8), (...
676456
MATH
[ { "content": "In a 17x19 grid, how many different paths are there from the bottom left (0, 0) to the top right (16, 18), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 12), (4, 3), (16, 8), (5, 14), (8, 4), (3, 17), (13, 15), (6, 7)...
935608
MATH
[ { "content": "In a 13x19 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 18), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (2, 10), (8, 16), (2, 8), (1, 6), (9, 1), (8, 13), (4, 7), (11, 7), ...
917900
MATH
[ { "content": "In a 19x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (18, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 9), (12, 3), (0, 9), (16, 9), (15, 0), (12, 2), (9, 2), (12, 1), ...
57236
MATH
[ { "content": "In a 11x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (10, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (6, 1), (2, 2), (7, 8), (1, 1), (2, 6), (2, 7), (9, 10), (2, 9), (9,...
6733
MATH
[ { "content": "In a 15x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (14, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 2), (3, 0), (14, 5), (6, 6), (10, 8), (0, 1), (7, 8), (13, 5), (1...
22370
MATH
[ { "content": "In a 18x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (13, 3), (14, 9), (9, 4), (10, 8), (1, 7), (13, 1), (7, 0), (0, 8), ...
26148
MATH
[ { "content": "In a 15x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (14, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (10, 8), (6, 4), (4, 5), (6, 0), (14, 2), (11, 2), (10, 11), (7, 11)...
810045
MATH
[ { "content": "In a 15x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (14, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (12, 2), (4, 7), (0, 3), (0, 6), (8, 5), (0, 4), (6, 4), (14, 7), (5...
866754
MATH
[ { "content": "In a 19x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (18, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (12, 1), (0, 2), (5, 12), (13, 13), (11, 2), (9, 9), (3, 5), (13, 10...
858046
MATH
[ { "content": "In a 13x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (12, 6), (1, 6), (11, 12), (11, 2), (5, 2), (7, 12), (7, 3), (4, 8),...
732192
MATH
[ { "content": "In a 18x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (0, 7), (2, 8), (4, 9), (12, 5), (7, 6), (13, 4), (16, 0), (9, 5), (...
260826
MATH
[ { "content": "In a 11x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (10, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (9, 6), (1, 2), (9, 3), (6, 4), (10, 5), (3, 0), (1, 8), (10, 9), (4...
15360
MATH
[ { "content": "In a 17x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (16, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (3, 11), (5, 12), (11, 3), (5, 4), (6, 11), (16, 8), (9, 9), (16, 6)...
981999
MATH
[ { "content": "In a 16x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 7), (6, 6), (12, 9), (13, 6), (4, 3), (12, 5), (10, 5), (2, 2), ...
839106
MATH
[ { "content": "In a 18x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 9), (11, 2), (15, 7), (5, 5), (14, 3), (9, 6), (11, 5), (9, 1), ...
460481
MATH
[ { "content": "In a 18x18 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 17), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 9), (16, 9), (5, 5), (5, 16), (4, 10), (13, 7), (13, 10), (7, 14...
858494
MATH
[ { "content": "In a 13x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (2, 14), (8, 8), (8, 1), (9, 5), (0, 6), (4, 10), (2, 3), (4, 13), (...
749249
MATH
[ { "content": "In a 18x12 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 11), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (6, 5), (17, 5), (8, 5), (11, 4), (7, 1), (12, 2), (2, 8), (17, 4), ...
970629
MATH
[ { "content": "In a 11x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (10, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 5), (8, 9), (1, 6), (4, 8), (2, 3), (4, 1), (8, 3), (5, 8), (5, 9...
5302
MATH
[ { "content": "In a 18x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 10), (12, 10), (8, 0), (3, 6), (2, 8), (0, 12), (13, 8), (14, 12...
804189
MATH
[ { "content": "In a 19x13 grid, how many different paths are there from the bottom left (0, 0) to the top right (18, 12), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (4, 6), (13, 9), (16, 8), (18, 8), (12, 2), (0, 12), (8, 0), (2, 0),...
851051
MATH
[ { "content": "In a 16x18 grid, how many different paths are there from the bottom left (0, 0) to the top right (15, 17), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (1, 1), (13, 4), (5, 3), (11, 17), (10, 8), (2, 1), (5, 8), (13, 11)...
924466
MATH
[ { "content": "In a 14x14 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 13), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (12, 6), (3, 1), (3, 0), (5, 3), (0, 2), (11, 3), (4, 11), (7, 0), (...
559200
MATH
[ { "content": "In a 19x16 grid, how many different paths are there from the bottom left (0, 0) to the top right (18, 15), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (0, 2), (11, 11), (8, 15), (5, 1), (12, 9), (16, 2), (16, 5), (11, 6...
853454
MATH
[ { "content": "In a 14x17 grid, how many different paths are there from the bottom left (0, 0) to the top right (13, 16), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (11, 13), (0, 13), (2, 14), (0, 7), (9, 11), (7, 8), (1, 8), (9, 6),...
617400
MATH
[ { "content": "In a 18x11 grid, how many different paths are there from the bottom left (0, 0) to the top right (17, 10), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (1, 0), (8, 9), (11, 2), (1, 9), (7, 7), (2, 2), (0, 6), (13, 8), (1...
63970
MATH
[ { "content": "In a 17x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (16, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (0, 4), (15, 4), (11, 0), (16, 6), (1, 9), (12, 8), (14, 1), (11, 4),...
225289
MATH
[ { "content": "In a 19x10 grid, how many different paths are there from the bottom left (0, 0) to the top right (18, 9), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (17, 4), (6, 2), (14, 0), (15, 0), (18, 4), (3, 4), (1, 7), (4, 3), (...
910314
MATH
[ { "content": "In a 13x15 grid, how many different paths are there from the bottom left (0, 0) to the top right (12, 14), if you can only move right or up at each step, subject to the constraint that you cannot move through the following cells: (5, 11), (7, 4), (6, 12), (11, 5), (0, 1), (1, 5), (8, 14), (2, 12),...
541590
MATH