problem stringlengths 98 4.03k | question stringclasses 230
values | solution stringlengths 126 1.67k | op int64 2 20 | id stringclasses 437
values | template stringclasses 3
values | mode stringclasses 2
values | length stringclasses 1
value | d int64 2 2 |
|---|---|---|---|---|---|---|---|---|
The number of adult fox in Bundle Ranch equals 2. The number of adult bear in Jefferson Circus equals the number of adult fox in Jefferson Circus. The number of adult bear in Bundle Ranch equals 4 times the sum of the number of adult racoon in Jefferson Circus, the number of adult fox in Jefferson Circus, and the numbe... | What is the total number of adult animals in Bundle Ranch? | Define adult fox in Jefferson Circus as t; so t = 2. Define adult bear in Jefferson Circus as B; so B = t = 2. Define adult racoon in Jefferson Circus as X; so X = B = 2. Define adult bear in Bundle Ranch as q; l = X + t = 2 + 2 = 4; U = l + B = 4 + 2 = 6; so q = 4 * U = 4 * 6 = 24. Define adult fox in Bundle Ranch as ... | 10 | 2_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of culinarian school in Hawkesbury equals 3. The number of public highschool in Hawkesbury equals the number of culinarian school in Hawkesbury. The number of culinarian school in Westhaven City equals 4 times the sum of the total number of schools in Hawkesbury, the number of culinarian school in Hawkesbury... | How many elementary school does Westhaven City have? | Define culinarian school in Hawkesbury as s; so s = 3. Define public highschool in Hawkesbury as Y; so Y = s = 3. Define total number of schools in Hawkesbury as a; so a = s + Y = 3 + 3 = 6. Define culinarian school in Westhaven City as i; P = a + s = 6 + 3 = 9; Z = P + Y = 9 + 3 = 12; so i = 4 * Z = 4 * 12 = 48. Defin... | 10 | 12_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult blue jay in Maple Creek equals the sum of the total number of adult animals in Oakridge Riverside and the total number of adult animals in Cedar Valley. The number of adult crow in Maple Creek equals the number of adult eagle in Beverly Forest. The number of adult blue jay in Oakridge Riverside equa... | What is the total number of adult animals in Cedar Valley? | Define adult parrot in Oakridge Riverside as u; so u = 3. Define adult blue jay in Oakridge Riverside as n; t = u = 3; so n = 3 * t = 3 * 3 = 9. Define adult eagle in Oakridge Riverside as V; i = u = 3; so V = 3 * i = 3 * 3 = 9. Define total number of adult animals in Oakridge Riverside as Y; T = u + V = 3 + 9 = 12; so... | 10 | 6_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult owl in Jefferson Circus equals the total number of adult animals in South Zoo. The number of adult crow in Jefferson Circus equals 3 times the number of adult owl in South Zoo. The number of adult owl in South Zoo equals 4 times the number of adult crow in South Zoo. The number of adult crow in Sout... | What is the total number of adult animals in Jefferson Circus? | Define adult crow in South Zoo as N; so N = 2. Define adult owl in South Zoo as p; L = N = 2; so p = 4 * L = 4 * 2 = 8. Define total number of adult animals in South Zoo as t; so t = N + p = 2 + 8 = 10. Define adult owl in Jefferson Circus as l; so l = t = 10. Define adult crow in Jefferson Circus as O; Y = p = 8; so O... | 10 | 9_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of private middle school in Clearwater Bay equals 3. The number of elementary school in Oakbridge City equals 3 times the total number of schools in Ruby Bay. The number of public highschool in Clearwater Bay equals 2 times the number of private middle school in Clearwater Bay. The number of culinarian schoo... | What is the total number of schools in Riverton City? | Define private middle school in Ruby Bay as C; so C = 4. Define culinarian school in Ruby Bay as W; R = C = 4; so W = 2 * R = 2 * 4 = 8. Define total number of schools in Ruby Bay as K; so K = W + C = 8 + 4 = 12. Define elementary school in Oakbridge City as O; g = K = 12; so O = 3 * g = 3 * 12 = 36. Define total numbe... | 10 | 12_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of culinarian school in Westhaven City equals 3. The number of public highschool in Westhaven City equals 3 times the number of private middle school in Evervale City. The number of public highschool in Hawkesbury equals 3. The number of private middle school in Evervale City equals 4 times the number of pri... | What is the total number of schools in Evervale City? | Define private middle school in Westhaven City as m; so m = 4. Define culinarian school in Evervale City as Z; so Z = m = 4. Define private middle school in Evervale City as W; x = m = 4; so W = 4 * x = 4 * 4 = 16. Define public highschool in Evervale City as v; d = m - Z = 4 - 4 = 0; so v = 3 + d = 3 + 0 = 3. Define t... | 10 | 7_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult fox in Oakridge Riverside equals 2 plus the sum of the number of adult bear in Cedar Valley and the number of adult bear in Oakridge Riverside. The number of adult fox in Cedar Valley equals 3 times the sum of the total number of adult animals in Oakridge Riverside and the number of adult bear in Oa... | How many adult fox does Cedar Valley have? | Define adult bear in Cedar Valley as m; so m = 2. Define adult bear in Oakridge Riverside as Z; so Z = m = 2. Define adult fox in Oakridge Riverside as d; n = m + Z = 2 + 2 = 4; so d = 2 + n = 2 + 4 = 6. Define total number of adult animals in Oakridge Riverside as q; so q = Z + d = 2 + 6 = 8. Define adult fox in Cedar... | 10 | 8_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult deer in Hamilton Farm equals 4. The number of adult deer in Mayer Aquarium equals 1 plus the difference between the total number of adult animals in Hamilton Farm and the number of adult deer in Hamilton Farm. The number of adult fox in Mayer Aquarium equals the sum of the number of adult deer in Ha... | What is the total number of adult animals in Mayer Aquarium? | Define adult deer in Hamilton Farm as j; so j = 4. Define total number of adult animals in Hamilton Farm as G; so G = j = 4. Define adult deer in Mayer Aquarium as k; C = G - j = 4 - 4 = 0; so k = 1 + C = 1 + 0 = 1. Define adult fox in Mayer Aquarium as V; r = j + k = 4 + 1 = 5; so V = r + G = 5 + 4 = 9. Define total n... | 10 | 11_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of culinarian school in Glenfield City equals the number of regional medical school in Glenfield City. The number of culinarian school in Brightford equals 4. The number of regional medical school in Brightford equals the number of culinarian school in Brightford. The number of public highschool in Glenfield... | What is the total number of schools in Glenfield City? | Define culinarian school in Brightford as i; so i = 4. Define regional medical school in Brightford as O; so O = i = 4. Define total number of schools in Brightford as p; so p = i + O = 4 + 4 = 8. Define regional medical school in Glenfield City as q; so q = p = 8. Define public highschool in Glenfield City as X; so X ... | 10 | 14_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult crow in Oakridge Riverside equals 4 times the number of adult parrot in Cedar Valley. The number of adult blue jay in Oakridge Riverside equals 2. The number of adult parrot in Beverly Forest equals 2 plus the sum of the number of adult parrot in Oakridge Riverside and the number of adult crow in Be... | What is the total number of adult animals in Beverly Forest? | Define adult crow in Beverly Forest as W; so W = 2. Define adult parrot in Oakridge Riverside as P; so P = 2. Define adult parrot in Beverly Forest as Z; X = P + W = 2 + 2 = 4; so Z = 2 + X = 2 + 4 = 6. Define adult blue jay in Beverly Forest as Q; so Q = P + W = 2 + 2 = 4. Define total number of adult animals in Bever... | 10 | 20_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of solemn period drama in Verdi Movie Festival equals 1 plus the number of intense detective thriller in Verdi Movie Festival. The number of intense detective thriller in Verdi Movie Festival equals 2. The number of solemn period drama in Taylor Movie Festival equals 4 times the sum of the total number of mo... | What is the total number of movies in Taylor Movie Festival? | Define intense detective thriller in Verdi Movie Festival as F; so F = 2. Define solemn period drama in Verdi Movie Festival as H; C = F = 2; so H = 1 + C = 1 + 2 = 3. Define total number of movies in Verdi Movie Festival as E; so E = H + F = 3 + 2 = 5. Define solemn period drama in Taylor Movie Festival as b; z = E + ... | 10 | 5_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult owl in Hamilton Farm equals the total number of adult animals in Mayer Aquarium. The number of adult crow in South Zoo equals 4 plus the number of adult blue jay in South Zoo. The number of adult eagle in South Zoo equals the number of adult eagle in Jefferson Circus. The number of adult owl in Jeff... | How many adult blue jay does Hamilton Farm have? | Define adult eagle in Hamilton Farm as D; so D = 4. Define adult eagle in Jefferson Circus as R; so R = D = 4. Define adult eagle in South Zoo as J; so J = R = 4. Define adult blue jay in Jefferson Circus as I; x = J + D = 4 + 4 = 8; so I = 3 + x = 3 + 8 = 11. Define adult crow in Hamilton Farm as S; so S = I = 11. Def... | 10 | 2_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of calm road movie in Rêves de Belleville equals 1. The number of calm road movie in Festival de Saint-Rivage equals 4 times the sum of the total number of movies in Rêves de Belleville, the number of calm road movie in Rêves de Belleville, and the number of futuristic sci-fi movie in Rêves de Belleville. Th... | What is the total number of movies in Festival de Saint-Rivage? | Define calm road movie in Rêves de Belleville as Y; so Y = 1. Define futuristic sci-fi movie in Rêves de Belleville as F; m = Y = 1; so F = 3 * m = 3 * 1 = 3. Define total number of movies in Rêves de Belleville as o; so o = Y + F = 1 + 3 = 4. Define calm road movie in Festival de Saint-Rivage as G; D = o + Y = 4 + 1 =... | 10 | 13_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult crow in Maple Creek equals the number of adult owl in Maple Creek. The number of adult crow in Beverly Forest equals the sum of the total number of adult animals in Maple Creek and the number of adult crow in Maple Creek. The number of adult owl in Maple Creek equals 1. The number of adult owl in Be... | What is the total number of adult animals in Beverly Forest? | Define adult owl in Maple Creek as l; so l = 1. Define adult crow in Maple Creek as f; so f = l = 1. Define total number of adult animals in Maple Creek as x; so x = f + l = 1 + 1 = 2. Define adult crow in Beverly Forest as W; so W = x + f = 2 + 1 = 3. Define adult owl in Beverly Forest as P; w = W = 3; so P = 2 * w = ... | 10 | 11_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Taylor Movie Festival equals 2. The number of upbeat metropolis comedy in West Sahara Movie Festival equals 4. The number of calm road movie in West Sahara Movie Festival equals 4. The number of upbeat metropolis comedy in Golden Banana Movie Festival equals 3. The number of in... | What is the total number of movies in Taylor Movie Festival? | Define upbeat metropolis comedy in West Sahara Movie Festival as b; so b = 4. Define calm road movie in West Sahara Movie Festival as U; so U = 4. Define total number of movies in West Sahara Movie Festival as K; so K = b + U = 4 + 4 = 8. Define intense detective thriller in Taylor Movie Festival as q; Y = K + b = 8 + ... | 10 | 6_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult deer in Hamilton Farm equals 2. The number of adult wolf in Bundle Ranch equals the sum of the number of adult deer in Hamilton Farm, the total number of adult animals in Hamilton Farm, and the number of adult deer in Bundle Ranch. The number of adult deer in Bundle Ranch equals 2 plus the differenc... | What is the total number of adult animals in Bundle Ranch? | Define adult deer in Hamilton Farm as C; so C = 2. Define total number of adult animals in Hamilton Farm as e; so e = C = 2. Define adult deer in Bundle Ranch as J; U = e - C = 2 - 2 = 0; so J = 2 + U = 2 + 0 = 2. Define adult wolf in Bundle Ranch as z; S = C + e = 2 + 2 = 4; so z = S + J = 4 + 2 = 6. Define total numb... | 10 | 5_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of private middle school in Ruby Bay equals 3. The number of public highschool in Clearwater Bay equals the number of public highschool in Ruby Bay. The number of public highschool in Ruby Bay equals 3. The number of private middle school in Oakbridge City equals 4. The number of culinarian school in Oakbrid... | What is the total number of schools in Clearwater Bay? | Define public highschool in Ruby Bay as i; so i = 3. Define public highschool in Clearwater Bay as X; so X = i = 3. Define culinarian school in Clearwater Bay as M; O = i = 3; so M = 4 + O = 4 + 3 = 7. Define private middle school in Clearwater Bay as V; K = M + X = 7 + 3 = 10; so V = K + i = 10 + 3 = 13. Define total ... | 10 | 20_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult owl in Beverly Forest equals 4 plus the sum of the total number of adult animals in Cedar Valley, the number of adult parrot in Cedar Valley, and the number of adult owl in Cedar Valley. The number of adult parrot in Cedar Valley equals 3. The number of adult owl in Cedar Valley equals 4 plus the nu... | What is the total number of adult animals in Beverly Forest? | Define adult parrot in Cedar Valley as A; so A = 3. Define adult owl in Cedar Valley as g; W = A = 3; so g = 4 + W = 4 + 3 = 7. Define total number of adult animals in Cedar Valley as P; so P = g + A = 7 + 3 = 10. Define adult owl in Beverly Forest as n; G = P + A = 10 + 3 = 13; z = G + g = 13 + 7 = 20; so n = 4 + z = ... | 10 | 17_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of private middle school in Evervale City equals 1 plus the sum of the total number of schools in Hawkesbury, the number of private middle school in Hawkesbury, and the number of elementary school in Hawkesbury. The number of private middle school in Hawkesbury equals 3. The number of elementary school in Ha... | What is the total number of schools in Evervale City? | Define private middle school in Hawkesbury as t; so t = 3. Define elementary school in Hawkesbury as b; E = t = 3; so b = 3 + E = 3 + 3 = 6. Define total number of schools in Hawkesbury as L; so L = t + b = 3 + 6 = 9. Define private middle school in Evervale City as u; C = L + t = 9 + 3 = 12; z = C + b = 12 + 6 = 18; s... | 10 | 4_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of solemn period drama in Festival de Saint-Rivage equals 1 plus the sum of the number of futuristic sci-fi movie in Festival Lumière de Valmont, the number of futuristic sci-fi movie in Festival de Clairmont, and the number of intense detective thriller in Cinéma de Montreval. The number of futuristic sci-f... | What is the total number of movies in Festival de Saint-Rivage? | Define futuristic sci-fi movie in Festival de Clairmont as N; so N = 3. Define intense detective thriller in Cinéma de Montreval as B; so B = N = 3. Define futuristic sci-fi movie in Festival Lumière de Valmont as T; O = B + N = 3 + 3 = 6; so T = 4 + O = 4 + 6 = 10. Define solemn period drama in Festival de Saint-Rivag... | 10 | 1_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of elementary school in Evervale City equals the difference between the total number of schools in Evervale City and the number of culinarian school in Hawkesbury. The number of public highschool in Hawkesbury equals 2. The number of culinarian school in Hawkesbury equals 4 plus the number of culinarian scho... | What is the total number of schools in Hawkesbury? | Define culinarian school in Evervale City as H; so H = 4. Define culinarian school in Hawkesbury as F; J = H = 4; so F = 4 + J = 4 + 4 = 8. Define public highschool in Hawkesbury as c; so c = 2. Define elementary school in Hawkesbury as p; z = F + c = 8 + 2 = 10; so p = 3 * z = 3 * 10 = 30. Define total number of schoo... | 10 | 20_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult parrot in Hamilton Farm equals the number of adult crow in Hamilton Farm. The number of adult crow in South Zoo equals 2. The number of adult parrot in South Zoo equals the sum of the total number of adult animals in Hamilton Farm, the number of adult parrot in Hamilton Farm, and the number of adult... | What is the total number of adult animals in South Zoo? | Define adult crow in Hamilton Farm as s; so s = 3. Define adult parrot in Hamilton Farm as W; so W = s = 3. Define total number of adult animals in Hamilton Farm as z; so z = s + W = 3 + 3 = 6. Define adult parrot in South Zoo as H; i = z + W = 6 + 3 = 9; so H = i + s = 9 + 3 = 12. Define adult crow in South Zoo as n; ... | 10 | 21_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of culinarian school in Evervale City equals the total number of schools in Westhaven City. The number of culinarian school in Brightford equals 3 plus the sum of the total number of schools in Westhaven City and the number of public highschool in Westhaven City. The number of elementary school in Evervale C... | How many culinarian school does Brightford have? | Define elementary school in Brightford as M; so M = 4. Define elementary school in Westhaven City as C; so C = M = 4. Define public highschool in Westhaven City as G; u = M + C = 4 + 4 = 8; so G = 4 + u = 4 + 8 = 12. Define total number of schools in Westhaven City as y; so y = G + C = 12 + 4 = 16. Define culinarian sc... | 10 | 14_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult parrot in Jefferson Circus equals 2 plus the number of adult owl in Jefferson Circus. The number of adult parrot in Bundle Ranch equals 2 plus the number of adult owl in Jefferson Circus. The number of adult owl in Bundle Ranch equals the total number of adult animals in Jefferson Circus. The number... | What is the total number of adult animals in Bundle Ranch? | Define adult owl in Jefferson Circus as J; so J = 3. Define adult parrot in Jefferson Circus as e; f = J = 3; so e = 2 + f = 2 + 3 = 5. Define total number of adult animals in Jefferson Circus as G; so G = J + e = 3 + 5 = 8. Define adult owl in Bundle Ranch as v; so v = G = 8. Define adult parrot in Bundle Ranch as w; ... | 10 | 6_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Golden Banana Movie Festival equals the number of calm road movie in Golden Banana Movie Festival. The number of futuristic sci-fi movie in Taylor Movie Festival equals the number of calm road movie in Taylor Movie Festival. The number of calm road movie in Northwood Movie Fest... | What is the total number of movies in Golden Banana Movie Festival? | Define calm road movie in Taylor Movie Festival as p; so p = 4. Define futuristic sci-fi movie in Taylor Movie Festival as b; so b = p = 4. Define total number of movies in Taylor Movie Festival as g; so g = b + p = 4 + 4 = 8. Define calm road movie in Golden Banana Movie Festival as T; so T = g = 8. Define futuristic ... | 10 | 4_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult fox in Mayer Aquarium equals the number of adult deer in Mayer Aquarium. The number of adult deer in Mayer Aquarium equals the sum of the total number of adult animals in Jefferson Circus, the number of adult fox in Jefferson Circus, and the number of adult deer in Jefferson Circus. The number of ad... | What is the total number of adult animals in Mayer Aquarium? | Define adult deer in Jefferson Circus as a; so a = 3. Define adult fox in Jefferson Circus as K; so K = 4. Define total number of adult animals in Jefferson Circus as k; so k = a + K = 3 + 4 = 7. Define adult deer in Mayer Aquarium as j; n = k + K = 7 + 4 = 11; so j = n + a = 11 + 3 = 14. Define adult fox in Mayer Aqua... | 10 | 9_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of elementary school in Hawkesbury equals the number of public highschool in Brightford. The number of culinarian school in Brightford equals 1 plus the total number of schools in Hawkesbury. The number of public highschool in Brightford equals 1. The number of public highschool in Westhaven City equals 4. T... | How many culinarian school does Brightford have? | Define public highschool in Brightford as C; so C = 1. Define elementary school in Hawkesbury as P; so P = C = 1. Define culinarian school in Hawkesbury as T; Q = C = 1; so T = 1 + Q = 1 + 1 = 2. Define public highschool in Hawkesbury as V; so V = C = 1. Define total number of schools in Hawkesbury as l; Y = V + P = 1 ... | 10 | 6_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult crow in Pine Ridge equals 1 plus the total number of adult animals in Cedar Valley. The number of adult crow in Cedar Valley equals 4 times the number of adult blue jay in Cedar Valley. The number of adult blue jay in Pine Ridge equals the number of adult crow in Pine Ridge. The number of adult blue... | What is the total number of adult animals in Pine Ridge? | Define adult blue jay in Cedar Valley as S; so S = 2. Define adult crow in Cedar Valley as r; N = S = 2; so r = 4 * N = 4 * 2 = 8. Define total number of adult animals in Cedar Valley as w; so w = S + r = 2 + 8 = 10. Define adult crow in Pine Ridge as y; M = w = 10; so y = 1 + M = 1 + 10 = 11. Define adult blue jay in ... | 10 | 21_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult crow in Jefferson Circus equals 3. The number of adult blue jay in Hamilton Farm equals 3. The number of adult crow in South Zoo equals the number of adult blue jay in Jefferson Circus. The number of adult eagle in South Zoo equals 4 times the sum of the number of adult crow in South Zoo, the number... | What is the total number of adult animals in South Zoo? | Define adult crow in Jefferson Circus as o; so o = 3. Define adult blue jay in Jefferson Circus as r; S = o = 3; so r = 2 * S = 2 * 3 = 6. Define adult crow in South Zoo as C; so C = r = 6. Define adult eagle in South Zoo as m; h = C + o = 6 + 3 = 9; u = h + r = 9 + 6 = 15; so m = 4 * u = 4 * 15 = 60. Define total numb... | 10 | 9_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of culinarian school in Ruby Bay equals 3. The number of private middle school in Ruby Bay equals 1 plus the number of culinarian school in Ruby Bay. The number of culinarian school in Clearwater Bay equals 3 plus the sum of the total number of schools in Ruby Bay, the number of culinarian school in Ruby Bay... | What is the total number of schools in Clearwater Bay? | Define culinarian school in Ruby Bay as D; so D = 3. Define private middle school in Ruby Bay as y; f = D = 3; so y = 1 + f = 1 + 3 = 4. Define total number of schools in Ruby Bay as m; so m = y + D = 4 + 3 = 7. Define culinarian school in Clearwater Bay as Z; i = m + D = 7 + 3 = 10; F = i + y = 10 + 4 = 14; so Z = 3 +... | 10 | 15_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of culinarian school in Hawkesbury equals 3. The number of regional medical school in Hawkesbury equals 4 plus the number of culinarian school in Brightford. The number of private middle school in Glenfield City equals 3 times the number of regional medical school in Glenfield City. The number of regional me... | What is the total number of schools in Glenfield City? | Define culinarian school in Hawkesbury as f; so f = 3. Define regional medical school in Glenfield City as w; c = f = 3; so w = 1 + c = 1 + 3 = 4. Define culinarian school in Glenfield City as s; N = f = 3; so s = 3 + N = 3 + 3 = 6. Define private middle school in Glenfield City as r; e = w = 4; so r = 3 * e = 3 * 4 = ... | 10 | 22_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of regional medical school in Oakbridge City equals the number of elementary school in Shoreline City. The number of elementary school in Shoreline City equals the total number of schools in Clearwater Bay. The number of elementary school in Oakbridge City equals the total number of schools in Shoreline City... | What is the total number of schools in Oakbridge City? | Define elementary school in Clearwater Bay as t; so t = 1. Define total number of schools in Clearwater Bay as e; so e = t = 1. Define elementary school in Shoreline City as k; so k = e = 1. Define regional medical school in Oakbridge City as z; so z = k = 1. Define culinarian school in Shoreline City as x; so x = e = ... | 10 | 18_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of calm road movie in Cinéma de Montreval equals the difference between the number of intense detective thriller in Festival de Clairmont and the total number of movies in Cinéma de Montreval. The number of intense detective thriller in Festival de Saint-Rivage equals the difference between the total number ... | What is the total number of movies in Rêves de Belleville? | Define futuristic sci-fi movie in Festival de Saint-Rivage as s; so s = 4. Define calm road movie in Rêves de Belleville as A; b = s = 4; so A = 1 + b = 1 + 4 = 5. Define intense detective thriller in Rêves de Belleville as y; q = A - s = 5 - 4 = 1; so y = 2 + q = 2 + 1 = 3. Define solemn period drama in Rêves de Belle... | 10 | 22_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of solemn period drama in Golden Banana Movie Festival equals 4 times the total number of movies in Verdi Movie Festival. The number of futuristic sci-fi movie in Taylor Movie Festival equals the number of upbeat metropolis comedy in Northwood Movie Festival. The number of calm road movie in Taylor Movie Fes... | What is the total number of movies in Northwood Movie Festival? | Define upbeat metropolis comedy in Northwood Movie Festival as r; so r = 2. Define solemn period drama in Northwood Movie Festival as L; so L = r = 2. Define futuristic sci-fi movie in Northwood Movie Festival as e; s = r - L = 2 - 2 = 0; so e = 2 + s = 2 + 0 = 2. Define calm road movie in Northwood Movie Festival as a... | 10 | 5_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Rêves de Belleville equals the sum of the number of futuristic sci-fi movie in Festival de Saint-Rivage, the number of intense detective thriller in Rêves de Belleville, and the number of solemn period drama in Cinéma de Montreval. The number of futuristic sci-fi movie in Rêves... | What is the total number of movies in Cinéma de Montreval? | Define intense detective thriller in Rêves de Belleville as Z; so Z = 2. Define futuristic sci-fi movie in Cinéma de Montreval as X; so X = Z = 2. Define solemn period drama in Cinéma de Montreval as T; q = X + Z = 2 + 2 = 4; so T = 1 + q = 1 + 4 = 5. Define upbeat metropolis comedy in Cinéma de Montreval as h; x = X =... | 10 | 20_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of calm road movie in Festival de Clairmont equals the number of futuristic sci-fi movie in Cinéma de Montreval. The number of calm road movie in Cinéma de Montreval equals 2. The number of calm road movie in Festival Lumière de Valmont equals 3 times the sum of the number of solemn period drama in Festival ... | What is the total number of movies in Festival Lumière de Valmont? | Define solemn period drama in Festival de Clairmont as Z; so Z = 4. Define solemn period drama in Festival Lumière de Valmont as q; U = Z = 4; so q = 2 + U = 2 + 4 = 6. Define calm road movie in Festival Lumière de Valmont as t; k = Z + q = 4 + 6 = 10; so t = 3 * k = 3 * 10 = 30. Define futuristic sci-fi movie in Festi... | 10 | 10_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of elementary school in Clearwater Bay equals the total number of schools in Oakbridge City. The number of culinarian school in Oakbridge City equals 3. The number of elementary school in Oakbridge City equals the number of culinarian school in Oakbridge City. The number of culinarian school in Clearwater Ba... | What is the total number of schools in Clearwater Bay? | Define culinarian school in Oakbridge City as m; so m = 3. Define elementary school in Oakbridge City as N; so N = m = 3. Define total number of schools in Oakbridge City as I; so I = m + N = 3 + 3 = 6. Define elementary school in Clearwater Bay as n; so n = I = 6. Define culinarian school in Clearwater Bay as f; r = N... | 10 | 22_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of solemn period drama in Festival Lumière de Valmont equals 4. The number of futuristic sci-fi movie in Festival de Saint-Rivage equals the number of intense detective thriller in Festival de Saint-Rivage. The number of intense detective thriller in Cinéma de Montreval equals 3. The number of solemn period ... | How many upbeat metropolis comedy does Cinéma de Montreval have? | Define solemn period drama in Festival de Saint-Rivage as R; so R = 2. Define intense detective thriller in Festival de Saint-Rivage as i; so i = R = 2. Define futuristic sci-fi movie in Festival de Saint-Rivage as b; so b = i = 2. Define total number of movies in Festival de Saint-Rivage as u; E = b + R = 2 + 2 = 4; s... | 10 | 22_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of regional medical school in Brightford equals 3 plus the number of public highschool in Brightford. The number of public highschool in Brightford equals 3. The number of regional medical school in Westhaven City equals 3 plus the number of private middle school in Westhaven City. The number of private midd... | What is the total number of schools in Evervale City? | Define public highschool in Brightford as Z; so Z = 3. Define regional medical school in Brightford as n; u = Z = 3; so n = 3 + u = 3 + 3 = 6. Define total number of schools in Brightford as S; so S = Z + n = 3 + 6 = 9. Define public highschool in Evervale City as B; R = S + Z = 9 + 3 = 12; v = R + n = 12 + 6 = 18; so ... | 10 | 12_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in West Sahara Movie Festival equals the sum of the total number of movies in Verdi Movie Festival, the number of futuristic sci-fi movie in Verdi Movie Festival, and the number of solemn period drama in Verdi Movie Festival. The number of solemn period drama in Verdi Movie Festiva... | What is the total number of movies in West Sahara Movie Festival? | Define solemn period drama in Verdi Movie Festival as A; so A = 2. Define calm road movie in Verdi Movie Festival as b; so b = A = 2. Define futuristic sci-fi movie in Verdi Movie Festival as h; so h = b = 2. Define total number of movies in Verdi Movie Festival as P; H = A + b = 2 + 2 = 4; so P = H + h = 4 + 2 = 6. De... | 10 | 19_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of culinarian school in Riverton City equals the number of elementary school in Clearwater Bay. The number of private middle school in Riverton City equals 4. The number of culinarian school in Clearwater Bay equals the number of public highschool in Riverton City. The number of elementary school in Riverton... | How many elementary school does Clearwater Bay have? | Define private middle school in Riverton City as X; so X = 4. Define elementary school in Riverton City as E; so E = X = 4. Define regional medical school in Ruby Bay as m; so m = E = 4. Define public highschool in Riverton City as W; H = m + X = 4 + 4 = 8; so W = H + E = 8 + 4 = 12. Define elementary school in Clearwa... | 10 | 9_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of elementary school in Westhaven City equals 4. The number of elementary school in Glenfield City equals 3 plus the difference between the number of elementary school in Westhaven City and the total number of schools in Westhaven City. The number of regional medical school in Glenfield City equals 2 times t... | What is the total number of schools in Glenfield City? | Define elementary school in Westhaven City as N; so N = 4. Define total number of schools in Westhaven City as W; so W = N = 4. Define regional medical school in Glenfield City as Z; U = W + N = 4 + 4 = 8; so Z = 2 * U = 2 * 8 = 16. Define elementary school in Glenfield City as P; Q = N - W = 4 - 4 = 0; so P = 3 + Q = ... | 10 | 7_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Cinéma de Montreval equals 2. The number of calm road movie in Cinéma de Montreval equals 2. The number of intense detective thriller in Cinéma de Montreval equals the sum of the total number of movies in Festival de Clairmont, the number of intense detective thriller in Festiv... | How many intense detective thriller does Cinéma de Montreval have? | Define intense detective thriller in Festival de Clairmont as u; so u = 2. Define upbeat metropolis comedy in Festival de Clairmont as s; so s = 3. Define calm road movie in Festival de Clairmont as y; so y = u + s = 2 + 3 = 5. Define total number of movies in Festival de Clairmont as P; z = y + u = 5 + 2 = 7; so P = z... | 10 | 13_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Cinéma de Montreval equals the number of calm road movie in Cinéma de Montreval. The number of calm road movie in Festival Lumière de Valmont equals 1. The number of upbeat metropolis comedy in Festival Lumière de Valmont equals 2. The number of calm road movie in Cinéma de Mon... | What is the total number of movies in Cinéma de Montreval? | Define upbeat metropolis comedy in Festival Lumière de Valmont as U; so U = 2. Define calm road movie in Festival Lumière de Valmont as d; so d = 1. Define total number of movies in Festival Lumière de Valmont as S; so S = U + d = 2 + 1 = 3. Define calm road movie in Cinéma de Montreval as K; O = S + d = 3 + 1 = 4; so ... | 10 | 16_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Cinéma de Montreval equals 2 times the number of futuristic sci-fi movie in Rêves de Belleville. The number of upbeat metropolis comedy in Cinéma de Montreval equals 4 plus the sum of the total number of movies in Rêves de Belleville, the number of futuristic sci-fi movie in Rêv... | What is the total number of movies in Cinéma de Montreval? | Define futuristic sci-fi movie in Rêves de Belleville as J; so J = 3. Define futuristic sci-fi movie in Cinéma de Montreval as S; Y = J = 3; so S = 2 * Y = 2 * 3 = 6. Define total number of movies in Rêves de Belleville as U; so U = J = 3. Define upbeat metropolis comedy in Cinéma de Montreval as p; r = U + J = 3 + 3 =... | 10 | 16_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of private middle school in Hawkesbury equals 3 times the sum of the total number of schools in Brightford, the number of public highschool in Glenfield City, and the number of culinarian school in Brightford. The number of culinarian school in Brightford equals the number of public highschool in Glenfield C... | What is the total number of schools in Hawkesbury? | Define public highschool in Glenfield City as L; so L = 4. Define culinarian school in Brightford as d; so d = L = 4. Define total number of schools in Brightford as n; so n = d = 4. Define private middle school in Hawkesbury as b; r = n + L = 4 + 4 = 8; o = r + d = 8 + 4 = 12; so b = 3 * o = 3 * 12 = 36. Define elemen... | 10 | 10_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Northwood Movie Festival equals 3 plus the number of futuristic sci-fi movie in Northwood Movie Festival. The number of futuristic sci-fi movie in Verdi Movie Festival equals 3 times the sum of the number of upbeat metropolis comedy in Verdi Movie Festival, the total number of ... | How many futuristic sci-fi movie does Verdi Movie Festival have? | Define futuristic sci-fi movie in Northwood Movie Festival as B; so B = 3. Define upbeat metropolis comedy in Northwood Movie Festival as t; D = B = 3; so t = 3 + D = 3 + 3 = 6. Define total number of movies in Northwood Movie Festival as s; so s = B + t = 3 + 6 = 9. Define upbeat metropolis comedy in Verdi Movie Festi... | 10 | 19_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of elementary school in Brightford equals the number of public highschool in Brightford. The number of private middle school in Westhaven City equals the number of private middle school in Brightford. The number of elementary school in Westhaven City equals 3. The number of public highschool in Brightford eq... | What is the total number of schools in Hawkesbury? | Define public highschool in Brightford as t; so t = 4. Define private middle school in Hawkesbury as V; J = t = 4; so V = 3 * J = 3 * 4 = 12. Define public highschool in Hawkesbury as m; I = V + t = 12 + 4 = 16; so m = 4 + I = 4 + 16 = 20. Define elementary school in Hawkesbury as y; so y = m = 20. Define total number ... | 10 | 13_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Rêves de Belleville equals 2 times the number of intense detective thriller in Rêves de Belleville. The number of upbeat metropolis comedy in Festival de Saint-Rivage equals the total number of movies in Rêves de Belleville. The number of intense detective thriller in Rêves de ... | What is the total number of movies in Festival de Saint-Rivage? | Define intense detective thriller in Rêves de Belleville as A; so A = 1. Define upbeat metropolis comedy in Rêves de Belleville as n; O = A = 1; so n = 2 * O = 2 * 1 = 2. Define total number of movies in Rêves de Belleville as g; so g = n + A = 2 + 1 = 3. Define upbeat metropolis comedy in Festival de Saint-Rivage as D... | 10 | 12_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult parrot in Beverly Forest equals 4 times the number of adult blue jay in Beverly Forest. The number of adult crow in Maple Creek equals 4 times the sum of the total number of adult animals in Beverly Forest, the number of adult blue jay in Beverly Forest, and the number of adult parrot in Beverly For... | What is the total number of adult animals in Maple Creek? | Define adult blue jay in Beverly Forest as T; so T = 2. Define adult parrot in Beverly Forest as D; u = T = 2; so D = 4 * u = 4 * 2 = 8. Define total number of adult animals in Beverly Forest as F; so F = D + T = 8 + 2 = 10. Define adult crow in Maple Creek as V; Y = F + T = 10 + 2 = 12; O = Y + D = 12 + 8 = 20; so V =... | 10 | 11_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult bear in Cedar Valley equals the number of adult deer in Pine Ridge. The number of adult deer in Pine Ridge equals 4. The number of adult deer in Cedar Valley equals 3 times the difference between the total number of adult animals in Pine Ridge and the number of adult bear in Pine Ridge. The number o... | What is the total number of adult animals in Cedar Valley? | Define adult deer in Pine Ridge as u; so u = 4. Define adult bear in Pine Ridge as j; so j = 2. Define total number of adult animals in Pine Ridge as c; so c = j + u = 2 + 4 = 6. Define adult deer in Cedar Valley as k; x = c - j = 6 - 2 = 4; so k = 3 * x = 3 * 4 = 12. Define adult bear in Cedar Valley as A; so A = u = ... | 10 | 3_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of elementary school in Ruby Bay equals 4 times the number of culinarian school in Clearwater Bay. The number of public highschool in Clearwater Bay equals the number of private middle school in Shoreline City. The number of culinarian school in Clearwater Bay equals 4. The number of private middle school in... | How many elementary school does Oakbridge City have? | Define elementary school in Shoreline City as R; so R = 4. Define private middle school in Shoreline City as t; so t = R = 4. Define total number of schools in Shoreline City as y; so y = R + t = 4 + 4 = 8. Define private middle school in Clearwater Bay as s; d = y + R = 8 + 4 = 12; so s = d + t = 12 + 4 = 16. Define e... | 10 | 15_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of culinarian school in Riverton City equals 4 plus the difference between the number of regional medical school in Riverton City and the number of elementary school in Ruby Bay. The number of regional medical school in Riverton City equals 3 times the sum of the total number of schools in Ruby Bay and the n... | What is the total number of schools in Riverton City? | Define elementary school in Ruby Bay as R; so R = 4. Define total number of schools in Ruby Bay as Y; so Y = R = 4. Define regional medical school in Riverton City as C; y = Y + R = 4 + 4 = 8; so C = 3 * y = 3 * 8 = 24. Define culinarian school in Riverton City as X; I = C - R = 24 - 4 = 20; so X = 4 + I = 4 + 20 = 24.... | 10 | 3_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of culinarian school in Glenfield City equals the total number of schools in Evervale City. The number of private middle school in Evervale City equals 4 times the sum of the total number of schools in Westhaven City and the number of culinarian school in Westhaven City. The number of private middle school i... | How many private middle school does Glenfield City have? | Define culinarian school in Westhaven City as t; so t = 4. Define total number of schools in Westhaven City as V; so V = t = 4. Define private middle school in Evervale City as W; v = V + t = 4 + 4 = 8; so W = 4 * v = 4 * 8 = 32. Define total number of schools in Evervale City as K; so K = W = 32. Define culinarian sch... | 10 | 1_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of elementary school in Evervale City equals the number of public highschool in Evervale City. The number of public highschool in Evervale City equals 2. The number of public highschool in Glenfield City equals the sum of the total number of schools in Evervale City and the number of public highschool in Eve... | What is the total number of schools in Glenfield City? | Define public highschool in Evervale City as T; so T = 2. Define elementary school in Evervale City as I; so I = T = 2. Define total number of schools in Evervale City as K; so K = T + I = 2 + 2 = 4. Define elementary school in Glenfield City as a; so a = K - T = 4 - 2 = 2. Define public highschool in Glenfield City as... | 10 | 21_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult blue jay in Bundle Ranch equals 3 times the number of adult blue jay in Mayer Aquarium. The number of adult crow in Bundle Ranch equals 2 plus the sum of the number of adult eagle in Bundle Ranch, the number of adult blue jay in Mayer Aquarium, and the number of adult parrot in Bundle Ranch. The num... | What is the total number of adult animals in Hamilton Farm? | Define adult crow in Mayer Aquarium as e; so e = 4. Define adult blue jay in Hamilton Farm as G; so G = e = 4. Define adult eagle in Hamilton Farm as E; so E = e = 4. Define adult parrot in Hamilton Farm as r; k = E + e = 4 + 4 = 8; q = k + G = 8 + 4 = 12; so r = 1 + q = 1 + 12 = 13. Define total number of adult animal... | 10 | 21_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Verdi Movie Festival equals 4 times the sum of the total number of movies in Taylor Movie Festival, the number of solemn period drama in Taylor Movie Festival, and the number of upbeat metropolis comedy in Taylor Movie Festival. The number of solemn period drama in Taylor Movie ... | What is the total number of movies in Verdi Movie Festival? | Define solemn period drama in Taylor Movie Festival as Y; so Y = 4. Define upbeat metropolis comedy in Taylor Movie Festival as K; b = Y = 4; so K = 2 * b = 2 * 4 = 8. Define total number of movies in Taylor Movie Festival as B; so B = Y + K = 4 + 8 = 12. Define futuristic sci-fi movie in Verdi Movie Festival as D; U =... | 10 | 5_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult eagle in South Zoo equals 2 times the total number of adult animals in Mayer Aquarium. The number of adult blue jay in Mayer Aquarium equals 2. The number of adult blue jay in South Zoo equals 2 times the sum of the number of adult eagle in South Zoo and the number of adult eagle in Mayer Aquarium. ... | How many adult parrot does South Zoo have? | Define adult eagle in Mayer Aquarium as Y; so Y = 3. Define adult blue jay in Mayer Aquarium as a; so a = 2. Define total number of adult animals in Mayer Aquarium as W; so W = a + Y = 2 + 3 = 5. Define adult eagle in South Zoo as K; S = W = 5; so K = 2 * S = 2 * 5 = 10. Define adult blue jay in South Zoo as k; s = K +... | 10 | 22_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult fox in Jefferson Circus equals 4. The number of adult racoon in Hamilton Farm equals 1. The number of adult deer in Mayer Aquarium equals the sum of the number of adult bear in Mayer Aquarium, the number of adult wolf in Mayer Aquarium, and the number of adult bear in Bundle Ranch. The number of adu... | What is the total number of adult animals in Mayer Aquarium? | Define adult bear in Bundle Ranch as T; so T = 3. Define adult bear in Mayer Aquarium as f; M = T = 3; so f = 2 * M = 2 * 3 = 6. Define adult wolf in Mayer Aquarium as s; so s = 4. Define adult deer in Mayer Aquarium as B; K = f + s = 6 + 4 = 10; so B = K + T = 10 + 3 = 13. Define total number of adult animals in Mayer... | 10 | 9_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of intense detective thriller in Festival Lumière de Valmont equals 4 plus the number of futuristic sci-fi movie in Festival Lumière de Valmont. The number of futuristic sci-fi movie in Festival Lumière de Valmont equals 4. The number of upbeat metropolis comedy in Rêves de Belleville equals 2 plus the total... | What is the total number of movies in Rêves de Belleville? | Define futuristic sci-fi movie in Festival Lumière de Valmont as s; so s = 4. Define intense detective thriller in Festival Lumière de Valmont as b; C = s = 4; so b = 4 + C = 4 + 4 = 8. Define upbeat metropolis comedy in Festival Lumière de Valmont as O; so O = b = 8. Define total number of movies in Festival Lumière d... | 10 | 11_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of solemn period drama in Golden Banana Movie Festival equals 3. The number of intense detective thriller in Golden Banana Movie Festival equals 2 plus the total number of movies in West Sahara Movie Festival. The number of intense detective thriller in West Sahara Movie Festival equals 2 times the number of... | What is the total number of movies in Golden Banana Movie Festival? | Define solemn period drama in West Sahara Movie Festival as i; so i = 3. Define solemn period drama in Golden Banana Movie Festival as V; so V = 3. Define intense detective thriller in West Sahara Movie Festival as a; A = V = 3; so a = 2 * A = 2 * 3 = 6. Define total number of movies in West Sahara Movie Festival as o;... | 10 | 14_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult bear in Hamilton Farm equals 4. The number of adult fox in Hamilton Farm equals the sum of the number of adult deer in Jefferson Circus and the number of adult racoon in Hamilton Farm. The number of adult racoon in Hamilton Farm equals 3 plus the difference between the number of adult bear in Jeffer... | What is the total number of adult animals in South Zoo? | Define adult racoon in Bundle Ranch as J; so J = 4. Define adult deer in Bundle Ranch as Z; so Z = J = 4. Define total number of adult animals in Bundle Ranch as I; so I = Z + J = 4 + 4 = 8. Define adult racoon in South Zoo as D; so D = I = 8. Define adult bear in South Zoo as O; so O = 4. Define adult fox in South Zoo... | 10 | 6_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of intense detective thriller in Golden Banana Movie Festival equals 3. The number of intense detective thriller in Northwood Movie Festival equals 1 plus the difference between the total number of movies in Golden Banana Movie Festival and the number of intense detective thriller in Golden Banana Movie Fest... | How many intense detective thriller does Northwood Movie Festival have? | Define intense detective thriller in Golden Banana Movie Festival as W; so W = 3. Define solemn period drama in Golden Banana Movie Festival as E; B = W = 3; so E = 4 * B = 4 * 3 = 12. Define calm road movie in Golden Banana Movie Festival as h; so h = E = 12. Define total number of movies in Golden Banana Movie Festiv... | 10 | 11_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of solemn period drama in Festival de Clairmont equals 2. The number of intense detective thriller in Rêves de Belleville equals the number of solemn period drama in Festival de Clairmont. The number of futuristic sci-fi movie in Festival de Saint-Rivage equals 2. The number of intense detective thriller in ... | How many intense detective thriller does Festival Lumière de Valmont have? | Define solemn period drama in Festival de Clairmont as c; so c = 2. Define intense detective thriller in Rêves de Belleville as r; so r = c = 2. Define futuristic sci-fi movie in Rêves de Belleville as Q; so Q = c = 2. Define total number of movies in Rêves de Belleville as o; so o = r + Q = 2 + 2 = 4. Define upbeat me... | 10 | 13_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of culinarian school in Brightford equals 2. The number of private middle school in Westhaven City equals 3 times the sum of the total number of schools in Brightford and the number of culinarian school in Brightford. The number of culinarian school in Westhaven City equals the sum of the number of private m... | What is the total number of schools in Westhaven City? | Define culinarian school in Brightford as T; so T = 2. Define total number of schools in Brightford as Q; so Q = T = 2. Define private middle school in Westhaven City as h; i = Q + T = 2 + 2 = 4; so h = 3 * i = 3 * 4 = 12. Define culinarian school in Westhaven City as B; a = h + Q = 12 + 2 = 14; so B = a + T = 14 + 2 =... | 10 | 10_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of private middle school in Westhaven City equals 3. The number of culinarian school in Evervale City equals 2 times the sum of the total number of schools in Westhaven City and the number of private middle school in Westhaven City. The number of private middle school in Evervale City equals the number of cu... | What is the total number of schools in Evervale City? | Define private middle school in Westhaven City as B; so B = 3. Define culinarian school in Westhaven City as b; so b = B = 3. Define total number of schools in Westhaven City as E; so E = b + B = 3 + 3 = 6. Define culinarian school in Evervale City as P; k = E + B = 6 + 3 = 9; so P = 2 * k = 2 * 9 = 18. Define private ... | 10 | 22_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Cinéma de Montreval equals 4. The number of futuristic sci-fi movie in Festival Lumière de Valmont equals the number of calm road movie in Festival de Clairmont. The number of upbeat metropolis comedy in Festival de Clairmont equals 2 plus the number of calm road movie in Festiv... | What is the total number of movies in Festival de Saint-Rivage? | Define upbeat metropolis comedy in Festival de Saint-Rivage as S; so S = 3. Define intense detective thriller in Festival de Saint-Rivage as Q; R = S = 3; so Q = 1 + R = 1 + 3 = 4. Define calm road movie in Festival de Saint-Rivage as q; so q = Q = 4. Define futuristic sci-fi movie in Festival de Saint-Rivage as e; W =... | 10 | 16_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of regional medical school in Westhaven City equals 3. The number of elementary school in Hawkesbury equals 3 plus the number of private middle school in Brightford. The number of private middle school in Westhaven City equals 3. The number of elementary school in Brightford equals the sum of the number of c... | What is the total number of schools in Evervale City? | Define culinarian school in Hawkesbury as g; so g = 3. Define culinarian school in Evervale City as k; so k = g = 3. Define regional medical school in Evervale City as t; so t = g + k = 3 + 3 = 6. Define elementary school in Brightford as W; so W = g + k = 3 + 3 = 6. Define elementary school in Evervale City as X; so X... | 10 | 9_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of regional medical school in Shoreline City equals 3. The number of elementary school in Shoreline City equals the sum of the number of private middle school in Clearwater Bay and the number of regional medical school in Clearwater Bay. The number of private middle school in Shoreline City equals 2 plus the... | What is the total number of schools in Ruby Bay? | Define culinarian school in Clearwater Bay as Y; so Y = 4. Define private middle school in Ruby Bay as e; l = Y = 4; so e = 1 + l = 1 + 4 = 5. Define culinarian school in Ruby Bay as Q; E = e + Y = 5 + 4 = 9; so Q = 1 + E = 1 + 9 = 10. Define regional medical school in Ruby Bay as H; so H = e = 5. Define total number o... | 10 | 19_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult blue jay in Maple Creek equals the total number of adult animals in Pine Ridge. The number of adult blue jay in Pine Ridge equals the number of adult crow in Pine Ridge. The number of adult crow in Maple Creek equals the sum of the number of adult crow in Pine Ridge, the number of adult blue jay in ... | What is the total number of adult animals in Maple Creek? | Define adult crow in Pine Ridge as q; so q = 2. Define adult blue jay in Pine Ridge as l; so l = q = 2. Define total number of adult animals in Pine Ridge as R; so R = q + l = 2 + 2 = 4. Define adult blue jay in Maple Creek as c; so c = R = 4. Define adult crow in Maple Creek as p; Y = q + l = 2 + 2 = 4; so p = Y + c =... | 10 | 9_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult racoon in Pine Ridge equals 2. The number of adult deer in Maple Creek equals the number of adult racoon in Maple Creek. The number of adult deer in Pine Ridge equals 3. The number of adult racoon in Maple Creek equals 3 times the difference between the total number of adult animals in Pine Ridge an... | What is the total number of adult animals in Maple Creek? | Define adult racoon in Pine Ridge as b; so b = 2. Define adult deer in Pine Ridge as D; so D = 3. Define total number of adult animals in Pine Ridge as m; so m = b + D = 2 + 3 = 5. Define adult racoon in Maple Creek as Q; g = m - D = 5 - 3 = 2; so Q = 3 * g = 3 * 2 = 6. Define adult deer in Maple Creek as K; so K = Q =... | 10 | 16_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult owl in Bundle Ranch equals the number of adult eagle in Bundle Ranch. The number of adult crow in South Zoo equals 4. The number of adult eagle in Hamilton Farm equals the sum of the number of adult owl in South Zoo and the number of adult owl in Bundle Ranch. The number of adult parrot in South Zoo... | How many adult owl does Mayer Aquarium have? | Define adult crow in Bundle Ranch as W; so W = 3. Define adult eagle in Bundle Ranch as B; P = W = 3; so B = 2 + P = 2 + 3 = 5. Define adult parrot in Bundle Ranch as X; so X = 3. Define adult owl in Bundle Ranch as D; so D = B = 5. Define total number of adult animals in Bundle Ranch as w; m = D + B = 5 + 5 = 10; c = ... | 10 | 11_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult wolf in South Zoo equals 2 plus the sum of the number of adult bear in South Zoo and the total number of adult animals in Bundle Ranch. The number of adult bear in South Zoo equals 3 plus the sum of the total number of adult animals in Bundle Ranch and the number of adult wolf in Bundle Ranch. The n... | What is the total number of adult animals in South Zoo? | Define adult wolf in Bundle Ranch as j; so j = 3. Define total number of adult animals in Bundle Ranch as v; so v = j = 3. Define adult bear in South Zoo as q; h = v + j = 3 + 3 = 6; so q = 3 + h = 3 + 6 = 9. Define adult wolf in South Zoo as P; I = q + v = 9 + 3 = 12; so P = 2 + I = 2 + 12 = 14. Define total number of... | 10 | 1_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in West Sahara Movie Festival equals 4 plus the sum of the total number of movies in Golden Banana Movie Festival, the number of calm road movie in West Sahara Movie Festival, and the number of solemn period drama in Golden Banana Movie Festival. The number of solemn period drama ... | What is the total number of movies in West Sahara Movie Festival? | Define calm road movie in West Sahara Movie Festival as y; so y = 4. Define solemn period drama in Golden Banana Movie Festival as A; k = y = 4; so A = 1 + k = 1 + 4 = 5. Define total number of movies in Golden Banana Movie Festival as N; so N = A = 5. Define upbeat metropolis comedy in West Sahara Movie Festival as e;... | 10 | 13_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult deer in Hamilton Farm equals 3. The number of adult bear in Hamilton Farm equals 3 times the number of adult deer in Hamilton Farm. The number of adult bear in Mayer Aquarium equals 1 plus the sum of the total number of adult animals in Hamilton Farm, the number of adult deer in Hamilton Farm, and t... | What is the total number of adult animals in Mayer Aquarium? | Define adult deer in Hamilton Farm as l; so l = 3. Define adult bear in Hamilton Farm as s; G = l = 3; so s = 3 * G = 3 * 3 = 9. Define total number of adult animals in Hamilton Farm as d; so d = l + s = 3 + 9 = 12. Define adult bear in Mayer Aquarium as K; w = d + l = 12 + 3 = 15; H = w + s = 15 + 9 = 24; so K = 1 + H... | 10 | 2_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of regional medical school in Hawkesbury equals 2 plus the difference between the number of public highschool in Hawkesbury and the total number of schools in Glenfield City. The number of public highschool in Hawkesbury equals 4 plus the sum of the total number of schools in Glenfield City and the number of... | What is the total number of schools in Hawkesbury? | Define public highschool in Glenfield City as G; so G = 4. Define total number of schools in Glenfield City as i; so i = G = 4. Define public highschool in Hawkesbury as j; N = i + G = 4 + 4 = 8; so j = 4 + N = 4 + 8 = 12. Define regional medical school in Hawkesbury as R; o = j - i = 12 - 4 = 8; so R = 2 + o = 2 + 8 =... | 10 | 21_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of private middle school in Clearwater Bay equals the number of culinarian school in Oakbridge City. The number of private middle school in Oakbridge City equals 3. The number of culinarian school in Oakbridge City equals the total number of schools in Ruby Bay. The number of private middle school in Ruby Ba... | How many private middle school does Clearwater Bay have? | Define culinarian school in Clearwater Bay as r; so r = 4. Define culinarian school in Ruby Bay as P; H = r = 4; so P = 4 * H = 4 * 4 = 16. Define private middle school in Ruby Bay as E; so E = P = 16. Define elementary school in Ruby Bay as x; so x = P = 16. Define total number of schools in Ruby Bay as s; l = E + P =... | 10 | 11_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Verdi Movie Festival equals 1. The number of futuristic sci-fi movie in West Sahara Movie Festival equals 4 times the number of upbeat metropolis comedy in Taylor Movie Festival. The number of solemn period drama in Taylor Movie Festival equals 4. The number of solemn period dr... | How many futuristic sci-fi movie does Verdi Movie Festival have? | Define upbeat metropolis comedy in Taylor Movie Festival as B; so B = 2. Define futuristic sci-fi movie in West Sahara Movie Festival as R; J = B = 2; so R = 4 * J = 4 * 2 = 8. Define solemn period drama in West Sahara Movie Festival as s; so s = B = 2. Define total number of movies in West Sahara Movie Festival as V; ... | 10 | 19_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of regional medical school in Riverton City equals 1. The number of public highschool in Shoreline City equals the number of regional medical school in Riverton City. The number of elementary school in Shoreline City equals the total number of schools in Oakbridge City. The number of culinarian school in Cle... | What is the total number of schools in Shoreline City? | Define regional medical school in Riverton City as K; so K = 1. Define total number of schools in Riverton City as O; so O = K = 1. Define public highschool in Oakbridge City as p; so p = O = 1. Define total number of schools in Oakbridge City as G; so G = p = 1. Define elementary school in Shoreline City as Q; so Q = ... | 10 | 5_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of intense detective thriller in Northwood Movie Festival equals the number of calm road movie in Verdi Movie Festival. The number of solemn period drama in Taylor Movie Festival equals 1. The number of solemn period drama in West Sahara Movie Festival equals 3. The number of solemn period drama in Verdi Mov... | What is the total number of movies in Verdi Movie Festival? | Define futuristic sci-fi movie in Verdi Movie Festival as Q; so Q = 2. Define intense detective thriller in Verdi Movie Festival as A; u = Q = 2; so A = 3 + u = 3 + 2 = 5. Define solemn period drama in Verdi Movie Festival as U; D = Q = 2; so U = 2 * D = 2 * 2 = 4. Define calm road movie in Verdi Movie Festival as y; s... | 10 | 21_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Festival de Saint-Rivage equals 4 times the number of upbeat metropolis comedy in Rêves de Belleville. The number of upbeat metropolis comedy in Rêves de Belleville equals 2. The number of futuristic sci-fi movie in Festival de Saint-Rivage equals the difference between the tot... | What is the total number of movies in Festival de Saint-Rivage? | Define futuristic sci-fi movie in Rêves de Belleville as h; so h = 4. Define upbeat metropolis comedy in Rêves de Belleville as p; so p = 2. Define total number of movies in Rêves de Belleville as g; so g = p + h = 2 + 4 = 6. Define futuristic sci-fi movie in Festival de Saint-Rivage as t; so t = g - p = 6 - 2 = 4. Def... | 10 | 16_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult owl in South Zoo equals the number of adult owl in Jefferson Circus. The number of adult eagle in South Zoo equals 3 plus the total number of adult animals in Jefferson Circus. The number of adult owl in Jefferson Circus equals 4. The number of adult eagle in Jefferson Circus equals 1 plus the numbe... | What is the total number of adult animals in South Zoo? | Define adult owl in Jefferson Circus as J; so J = 4. Define adult eagle in Jefferson Circus as m; k = J = 4; so m = 1 + k = 1 + 4 = 5. Define total number of adult animals in Jefferson Circus as Y; so Y = J + m = 4 + 5 = 9. Define adult eagle in South Zoo as R; S = Y = 9; so R = 3 + S = 3 + 9 = 12. Define adult owl in ... | 10 | 8_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of private middle school in Hawkesbury equals 2 times the sum of the number of elementary school in Hawkesbury and the number of culinarian school in Brightford. The number of elementary school in Brightford equals 1 plus the number of culinarian school in Brightford. The number of culinarian school in Hawke... | What is the total number of schools in Hawkesbury? | Define culinarian school in Brightford as d; so d = 2. Define elementary school in Hawkesbury as k; so k = d = 2. Define private middle school in Hawkesbury as T; p = k + d = 2 + 2 = 4; so T = 2 * p = 2 * 4 = 8. Define culinarian school in Hawkesbury as V; so V = k + d = 2 + 2 = 4. Define total number of schools in Haw... | 10 | 1_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of calm road movie in Festival de Saint-Rivage equals 2. The number of futuristic sci-fi movie in Festival Lumière de Valmont equals the total number of movies in Festival de Saint-Rivage. The number of calm road movie in Festival Lumière de Valmont equals 1 plus the total number of movies in Festival de Sai... | What is the total number of movies in Festival Lumière de Valmont? | Define calm road movie in Festival de Saint-Rivage as E; so E = 2. Define futuristic sci-fi movie in Festival de Saint-Rivage as e; c = E = 2; so e = 3 * c = 3 * 2 = 6. Define total number of movies in Festival de Saint-Rivage as r; so r = E + e = 2 + 6 = 8. Define futuristic sci-fi movie in Festival Lumière de Valmont... | 10 | 10_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of solemn period drama in West Sahara Movie Festival equals 4 times the number of upbeat metropolis comedy in West Sahara Movie Festival. The number of upbeat metropolis comedy in West Sahara Movie Festival equals 2. The number of calm road movie in Verdi Movie Festival equals 1 plus the sum of the total num... | What is the total number of movies in Verdi Movie Festival? | Define upbeat metropolis comedy in West Sahara Movie Festival as b; so b = 2. Define solemn period drama in West Sahara Movie Festival as n; w = b = 2; so n = 4 * w = 4 * 2 = 8. Define total number of movies in West Sahara Movie Festival as y; so y = b + n = 2 + 8 = 10. Define calm road movie in Verdi Movie Festival as... | 10 | 5_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of regional medical school in Brightford equals 3. The number of public highschool in Hawkesbury equals 2. The number of regional medical school in Evervale City equals the number of private middle school in Evervale City. The number of public highschool in Evervale City equals 3 times the number of private ... | What is the total number of schools in Evervale City? | Define regional medical school in Brightford as d; so d = 3. Define private middle school in Evervale City as Q; so Q = d = 3. Define private middle school in Hawkesbury as Y; so Y = Q + d = 3 + 3 = 6. Define regional medical school in Evervale City as P; so P = Q = 3. Define public highschool in Evervale City as q; N ... | 10 | 9_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of regional medical school in Shoreline City equals 2 plus the number of public highschool in Shoreline City. The number of public highschool in Shoreline City equals 1. The number of regional medical school in Clearwater Bay equals 3 times the sum of the total number of schools in Shoreline City, the number... | What is the total number of schools in Clearwater Bay? | Define public highschool in Shoreline City as t; so t = 1. Define regional medical school in Shoreline City as h; T = t = 1; so h = 2 + T = 2 + 1 = 3. Define total number of schools in Shoreline City as U; so U = h + t = 3 + 1 = 4. Define regional medical school in Clearwater Bay as V; a = U + t = 4 + 1 = 5; D = a + h ... | 10 | 15_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Cinéma de Montreval equals 1 plus the difference between the total number of movies in Rêves de Belleville and the number of calm road movie in Rêves de Belleville. The number of calm road movie in Rêves de Belleville equals 3. The number of futuristic sci-fi movie in Rêves de B... | What is the total number of movies in Cinéma de Montreval? | Define calm road movie in Cinéma de Montreval as x; so x = 1. Define calm road movie in Rêves de Belleville as X; so X = 3. Define futuristic sci-fi movie in Rêves de Belleville as o; so o = 2. Define total number of movies in Rêves de Belleville as U; so U = X + o = 3 + 2 = 5. Define futuristic sci-fi movie in Cinéma ... | 10 | 16_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of elementary school in Westhaven City equals 2 times the sum of the total number of schools in Hawkesbury, the number of regional medical school in Hawkesbury, and the number of elementary school in Hawkesbury. The number of elementary school in Hawkesbury equals 3 times the number of regional medical schoo... | What is the total number of schools in Westhaven City? | Define regional medical school in Hawkesbury as W; so W = 4. Define elementary school in Hawkesbury as F; D = W = 4; so F = 3 * D = 3 * 4 = 12. Define total number of schools in Hawkesbury as A; so A = F + W = 12 + 4 = 16. Define elementary school in Westhaven City as X; s = A + W = 16 + 4 = 20; M = s + F = 20 + 12 = 3... | 10 | 21_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of public highschool in Westhaven City equals the sum of the number of elementary school in Evervale City, the number of elementary school in Hawkesbury, and the number of culinarian school in Hawkesbury. The number of public highschool in Evervale City equals 4. The number of culinarian school in Evervale C... | How many elementary school does Brightford have? | Define elementary school in Hawkesbury as p; so p = 4. Define culinarian school in Hawkesbury as V; A = p = 4; so V = 2 + A = 2 + 4 = 6. Define total number of schools in Hawkesbury as j; so j = p + V = 4 + 6 = 10. Define elementary school in Evervale City as W; so W = j = 10. Define public highschool in Westhaven City... | 10 | 3_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult eagle in Maple Creek equals the number of adult parrot in Maple Creek. The number of adult blue jay in Maple Creek equals 4 times the number of adult eagle in Maple Creek. The number of adult eagle in Pine Ridge equals 1 plus the total number of adult animals in Maple Creek. The number of adult parr... | How many adult eagle does Pine Ridge have? | Define adult blue jay in Pine Ridge as X; so X = 2. Define adult parrot in Maple Creek as E; so E = X = 2. Define adult eagle in Maple Creek as A; so A = E = 2. Define adult blue jay in Maple Creek as k; H = A = 2; so k = 4 * H = 4 * 2 = 8. Define total number of adult animals in Maple Creek as o; Q = k + A = 8 + 2 = 1... | 10 | 4_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of solemn period drama in Rêves de Belleville equals 1. The number of calm road movie in Festival de Clairmont equals 3 times the number of solemn period drama in Festival de Clairmont. The number of solemn period drama in Festival de Clairmont equals 2. The number of calm road movie in Rêves de Belleville e... | What is the total number of movies in Cinéma de Montreval? | Define solemn period drama in Festival de Clairmont as p; so p = 2. Define calm road movie in Festival de Clairmont as C; k = p = 2; so C = 3 * k = 3 * 2 = 6. Define total number of movies in Festival de Clairmont as t; so t = C + p = 6 + 2 = 8. Define solemn period drama in Cinéma de Montreval as F; so F = t = 8. Defi... | 10 | 18_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult eagle in Pine Ridge equals 1. The number of adult eagle in Beverly Forest equals 3 times the number of adult owl in Pine Ridge. The number of adult owl in Pine Ridge equals the number of adult eagle in Pine Ridge. The number of adult owl in Beverly Forest equals 4 times the total number of adult ani... | What is the total number of adult animals in Beverly Forest? | Define adult eagle in Pine Ridge as X; so X = 1. Define adult owl in Pine Ridge as Z; so Z = X = 1. Define total number of adult animals in Pine Ridge as F; so F = Z + X = 1 + 1 = 2. Define adult owl in Beverly Forest as k; V = F = 2; so k = 4 * V = 4 * 2 = 8. Define adult eagle in Beverly Forest as I; d = Z = 1; so I ... | 10 | 1_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of public highschool in Clearwater Bay equals 2 plus the number of elementary school in Clearwater Bay. The number of public highschool in Ruby Bay equals 2 times the total number of schools in Clearwater Bay. The number of elementary school in Ruby Bay equals the number of elementary school in Clearwater Ba... | What is the total number of schools in Ruby Bay? | Define elementary school in Clearwater Bay as a; so a = 4. Define public highschool in Clearwater Bay as A; v = a = 4; so A = 2 + v = 2 + 4 = 6. Define elementary school in Ruby Bay as O; so O = a = 4. Define total number of schools in Clearwater Bay as H; so H = a + A = 4 + 6 = 10. Define public highschool in Ruby Bay... | 10 | 10_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult owl in Oakridge Riverside equals 3. The number of adult eagle in Oakridge Riverside equals 3 times the number of adult owl in Oakridge Riverside. The number of adult owl in Pine Ridge equals 3 times the sum of the total number of adult animals in Oakridge Riverside, the number of adult owl in Oakrid... | What is the total number of adult animals in Pine Ridge? | Define adult owl in Oakridge Riverside as O; so O = 3. Define adult eagle in Oakridge Riverside as Z; t = O = 3; so Z = 3 * t = 3 * 3 = 9. Define total number of adult animals in Oakridge Riverside as M; so M = Z + O = 9 + 3 = 12. Define adult owl in Pine Ridge as W; I = M + O = 12 + 3 = 15; L = I + Z = 15 + 9 = 24; so... | 10 | 3_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of solemn period drama in Northwood Movie Festival equals the number of intense detective thriller in West Sahara Movie Festival. The number of futuristic sci-fi movie in Northwood Movie Festival equals 3. The number of solemn period drama in West Sahara Movie Festival equals the number of solemn period dram... | What is the total number of movies in Verdi Movie Festival? | Define futuristic sci-fi movie in Northwood Movie Festival as f; so f = 3. Define solemn period drama in Verdi Movie Festival as l; so l = f = 3. Define intense detective thriller in Verdi Movie Festival as j; k = f + l = 3 + 3 = 6; so j = 4 + k = 4 + 6 = 10. Define futuristic sci-fi movie in Verdi Movie Festival as m;... | 10 | 18_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of regional medical school in Clearwater Bay equals 4. The number of regional medical school in Oakbridge City equals the number of public highschool in Clearwater Bay. The number of public highschool in Ruby Bay equals 4. The number of private middle school in Oakbridge City equals the difference between th... | How many elementary school does Clearwater Bay have? | Define regional medical school in Clearwater Bay as h; so h = 4. Define private middle school in Shoreline City as l; Z = h = 4; so l = 4 * Z = 4 * 4 = 16. Define regional medical school in Shoreline City as B; so B = l = 16. Define total number of schools in Shoreline City as S; so S = l + B = 16 + 16 = 32. Define ele... | 10 | 13_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of private middle school in Hawkesbury equals 3 times the sum of the number of regional medical school in Hawkesbury and the total number of schools in Evervale City. The number of regional medical school in Hawkesbury equals the sum of the total number of schools in Evervale City, the number of regional med... | How many private middle school does Hawkesbury have? | Define regional medical school in Evervale City as h; so h = 2. Define private middle school in Evervale City as A; so A = h = 2. Define total number of schools in Evervale City as a; so a = A + h = 2 + 2 = 4. Define regional medical school in Hawkesbury as V; l = a + h = 4 + 2 = 6; so V = l + A = 6 + 2 = 8. Define pri... | 10 | 3_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult crow in Maple Creek equals the sum of the number of adult parrot in Cedar Valley, the number of adult crow in Pine Ridge, the number of adult parrot in Pine Ridge, and the total number of adult animals in Pine Ridge. The number of adult crow in Pine Ridge equals 1. The number of adult crow in Oakrid... | How many adult crow does Maple Creek have? | Define adult crow in Pine Ridge as F; so F = 1. Define adult parrot in Pine Ridge as Z; q = F = 1; so Z = 2 + q = 2 + 1 = 3. Define total number of adult animals in Pine Ridge as g; so g = F + Z = 1 + 3 = 4. Define adult parrot in Cedar Valley as z; so z = g = 4. Define adult crow in Maple Creek as P; S = z + F = 4 + 1... | 10 | 1_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Taylor Movie Festival equals the number of calm road movie in Taylor Movie Festival. The number of futuristic sci-fi movie in Northwood Movie Festival equals the difference between the number of calm road movie in Northwood Movie Festival and the number of calm road movie in Tay... | How many futuristic sci-fi movie does Northwood Movie Festival have? | Define calm road movie in Taylor Movie Festival as A; so A = 2. Define futuristic sci-fi movie in Taylor Movie Festival as U; so U = A = 2. Define total number of movies in Taylor Movie Festival as L; so L = A + U = 2 + 2 = 4. Define calm road movie in Northwood Movie Festival as B; G = L + A = 4 + 2 = 6; N = G + U = 6... | 10 | 14_p8 | movie_festival_awards | normalforward | zero_context | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.