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 racoon in Cedar Valley equals 3 times the number of adult deer in Cedar Valley. The number of adult wolf in Beverly Forest equals the number of adult racoon in Cedar Valley. The number of adult racoon in Oakridge Riverside equals 2. The number of adult deer in Beverly Forest equals the number of adu... | What is the total number of adult animals in Cedar Valley? | Define adult deer in Cedar Valley as y; so y = 3. Define adult fox in Cedar Valley as s; so s = y = 3. Define adult racoon in Cedar Valley as i; O = y = 3; so i = 3 * O = 3 * 3 = 9. Define adult wolf in Cedar Valley as U; z = s = 3; so U = 3 + z = 3 + 3 = 6. Define total number of adult animals in Cedar Valley as t; w ... | 10 | 5_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of elementary school in Oakbridge City equals 2 times the number of regional medical school in Oakbridge City. The number of public highschool in Riverton City equals 3. The number of regional medical school in Oakbridge City equals 1 plus the number of elementary school in Ruby Bay. The number of regional m... | What is the total number of schools in Oakbridge City? | Define elementary school in Ruby Bay as O; so O = 4. Define public highschool in Oakbridge City as t; w = O = 4; so t = 3 * w = 3 * 4 = 12. Define regional medical school in Oakbridge City as E; I = O = 4; so E = 1 + I = 1 + 4 = 5. Define elementary school in Oakbridge City as o; x = E = 5; so o = 2 * x = 2 * 5 = 10. D... | 10 | 12_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of private middle school in Westhaven City equals 2. The number of culinarian school in Brightford equals 2 plus the number of private middle school in Westhaven City. The number of public highschool in Brightford equals 3 plus the total number of schools in Westhaven City. The number of culinarian school in... | What is the total number of schools in Brightford? | Define private middle school in Westhaven City as R; so R = 2. Define public highschool in Westhaven City as i; so i = R = 2. Define total number of schools in Westhaven City as C; so C = i + R = 2 + 2 = 4. Define public highschool in Brightford as o; a = C = 4; so o = 3 + a = 3 + 4 = 7. Define culinarian school in Bri... | 10 | 1_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult crow in Cedar Valley equals 2. The number of adult owl in Maple Creek equals 3 plus the sum of the total number of adult animals in Cedar Valley, the number of adult crow in Cedar Valley, and the number of adult owl in Cedar Valley. The number of adult owl in Cedar Valley equals 4 plus the number of... | What is the total number of adult animals in Maple Creek? | Define adult crow in Cedar Valley as p; so p = 2. Define adult owl in Cedar Valley as J; C = p = 2; so J = 4 + C = 4 + 2 = 6. Define total number of adult animals in Cedar Valley as G; so G = p + J = 2 + 6 = 8. Define adult owl in Maple Creek as b; U = G + p = 8 + 2 = 10; o = U + J = 10 + 6 = 16; so b = 3 + o = 3 + 16 ... | 10 | 19_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of solemn period drama in Festival Lumière de Valmont equals the number of futuristic sci-fi movie in Festival de Saint-Rivage. The number of solemn period drama in Festival de Saint-Rivage equals the number of futuristic sci-fi movie in Festival de Saint-Rivage. The number of futuristic sci-fi movie in Fest... | What is the total number of movies in Festival Lumière de Valmont? | Define futuristic sci-fi movie in Festival de Saint-Rivage as H; so H = 4. Define solemn period drama in Festival de Saint-Rivage as K; so K = H = 4. Define total number of movies in Festival de Saint-Rivage as J; so J = H + K = 4 + 4 = 8. Define futuristic sci-fi movie in Festival Lumière de Valmont as d; z = J - H = ... | 10 | 16_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Northwood Movie Festival equals 1. The number of intense detective thriller in West Sahara Movie Festival equals 2. The number of upbeat metropolis comedy in West Sahara Movie Festival equals the sum of the number of calm road movie in Taylor Movie Festival and the number of int... | How many upbeat metropolis comedy does West Sahara Movie Festival have? | Define futuristic sci-fi movie in Northwood Movie Festival as y; so y = 1. Define intense detective thriller in Northwood Movie Festival as d; q = y = 1; so d = 2 * q = 2 * 1 = 2. Define solemn period drama in Northwood Movie Festival as r; so r = y = 1. Define total number of movies in Northwood Movie Festival as P; I... | 10 | 21_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of intense detective thriller in Cinéma de Montreval equals 4. The number of solemn period drama in Cinéma de Montreval equals 3 times the number of intense detective thriller 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 de S... | What is the total number of movies in Festival de Saint-Rivage? | Define calm road movie in Cinéma de Montreval as B; so B = 2. Define intense detective thriller in Festival de Saint-Rivage as l; z = B = 2; so l = 1 + z = 1 + 2 = 3. Define upbeat metropolis comedy in Festival de Saint-Rivage as I; so I = 3. Define calm road movie in Festival de Saint-Rivage as E; K = l + B = 3 + 2 = ... | 10 | 20_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult blue jay in Cedar Valley equals the total number of adult animals in Pine Ridge. The number of adult blue jay in Pine Ridge equals 3 plus the number of adult owl in Pine Ridge. The number of adult owl in Pine Ridge equals 3. The number of adult owl in Cedar Valley equals the sum of the total number ... | What is the total number of adult animals in Cedar Valley? | Define adult owl in Pine Ridge as m; so m = 3. Define adult blue jay in Pine Ridge as M; K = m = 3; so M = 3 + K = 3 + 3 = 6. Define total number of adult animals in Pine Ridge as N; so N = M + m = 6 + 3 = 9. Define adult blue jay in Cedar Valley as P; so P = N = 9. Define adult owl in Cedar Valley as v; so v = N + m =... | 10 | 20_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Rêves de Belleville equals 3. The number of upbeat metropolis comedy in Cinéma de Montreval equals 2. The number of upbeat metropolis comedy in Festival de Saint-Rivage equals 3 times the number of calm road movie in Festival de Saint-Rivage. The number of calm road movie in Cin... | How many calm road movie does Rêves de Belleville have? | Define calm road movie in Festival de Saint-Rivage as a; so a = 3. Define futuristic sci-fi movie in Festival de Saint-Rivage as o; Y = a = 3; so o = 4 + Y = 4 + 3 = 7. Define upbeat metropolis comedy in Festival de Saint-Rivage as P; w = a = 3; so P = 3 * w = 3 * 3 = 9. Define total number of movies in Festival de Sai... | 10 | 17_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of calm road movie in Verdi Movie Festival equals the difference between the total number of movies in West Sahara Movie Festival and the number of upbeat metropolis comedy in West Sahara Movie Festival. The number of upbeat metropolis comedy in Taylor Movie Festival equals 2. The number of futuristic sci-fi... | What is the total number of movies in Verdi Movie Festival? | Define upbeat metropolis comedy in West Sahara Movie Festival as P; so P = 4. Define futuristic sci-fi movie in West Sahara Movie Festival as e; A = P = 4; so e = 2 + A = 2 + 4 = 6. Define total number of movies in West Sahara Movie Festival as B; so B = e + P = 6 + 4 = 10. Define calm road movie in Verdi Movie Festiva... | 10 | 12_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of public highschool in Ruby Bay equals 2. The number of culinarian school in Oakbridge City equals 4 plus the number of public highschool in Oakbridge City. The number of public highschool in Oakbridge City equals 2. The number of culinarian school in Ruby Bay equals 1 plus the total number of schools in Oa... | What is the total number of schools in Ruby Bay? | Define public highschool in Oakbridge City as z; so z = 2. Define culinarian school in Oakbridge City as P; h = z = 2; so P = 4 + h = 4 + 2 = 6. Define total number of schools in Oakbridge City as X; so X = z + P = 2 + 6 = 8. Define culinarian school in Ruby Bay as F; j = X = 8; so F = 1 + j = 1 + 8 = 9. Define public ... | 10 | 7_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult eagle in Mayer Aquarium equals 2. The number of adult owl in Bundle Ranch equals 2 plus the difference between the total number of adult animals in Mayer Aquarium and the number of adult eagle in Mayer Aquarium. The number of adult parrot in Bundle Ranch equals 3 times the sum of the number of adult... | What is the total number of adult animals in Bundle Ranch? | Define adult eagle in Mayer Aquarium as E; so E = 2. Define total number of adult animals in Mayer Aquarium as L; so L = E = 2. Define adult owl in Bundle Ranch as Y; T = L - E = 2 - 2 = 0; so Y = 2 + T = 2 + 0 = 2. Define adult parrot in Bundle Ranch as s; G = Y + E = 2 + 2 = 4; so s = 3 * G = 3 * 4 = 12. Define total... | 10 | 7_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Cinéma de Montreval equals 3. The number of upbeat metropolis comedy in Festival Lumière de Valmont equals 2 times the number of intense detective thriller in Festival Lumière de Valmont. The number of intense detective thriller in Festival Lumière de Valmont equals 4 times the... | What is the total number of movies in Festival Lumière de Valmont? | Define intense detective thriller in Cinéma de Montreval as M; so M = 2. Define upbeat metropolis comedy in Cinéma de Montreval as O; so O = 3. Define total number of movies in Cinéma de Montreval as G; so G = O + M = 3 + 2 = 5. Define intense detective thriller in Festival Lumière de Valmont as m; R = G = 5; so m = 4 ... | 10 | 8_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of calm road movie in Cinéma de Montreval equals 3 times the sum of the total number of movies in Festival de Clairmont, the number of solemn period drama in Festival de Clairmont, and the number of futuristic sci-fi movie in Festival de Saint-Rivage. The number of futuristic sci-fi movie in Festival de Sain... | How many calm road movie does Cinéma de Montreval have? | Define futuristic sci-fi movie in Festival de Saint-Rivage as g; so g = 1. Define solemn period drama in Festival de Clairmont as V; x = g = 1; so V = 3 * x = 3 * 1 = 3. Define futuristic sci-fi movie in Festival de Clairmont as z; so z = V = 3. Define total number of movies in Festival de Clairmont as Q; so Q = z + V ... | 10 | 0_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of intense detective thriller in Cinéma de Montreval equals 2. The number of futuristic sci-fi movie in Cinéma de Montreval equals the sum of the number of intense detective thriller in Festival de Clairmont and the number of calm road movie in Festival de Clairmont. The number of intense detective thriller ... | What is the total number of movies in Festival de Saint-Rivage? | Define upbeat metropolis comedy in Festival de Saint-Rivage as Q; so Q = 4. Define calm road movie in Festival de Saint-Rivage as L; i = Q = 4; so L = 4 + i = 4 + 4 = 8. Define futuristic sci-fi movie in Festival de Saint-Rivage as j; so j = 2. Define intense detective thriller in Festival de Saint-Rivage as n; l = Q =... | 10 | 20_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult crow in Hamilton Farm equals the difference between the total number of adult animals in Bundle Ranch and the number of adult blue jay in Bundle Ranch. The number of adult blue jay in Hamilton Farm equals 2 times the number of adult crow in Hamilton Farm. The number of adult crow in Bundle Ranch equ... | What is the total number of adult animals in Hamilton Farm? | Define adult blue jay in Bundle Ranch as M; so M = 2. Define adult crow in Bundle Ranch as F; so F = M = 2. Define total number of adult animals in Bundle Ranch as G; so G = F + M = 2 + 2 = 4. Define adult crow in Hamilton Farm as o; so o = G - M = 4 - 2 = 2. Define adult blue jay in Hamilton Farm as X; C = o = 2; so X... | 10 | 2_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult eagle in Hamilton Farm equals 4. The number of adult eagle in Bundle Ranch equals 2 plus the sum of the total number of adult animals in Hamilton Farm, the number of adult eagle in Hamilton Farm, and the number of adult owl in Bundle Ranch. The number of adult owl in Bundle Ranch equals 4 times the ... | What is the total number of adult animals in Bundle Ranch? | Define adult eagle in Hamilton Farm as y; so y = 4. Define adult owl in Bundle Ranch as o; H = y = 4; so o = 4 * H = 4 * 4 = 16. Define total number of adult animals in Hamilton Farm as x; so x = y = 4. Define adult eagle in Bundle Ranch as j; P = x + y = 4 + 4 = 8; Z = P + o = 8 + 16 = 24; so j = 2 + Z = 2 + 24 = 26. ... | 10 | 9_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of regional medical school in Ruby Bay equals the number of private middle school in Ruby Bay. The number of culinarian school in Ruby Bay equals 1 plus the number of regional medical school in Riverton City. The number of private middle school in Ruby Bay equals 4. The number of regional medical school in R... | How many culinarian school does Riverton City have? | Define private middle school in Ruby Bay as k; so k = 4. Define regional medical school in Ruby Bay as W; so W = k = 4. Define regional medical school in Riverton City as h; O = k = 4; so h = 2 + O = 2 + 4 = 6. Define culinarian school in Ruby Bay as C; d = h = 6; so C = 1 + d = 1 + 6 = 7. Define total number of school... | 10 | 15_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult owl in Hamilton Farm equals 3 plus the sum of the total number of adult animals in Bundle Ranch, the number of adult owl in Bundle Ranch, and the number of adult eagle in Bundle Ranch. The number of adult owl in Bundle Ranch equals 4. The number of adult eagle in Bundle Ranch equals 2 times the numb... | What is the total number of adult animals in Hamilton Farm? | Define adult owl in Bundle Ranch as l; so l = 4. Define adult eagle in Bundle Ranch as C; S = l = 4; so C = 2 * S = 2 * 4 = 8. Define total number of adult animals in Bundle Ranch as K; so K = l + C = 4 + 8 = 12. Define adult owl in Hamilton Farm as B; j = K + l = 12 + 4 = 16; d = j + C = 16 + 8 = 24; so B = 3 + d = 3 ... | 10 | 6_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult racoon in Pine Ridge equals 3 plus the number of adult fox in Pine Ridge. The number of adult fox in Pine Ridge equals 3. The number of adult fox in Oakridge Riverside equals 4 plus the sum of the total number of adult animals in Pine Ridge, the number of adult fox in Pine Ridge, and the number of a... | What is the total number of adult animals in Oakridge Riverside? | Define adult fox in Pine Ridge as N; so N = 3. Define adult racoon in Pine Ridge as x; G = N = 3; so x = 3 + G = 3 + 3 = 6. Define total number of adult animals in Pine Ridge as s; so s = x + N = 6 + 3 = 9. Define adult fox in Oakridge Riverside as a; i = s + N = 9 + 3 = 12; O = i + x = 12 + 6 = 18; so a = 4 + O = 4 + ... | 10 | 9_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Northwood Movie Festival equals 3. The number of upbeat metropolis comedy in Taylor Movie Festival equals 4. The number of upbeat metropolis comedy in Verdi Movie Festival equals 2. The number of solemn period drama in Verdi Movie Festival equals the number of solemn period dra... | How many intense detective thriller does Northwood Movie Festival have? | Define upbeat metropolis comedy in Verdi Movie Festival as C; so C = 2. Define solemn period drama in Northwood Movie Festival as s; so s = C = 2. Define solemn period drama in Verdi Movie Festival as o; so o = s = 2. Define intense detective thriller in Verdi Movie Festival as T; S = s = 2; so T = 3 * S = 3 * 2 = 6. D... | 10 | 10_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Golden Banana Movie Festival equals 2 times the sum of the total number of movies in Taylor Movie Festival, the number of futuristic sci-fi movie in Verdi Movie Festival, and the total number of movies in Verdi Movie Festival. The number of upbeat metropolis comedy in Verdi Mov... | What is the total number of movies in Taylor Movie Festival? | Define upbeat metropolis comedy in Taylor Movie Festival as s; so s = 4. Define calm road movie in Taylor Movie Festival as T; so T = s = 4. Define futuristic sci-fi movie in Taylor Movie Festival as w; Z = s + T = 4 + 4 = 8; so w = 3 * Z = 3 * 8 = 24. Define solemn period drama in Taylor Movie Festival as N; so N = w ... | 10 | 3_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Golden Banana Movie Festival equals the number of intense detective thriller in Taylor Movie Festival. The number of futuristic sci-fi movie in Northwood Movie Festival equals 3 times the total number of movies in Northwood Movie Festival. The number of calm road movie in West S... | What is the total number of movies in West Sahara Movie Festival? | Define futuristic sci-fi movie in West Sahara Movie Festival as p; so p = 2. Define intense detective thriller in West Sahara Movie Festival as P; c = p = 2; so P = 4 + c = 4 + 2 = 6. Define upbeat metropolis comedy in West Sahara Movie Festival as B; f = p = 2; so B = 2 * f = 2 * 2 = 4. Define calm road movie in West ... | 10 | 17_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult blue jay in Maple Creek equals the number of adult eagle in Maple Creek. The number of adult parrot in Beverly Forest equals 2. The number of adult parrot in Pine Ridge equals 1. The number of adult owl in Maple Creek equals 1 plus the number of adult eagle in Maple Creek. The number of adult owl in... | What is the total number of adult animals in Oakridge Riverside? | Define adult eagle in Maple Creek as D; so D = 3. Define adult owl in Maple Creek as P; Z = D = 3; so P = 1 + Z = 1 + 3 = 4. Define adult blue jay in Maple Creek as M; so M = D = 3. Define total number of adult animals in Maple Creek as l; Q = D + P = 3 + 4 = 7; so l = Q + M = 7 + 3 = 10. Define adult parrot in Oakridg... | 10 | 19_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Festival Lumière de Valmont equals 2. The number of futuristic sci-fi movie in Cinéma de Montreval equals 4 plus the sum of the number of intense detective thriller in Cinéma de Montreval and the total number of movies in Festival Lumière de Valmont. The number of intense detect... | What is the total number of movies in Cinéma de Montreval? | Define futuristic sci-fi movie in Festival Lumière de Valmont as L; so L = 2. Define total number of movies in Festival Lumière de Valmont as S; so S = L = 2. Define intense detective thriller in Cinéma de Montreval as d; O = S + L = 2 + 2 = 4; so d = 3 * O = 3 * 4 = 12. Define futuristic sci-fi movie in Cinéma de Mont... | 10 | 12_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult deer in South Zoo equals the number of adult fox in South Zoo. The number of adult wolf in Mayer Aquarium equals the total number of adult animals in South Zoo. The number of adult fox in Jefferson Circus equals the number of adult deer in South Zoo. The number of adult racoon in Hamilton Farm equal... | What is the total number of adult animals in South Zoo? | Define adult fox in South Zoo as r; so r = 3. Define adult racoon in South Zoo as f; E = r = 3; so f = 3 * E = 3 * 3 = 9. Define adult wolf in South Zoo as G; so G = f + r = 9 + 3 = 12. Define adult deer in South Zoo as V; so V = r = 3. Define total number of adult animals in South Zoo as D; T = G + r = 12 + 3 = 15; k ... | 10 | 18_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult parrot in Jefferson Circus equals 4. The number of adult parrot in Bundle Ranch equals the sum of the total number of adult animals in Jefferson Circus, the number of adult blue jay in Jefferson Circus, and the number of adult parrot in Jefferson Circus. The number of adult blue jay in Bundle Ranch ... | What is the total number of adult animals in Bundle Ranch? | Define adult parrot in Jefferson Circus as n; so n = 4. Define adult blue jay in Bundle Ranch as W; so W = n = 4. Define adult blue jay in Jefferson Circus as B; so B = W = 4. Define total number of adult animals in Jefferson Circus as Y; so Y = n + B = 4 + 4 = 8. Define adult parrot in Bundle Ranch as S; e = Y + B = 8... | 10 | 10_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of public highschool in Ruby Bay equals 1. The number of private middle school in Shoreline City equals 3 plus the number of public highschool in Ruby Bay. The number of public highschool in Oakbridge City equals 2 times the sum of the number of culinarian school in Clearwater Bay, the number of private midd... | What is the total number of schools in Oakbridge City? | Define private middle school in Ruby Bay as W; so W = 2. Define public highschool in Ruby Bay as N; so N = 1. Define total number of schools in Ruby Bay as s; so s = N + W = 1 + 2 = 3. Define culinarian school in Clearwater Bay as n; so n = s = 3. Define public highschool in Oakbridge City as R; f = n + W = 3 + 2 = 5; ... | 10 | 19_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult eagle in Pine Ridge equals the number of adult owl in Pine Ridge. The number of adult eagle in Oakridge Riverside equals the sum of the total number of adult animals in Pine Ridge, the number of adult owl in Pine Ridge, and the number of adult eagle in Pine Ridge. The number of adult owl in Oakridge... | What is the total number of adult animals in Oakridge Riverside? | Define adult owl in Pine Ridge as Q; so Q = 1. Define adult eagle in Pine Ridge as I; so I = Q = 1. Define total number of adult animals in Pine Ridge as L; so L = I + Q = 1 + 1 = 2. Define adult eagle in Oakridge Riverside as O; e = L + Q = 2 + 1 = 3; so O = e + I = 3 + 1 = 4. Define adult owl in Oakridge Riverside as... | 10 | 18_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of culinarian school in Glenfield City equals 4 times the number of elementary school in Westhaven City. The number of public highschool in Evervale City equals 4. The number of regional medical school in Evervale City equals 2. The number of elementary school in Brightford equals the total number of schools... | What is the total number of schools in Brightford? | Define regional medical school in Evervale City as y; so y = 2. Define public highschool in Evervale City as F; so F = 4. Define total number of schools in Evervale City as w; so w = y + F = 2 + 4 = 6. Define elementary school in Brightford as p; so p = w = 6. Define private middle school in Brightford as B; so B = y =... | 10 | 9_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of private middle school in Clearwater Bay equals the number of elementary school in Clearwater Bay. The number of elementary school in Clearwater Bay equals 4. The number of elementary school in Shoreline City equals 3 plus the total number of schools in Clearwater Bay. The number of private middle school i... | What is the total number of schools in Shoreline City? | Define elementary school in Clearwater Bay as M; so M = 4. Define private middle school in Clearwater Bay as l; so l = M = 4. Define total number of schools in Clearwater Bay as k; so k = l + M = 4 + 4 = 8. Define elementary school in Shoreline City as n; Z = k = 8; so n = 3 + Z = 3 + 8 = 11. Define private middle scho... | 10 | 11_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult parrot in Pine Ridge equals the number of adult owl in Pine Ridge. The number of adult owl in Pine Ridge equals 3. The number of adult owl in Maple Creek equals the sum of the total number of adult animals in Pine Ridge and the number of adult owl in Pine Ridge. The number of adult parrot in Maple C... | What is the total number of adult animals in Maple Creek? | Define adult owl in Pine Ridge as N; so N = 3. Define adult parrot in Pine Ridge as b; so b = N = 3. Define total number of adult animals in Pine Ridge as S; so S = N + b = 3 + 3 = 6. Define adult owl in Maple Creek as n; so n = S + N = 6 + 3 = 9. Define adult parrot in Maple Creek as f; r = n = 9; so f = 1 + r = 1 + 9... | 10 | 2_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of intense detective thriller in West Sahara Movie Festival equals 3 plus the number of futuristic sci-fi movie in West Sahara Movie Festival. The number of intense detective thriller in Taylor Movie Festival equals 1 plus the sum of the total number of movies in West Sahara Movie Festival, the number of fut... | What is the total number of movies in Taylor Movie Festival? | Define futuristic sci-fi movie in West Sahara Movie Festival as n; so n = 3. Define intense detective thriller in West Sahara Movie Festival as O; c = n = 3; so O = 3 + c = 3 + 3 = 6. Define total number of movies in West Sahara Movie Festival as i; so i = O + n = 6 + 3 = 9. Define intense detective thriller in Taylor ... | 10 | 21_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult owl in South Zoo equals 4 times the sum of the number of adult owl in Bundle Ranch, the total number of adult animals in Bundle Ranch, and the number of adult parrot in South Zoo. The number of adult parrot in South Zoo equals 2 plus the total number of adult animals in Bundle Ranch. The number of a... | What is the total number of adult animals in South Zoo? | Define adult owl in Bundle Ranch as l; so l = 1. Define total number of adult animals in Bundle Ranch as H; so H = l = 1. Define adult parrot in South Zoo as b; s = H = 1; so b = 2 + s = 2 + 1 = 3. Define adult owl in South Zoo as A; e = l + H = 1 + 1 = 2; G = e + b = 2 + 3 = 5; so A = 4 * G = 4 * 5 = 20. Define total ... | 10 | 21_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of private middle school in Westhaven City equals 4 plus the sum of the total number of schools in Brightford, the number of elementary school in Brightford, and the number of private middle school in Brightford. The number of private middle school in Brightford equals 2 times the number of elementary school... | What is the total number of schools in Westhaven City? | Define elementary school in Brightford as B; so B = 1. Define private middle school in Brightford as G; y = B = 1; so G = 2 * y = 2 * 1 = 2. Define total number of schools in Brightford as I; so I = G + B = 2 + 1 = 3. Define private middle school in Westhaven City as H; D = I + B = 3 + 1 = 4; Z = D + G = 4 + 2 = 6; so ... | 10 | 17_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Cinéma de Montreval equals the sum of the number of futuristic sci-fi movie in Festival Lumière de Valmont, the total number of movies in Festival de Saint-Rivage, and the number of intense detective thriller in Festival Lumière de Valmont. The number of futuristic sci-fi movie ... | What is the total number of movies in Festival Lumière de Valmont? | Define upbeat metropolis comedy in Cinéma de Montreval as S; so S = 4. Define futuristic sci-fi movie in Festival Lumière de Valmont as x; F = S = 4; so x = 4 + F = 4 + 4 = 8. Define intense detective thriller in Festival Lumière de Valmont as J; so J = 3. Define upbeat metropolis comedy in Festival Lumière de Valmont ... | 10 | 3_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult blue jay in Oakridge Riverside equals 3. The number of adult crow in Oakridge Riverside equals 1 plus the sum of the total number of adult animals in Cedar Valley and the number of adult crow in Cedar Valley. The number of adult crow in Cedar Valley equals 3. The number of adult blue jay in Cedar Va... | What is the total number of adult animals in Oakridge Riverside? | Define adult crow in Cedar Valley as y; so y = 3. Define adult blue jay in Cedar Valley as J; so J = 1. Define total number of adult animals in Cedar Valley as j; so j = J + y = 1 + 3 = 4. Define adult crow in Oakridge Riverside as X; z = j + y = 4 + 3 = 7; so X = 1 + z = 1 + 7 = 8. Define adult blue jay in Oakridge Ri... | 10 | 16_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult parrot in Pine Ridge equals the number of adult owl in Pine Ridge. The number of adult owl in Oakridge Riverside equals 3 times the difference between the total number of adult animals in Pine Ridge and the number of adult parrot in Pine Ridge. The number of adult owl in Pine Ridge equals 2. The num... | What is the total number of adult animals in Oakridge Riverside? | Define adult owl in Pine Ridge as b; so b = 2. Define adult parrot in Pine Ridge as r; so r = b = 2. Define total number of adult animals in Pine Ridge as a; so a = r + b = 2 + 2 = 4. Define adult owl in Oakridge Riverside as s; H = a - r = 4 - 2 = 2; so s = 3 * H = 3 * 2 = 6. Define adult parrot in Oakridge Riverside ... | 10 | 20_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult crow in Maple Creek equals 3. The number of adult blue jay in Pine Ridge equals the number of adult owl in Maple Creek. The number of adult blue jay in Oakridge Riverside equals the total number of adult animals in Pine Ridge. The number of adult owl in Maple Creek equals 4 plus the number of adult ... | How many adult blue jay does Oakridge Riverside have? | Define adult crow in Maple Creek as R; so R = 3. Define adult owl in Maple Creek as f; F = R = 3; so f = 4 + F = 4 + 3 = 7. Define adult blue jay in Pine Ridge as O; so O = f = 7. Define adult owl in Pine Ridge as t; D = f + R = 7 + 3 = 10; so t = 1 + D = 1 + 10 = 11. Define total number of adult animals in Pine Ridge ... | 10 | 20_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult fox in Pine Ridge equals 4. The number of adult fox in Cedar Valley equals 1 plus the number of adult wolf in Cedar Valley. The number of adult wolf in Pine Ridge equals 3 times the number of adult fox in Pine Ridge. The number of adult wolf in Cedar Valley equals the total number of adult animals i... | What is the total number of adult animals in Cedar Valley? | Define adult fox in Pine Ridge as C; so C = 4. Define adult wolf in Pine Ridge as j; Q = C = 4; so j = 3 * Q = 3 * 4 = 12. Define total number of adult animals in Pine Ridge as n; so n = j + C = 12 + 4 = 16. Define adult wolf in Cedar Valley as A; so A = n = 16. Define adult fox in Cedar Valley as p; T = A = 16; so p =... | 10 | 10_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult parrot in Maple Creek equals the number of adult eagle in Maple Creek. The number of adult parrot in Cedar Valley equals 3. The number of adult eagle in Cedar Valley equals 2 times the difference between the total number of adult animals in Oakridge Riverside and the number of adult parrot in Oakrid... | How many adult eagle does Cedar Valley have? | Define adult blue jay in Oakridge Riverside as S; so S = 4. Define adult parrot in Oakridge Riverside as g; so g = 2. Define adult eagle in Oakridge Riverside as i; so i = S - g = 4 - 2 = 2. Define total number of adult animals in Oakridge Riverside as e; D = S + i = 4 + 2 = 6; so e = D + g = 6 + 2 = 8. Define adult ea... | 10 | 19_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult wolf in Maple Creek equals the number of adult deer in Pine Ridge. The number of adult racoon in Pine Ridge equals the sum of the total number of adult animals in Beverly Forest and the number of adult racoon in Oakridge Riverside. The number of adult fox in Oakridge Riverside equals 4 times the sum... | What is the total number of adult animals in Cedar Valley? | Define adult racoon in Beverly Forest as t; so t = 2. Define adult wolf in Beverly Forest as h; M = t = 2; so h = 4 * M = 4 * 2 = 8. Define total number of adult animals in Beverly Forest as q; so q = h + t = 8 + 2 = 10. Define adult deer in Cedar Valley as F; i = q = 10; so F = 2 * i = 2 * 10 = 20. Define adult racoon... | 10 | 4_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult fox in Pine Ridge equals 2. The number of adult fox in Beverly Forest equals the number of adult wolf in Pine Ridge. The number of adult wolf in Pine Ridge equals 4. The number of adult deer in Beverly Forest equals 4. The number of adult deer in Pine Ridge equals 2. The number of adult wolf in Oakr... | What is the total number of adult animals in Oakridge Riverside? | Define adult wolf in Pine Ridge as m; so m = 4. Define adult fox in Beverly Forest as M; so M = m = 4. Define adult deer in Beverly Forest as F; so F = 4. Define adult wolf in Beverly Forest as K; so K = m = 4. Define total number of adult animals in Beverly Forest as l; p = M + F = 4 + 4 = 8; so l = p + K = 8 + 4 = 12... | 10 | 14_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Golden Banana Movie Festival equals the number of futuristic sci-fi movie in Verdi Movie Festival. The number of futuristic sci-fi movie in Verdi Movie Festival equals the number of calm road movie in Verdi Movie Festival. The number of calm road movie in Golden Banana Movie Fes... | What is the total number of movies in Golden Banana Movie Festival? | Define calm road movie in Verdi Movie Festival as h; so h = 1. Define futuristic sci-fi movie in Verdi Movie Festival as L; so L = h = 1. Define total number of movies in Verdi Movie Festival as a; so a = L + h = 1 + 1 = 2. Define calm road movie in Golden Banana Movie Festival as j; B = a + h = 2 + 1 = 3; so j = 3 + B... | 10 | 6_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Festival de Saint-Rivage equals 4 plus the number of calm road movie in Festival de Saint-Rivage. The number of solemn period drama in Cinéma de Montreval equals the sum of the number of solemn period drama in Festival de Saint-Rivage, the total number of movies in Festival de S... | What is the total number of movies in Festival de Saint-Rivage? | Define upbeat metropolis comedy in Festival de Saint-Rivage as C; so C = 2. Define solemn period drama in Festival de Saint-Rivage as e; so e = C = 2. Define calm road movie in Festival de Saint-Rivage as N; P = C = 2; so N = 3 + P = 3 + 2 = 5. Define futuristic sci-fi movie in Festival de Saint-Rivage as m; E = N = 5;... | 10 | 10_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of regional medical school in Evervale City equals the total number of schools in Glenfield City. The number of regional medical school in Glenfield City equals 2. The number of private middle school in Glenfield City equals 2. The number of private middle school in Evervale City equals the sum of the number... | What is the total number of schools in Evervale City? | Define private middle school in Glenfield City as o; so o = 2. Define regional medical school in Glenfield City as y; so y = 2. Define total number of schools in Glenfield City as F; so F = o + y = 2 + 2 = 4. Define regional medical school in Evervale City as i; so i = F = 4. Define private middle school in Evervale Ci... | 10 | 20_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of regional medical school in Shoreline City equals 2. The number of regional medical school in Clearwater Bay equals 2 times the sum of the total number of schools in Shoreline City, the number of regional medical school in Shoreline City, and the number of culinarian school in Shoreline City. The number of... | What is the total number of schools in Clearwater Bay? | Define regional medical school in Shoreline City as y; so y = 2. Define culinarian school in Shoreline City as h; B = y = 2; so h = 4 * B = 4 * 2 = 8. Define total number of schools in Shoreline City as O; so O = y + h = 2 + 8 = 10. Define regional medical school in Clearwater Bay as V; j = O + y = 10 + 2 = 12; T = j +... | 10 | 22_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult blue jay in Mayer Aquarium equals 4. The number of adult owl in Bundle Ranch equals 3 times the total number of adult animals in Mayer Aquarium. The number of adult owl in Mayer Aquarium equals the number of adult blue jay in Mayer Aquarium. The number of adult blue jay in Bundle Ranch equals 1 plus... | What is the total number of adult animals in Bundle Ranch? | Define adult blue jay in Mayer Aquarium as G; so G = 4. Define adult owl in Mayer Aquarium as g; so g = G = 4. Define total number of adult animals in Mayer Aquarium as n; so n = g + G = 4 + 4 = 8. Define adult owl in Bundle Ranch as c; e = n = 8; so c = 3 * e = 3 * 8 = 24. Define adult blue jay in Bundle Ranch as p; m... | 10 | 22_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult fox in Jefferson Circus equals 3 plus the number of adult bear in Jefferson Circus. The number of adult bear in Jefferson Circus equals 1. The number of adult wolf in Jefferson Circus equals 3 plus the number of adult bear in Jefferson Circus. The number of adult racoon in Jefferson Circus equals 4.... | What is the total number of adult animals in Jefferson Circus? | Define adult bear in Jefferson Circus as p; so p = 1. Define adult wolf in Jefferson Circus as B; n = p = 1; so B = 3 + n = 3 + 1 = 4. Define adult fox in Jefferson Circus as E; V = p = 1; so E = 3 + V = 3 + 1 = 4. Define adult racoon in Jefferson Circus as S; so S = 4. Define total number of adult animals in Jefferson... | 10 | 2_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of solemn period drama in Festival Lumière de Valmont equals the number of upbeat metropolis comedy in Festival Lumière de Valmont. The number of calm road movie in Festival de Clairmont equals the sum of the number of calm road movie in Rêves de Belleville, the number of solemn period drama in Festival de C... | How many intense detective thriller does Festival de Clairmont have? | Define upbeat metropolis comedy in Festival Lumière de Valmont as L; so L = 3. Define calm road movie in Festival Lumière de Valmont as H; p = L = 3; so H = 2 * p = 2 * 3 = 6. Define solemn period drama in Festival Lumière de Valmont as i; so i = L = 3. Define intense detective thriller in Festival Lumière de Valmont a... | 10 | 6_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of intense detective thriller in Golden Banana Movie Festival equals 3 plus the number of futuristic sci-fi movie in Golden Banana Movie Festival. The number of futuristic sci-fi movie in Northwood Movie Festival equals 3. The number of calm road movie in Verdi Movie Festival equals the difference between th... | What is the total number of movies in Golden Banana Movie Festival? | Define futuristic sci-fi movie in Golden Banana Movie Festival as B; so B = 4. Define intense detective thriller in Golden Banana Movie Festival as d; X = B = 4; so d = 3 + X = 3 + 4 = 7. Define calm road movie in Golden Banana Movie Festival as i; so i = d = 7. Define solemn period drama in Golden Banana Movie Festiva... | 10 | 18_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult wolf in South Zoo equals the number of adult racoon in South Zoo. The number of adult wolf in Jefferson Circus equals the total number of adult animals in South Zoo. The number of adult racoon in South Zoo equals 2. The number of adult deer in Jefferson Circus equals the total number of adult animal... | What is the total number of adult animals in Jefferson Circus? | Define adult racoon in South Zoo as N; so N = 2. Define adult wolf in South Zoo as c; so c = N = 2. Define adult fox in South Zoo as z; so z = c = 2. Define total number of adult animals in South Zoo as o; e = N + z = 2 + 2 = 4; so o = e + c = 4 + 2 = 6. Define adult wolf in Jefferson Circus as w; so w = o = 6. Define ... | 10 | 18_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of solemn period drama in Verdi Movie Festival equals the number of futuristic sci-fi movie in Verdi Movie Festival. The number of futuristic sci-fi movie in West Sahara Movie Festival equals 2 plus the difference between the total number of movies in Verdi Movie Festival and the number of futuristic sci-fi ... | What is the total number of movies in West Sahara Movie Festival? | Define futuristic sci-fi movie in Verdi Movie Festival as z; so z = 2. Define solemn period drama in Verdi Movie Festival as r; so r = z = 2. Define total number of movies in Verdi Movie Festival as A; so A = z + r = 2 + 2 = 4. Define futuristic sci-fi movie in West Sahara Movie Festival as p; Z = A - z = 4 - 2 = 2; so... | 10 | 7_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of regional medical school in Clearwater Bay equals 2. The number of regional medical school in Riverton City equals the number of regional medical school in Clearwater Bay. The number of culinarian school in Riverton City equals the sum of the total number of schools in Clearwater Bay, the number of regiona... | What is the total number of schools in Riverton City? | Define regional medical school in Clearwater Bay as T; so T = 2. Define culinarian school in Clearwater Bay as h; so h = T = 2. Define total number of schools in Clearwater Bay as M; so M = T + h = 2 + 2 = 4. Define regional medical school in Riverton City as u; so u = T = 2. Define culinarian school in Riverton City a... | 10 | 17_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of culinarian school in Glenfield City equals the number of public highschool in Glenfield City. The number of public highschool in Glenfield City equals 3. The number of private middle school in Hawkesbury equals 1 plus the difference between the total number of schools in Glenfield City and the number of p... | What is the total number of schools in Hawkesbury? | Define public highschool in Glenfield City as G; so G = 3. Define culinarian school in Glenfield City as g; so g = G = 3. Define regional medical school in Glenfield City as E; so E = G = 3. Define total number of schools in Glenfield City as V; i = g + G = 3 + 3 = 6; so V = i + E = 6 + 3 = 9. Define private middle sch... | 10 | 17_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult owl in Oakridge Riverside equals 3 plus the sum of the total number of adult animals in Cedar Valley, the number of adult blue jay in Cedar Valley, and the number of adult owl in Cedar Valley. The number of adult owl in Cedar Valley equals 2 plus the number of adult blue jay in Cedar Valley. The num... | What is the total number of adult animals in Oakridge Riverside? | Define adult blue jay in Cedar Valley as B; so B = 3. Define adult owl in Cedar Valley as f; c = B = 3; so f = 2 + c = 2 + 3 = 5. Define total number of adult animals in Cedar Valley as x; so x = f + B = 5 + 3 = 8. Define adult owl in Oakridge Riverside as V; I = x + B = 8 + 3 = 11; G = I + f = 11 + 5 = 16; so V = 3 + ... | 10 | 0_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Golden Banana Movie Festival equals 2 times the total number of movies in Verdi Movie Festival. The number of intense detective thriller in Verdi Movie Festival equals 2 times the number of upbeat metropolis comedy in Verdi Movie Festival. The number of upbeat metropolis comedy... | What is the total number of movies in Golden Banana Movie Festival? | Define upbeat metropolis comedy in Verdi Movie Festival as S; so S = 2. Define intense detective thriller in Verdi Movie Festival as U; y = S = 2; so U = 2 * y = 2 * 2 = 4. Define total number of movies in Verdi Movie Festival as p; so p = S + U = 2 + 4 = 6. Define upbeat metropolis comedy in Golden Banana Movie Festiv... | 10 | 16_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of culinarian school in Brightford equals 4 plus the difference between the number of private middle school in Westhaven City and the number of private middle school in Glenfield City. The number of public highschool in Evervale City equals the number of public highschool in Westhaven City. The number of pri... | What is the total number of schools in Hawkesbury? | Define public highschool in Westhaven City as w; so w = 3. Define public highschool in Evervale City as i; so i = w = 3. Define private middle school in Evervale City as z; so z = w = 3. Define total number of schools in Evervale City as P; so P = z + i = 3 + 3 = 6. Define public highschool in Hawkesbury as t; a = P + ... | 10 | 7_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of elementary school in Glenfield City equals 4. The number of elementary school in Evervale City equals 4 plus the difference between the number of regional medical school in Evervale City and the number of elementary school in Glenfield City. The number of regional medical school in Glenfield City equals 3... | What is the total number of schools in Evervale City? | Define regional medical school in Glenfield City as n; so n = 3. Define elementary school in Glenfield City as f; so f = 4. Define total number of schools in Glenfield City as r; so r = f + n = 4 + 3 = 7. Define regional medical school in Evervale City as Z; so Z = r = 7. Define elementary school in Evervale City as V;... | 10 | 3_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of regional medical school in Clearwater Bay equals the sum of the total number of schools in Ruby Bay, the number of regional medical school in Ruby Bay, and the number of culinarian school in Ruby Bay. The number of regional medical school in Ruby Bay equals 3. The number of culinarian school in Ruby Bay e... | What is the total number of schools in Clearwater Bay? | Define regional medical school in Ruby Bay as U; so U = 3. Define culinarian school in Ruby Bay as Y; so Y = U = 3. Define total number of schools in Ruby Bay as F; so F = U + Y = 3 + 3 = 6. Define regional medical school in Clearwater Bay as o; N = F + U = 6 + 3 = 9; so o = N + Y = 9 + 3 = 12. Define culinarian school... | 10 | 9_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of public highschool in Ruby Bay equals the sum of the number of elementary school in Shoreline City, the total number of schools in Ruby Bay, and the number of public highschool in Oakbridge City. The number of regional medical school in Shoreline City equals 3 times the number of elementary school in Shore... | How many elementary school does Oakbridge City have? | Define elementary school in Shoreline City as a; so a = 4. Define regional medical school in Shoreline City as F; G = a = 4; so F = 3 * G = 3 * 4 = 12. Define public highschool in Shoreline City as E; so E = 2. Define total number of schools in Shoreline City as W; b = E + F = 2 + 12 = 14; so W = b + a = 14 + 4 = 18. D... | 10 | 10_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of private middle school in Brightford equals 4 plus the sum of the total number of schools in Evervale City and the number of public highschool in Evervale City. The number of elementary school in Brightford equals the sum of the number of private middle school in Brightford, the total number of schools in ... | What is the total number of schools in Brightford? | Define public highschool in Evervale City as Z; so Z = 4. Define total number of schools in Evervale City as z; so z = Z = 4. Define private middle school in Brightford as a; l = z + Z = 4 + 4 = 8; so a = 4 + l = 4 + 8 = 12. Define elementary school in Brightford as E; D = a + z = 12 + 4 = 16; so E = D + Z = 16 + 4 = 2... | 10 | 16_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of public highschool in Clearwater Bay equals 4 times the sum of the number of regional medical school in Ruby Bay, the number of public highschool in Ruby Bay, and the number of regional medical school in Clearwater Bay. The number of regional medical school in Ruby Bay equals 4. The number of regional medi... | What is the total number of schools in Clearwater Bay? | Define public highschool in Ruby Bay as j; so j = 2. Define regional medical school in Clearwater Bay as U; d = j = 2; so U = 3 * d = 3 * 2 = 6. Define regional medical school in Ruby Bay as X; so X = 4. Define public highschool in Clearwater Bay as E; k = X + j = 4 + 2 = 6; N = k + U = 6 + 6 = 12; so E = 4 * N = 4 * 1... | 10 | 17_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of private middle school in Westhaven City equals 3. The number of private middle school in Hawkesbury equals the number of culinarian school in Westhaven City. The number of culinarian school in Westhaven City equals 4 times the number of private middle school in Westhaven City. The number of culinarian sch... | What is the total number of schools in Hawkesbury? | Define private middle school in Westhaven City as a; so a = 3. Define culinarian school in Westhaven City as V; Y = a = 3; so V = 4 * Y = 4 * 3 = 12. Define total number of schools in Westhaven City as c; so c = V + a = 12 + 3 = 15. Define culinarian school in Hawkesbury as l; K = c = 15; so l = 4 + K = 4 + 15 = 19. De... | 10 | 0_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of calm road movie in Festival Lumière de Valmont equals the total number of movies in Festival de Clairmont. The number of futuristic sci-fi movie in Festival Lumière de Valmont equals 4 times the number of futuristic sci-fi movie in Festival de Clairmont. The number of futuristic sci-fi movie in Festival d... | What is the total number of movies in Festival Lumière de Valmont? | Define futuristic sci-fi movie in Festival de Clairmont as s; so s = 2. Define futuristic sci-fi movie in Festival Lumière de Valmont as h; S = s = 2; so h = 4 * S = 4 * 2 = 8. Define calm road movie in Festival de Clairmont as B; e = s = 2; so B = 4 * e = 4 * 2 = 8. Define total number of movies in Festival de Clairmo... | 10 | 15_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of solemn period drama in West Sahara Movie Festival equals 4. The number of upbeat metropolis comedy in West Sahara Movie Festival equals the number of solemn period drama in West Sahara Movie Festival. The number of upbeat metropolis comedy in Taylor Movie Festival equals the sum of the total number of mov... | What is the total number of movies in Taylor Movie Festival? | Define solemn period drama in West Sahara Movie Festival as n; so n = 4. Define upbeat metropolis comedy in West Sahara Movie Festival as A; so A = n = 4. Define total number of movies in West Sahara Movie Festival as a; so a = A + n = 4 + 4 = 8. Define solemn period drama in Taylor Movie Festival as G; so G = n = 4. D... | 10 | 21_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult wolf in Bundle Ranch equals the sum of the number of adult racoon in Bundle Ranch and the number of adult bear in Hamilton Farm. The number of adult bear in Mayer Aquarium equals 4 times the number of adult racoon in Mayer Aquarium. The number of adult bear in Jefferson Circus equals 4. The number o... | What is the total number of adult animals in Mayer Aquarium? | Define adult racoon in Mayer Aquarium as Y; so Y = 2. Define adult bear in Mayer Aquarium as z; V = Y = 2; so z = 4 * V = 4 * 2 = 8. Define adult wolf in Mayer Aquarium as p; m = z = 8; so p = 4 * m = 4 * 8 = 32. Define adult deer in Mayer Aquarium as t; so t = 2. Define total number of adult animals in Mayer Aquarium ... | 10 | 9_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of culinarian school in Glenfield City equals the sum of the total number of schools in Brightford and the number of culinarian school in Brightford. The number of regional medical school in Glenfield City equals the sum of the total number of schools in Brightford and the number of culinarian school in Brig... | What is the total number of schools in Glenfield City? | Define regional medical school in Brightford as z; so z = 4. Define culinarian school in Brightford as t; so t = z = 4. Define total number of schools in Brightford as R; so R = t + z = 4 + 4 = 8. Define regional medical school in Glenfield City as B; so B = R + t = 8 + 4 = 12. Define culinarian school in Glenfield Cit... | 10 | 9_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult deer in South Zoo equals the number of adult fox in South Zoo. The number of adult fox in Jefferson Circus equals 3 times the number of adult deer in Jefferson Circus. The number of adult deer in Jefferson Circus equals 3. The number of adult fox in South Zoo equals the sum of the total number of ad... | What is the total number of adult animals in South Zoo? | Define adult deer in Jefferson Circus as K; so K = 3. Define adult fox in Jefferson Circus as p; u = K = 3; so p = 3 * u = 3 * 3 = 9. Define total number of adult animals in Jefferson Circus as E; so E = K + p = 3 + 9 = 12. Define adult fox in South Zoo as c; so c = E + K = 12 + 3 = 15. Define adult deer in South Zoo a... | 10 | 12_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult parrot in Bundle Ranch equals 2. The number of adult eagle in Bundle Ranch equals 3 times the number of adult parrot in Bundle Ranch. The number of adult parrot in Mayer Aquarium equals 2 times the sum of the total number of adult animals in Bundle Ranch, the number of adult parrot in Bundle Ranch, ... | What is the total number of adult animals in Mayer Aquarium? | Define adult parrot in Bundle Ranch as c; so c = 2. Define adult eagle in Bundle Ranch as T; a = c = 2; so T = 3 * a = 3 * 2 = 6. Define total number of adult animals in Bundle Ranch as x; so x = T + c = 6 + 2 = 8. Define adult parrot in Mayer Aquarium as M; g = x + c = 8 + 2 = 10; K = g + T = 10 + 6 = 16; so M = 2 * K... | 10 | 4_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of upbeat metropolis comedy in Taylor Movie Festival equals 4 plus the sum of the total number of movies in Northwood Movie Festival, the number of upbeat metropolis comedy in Northwood Movie Festival, and the number of intense detective thriller in Northwood Movie Festival. The number of intense detective t... | What is the total number of movies in Taylor Movie Festival? | Define upbeat metropolis comedy in Northwood Movie Festival as j; so j = 4. Define intense detective thriller in Northwood Movie Festival as U; u = j = 4; so U = 3 * u = 3 * 4 = 12. Define total number of movies in Northwood Movie Festival as l; so l = j + U = 4 + 12 = 16. Define upbeat metropolis comedy in Taylor Movi... | 10 | 11_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of calm road movie in Festival de Saint-Rivage equals 1 plus the sum of the number of futuristic sci-fi movie in Festival de Saint-Rivage and 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 3. The number of futu... | How many calm road movie does Festival Lumière de Valmont have? | Define futuristic sci-fi movie in Festival Lumière de Valmont as C; so C = 3. Define futuristic sci-fi movie in Festival de Saint-Rivage as X; so X = C = 3. Define calm road movie in Festival de Saint-Rivage as y; M = X + C = 3 + 3 = 6; so y = 1 + M = 1 + 6 = 7. Define total number of movies in Festival de Saint-Rivage... | 10 | 0_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of calm road movie in Festival Lumière de Valmont equals 4 times the number of upbeat metropolis comedy in Festival Lumière de Valmont. The number of solemn period drama in Festival Lumière de Valmont equals 3. The number of upbeat metropolis comedy in Festival Lumière de Valmont equals 4. The number of inte... | What is the total number of movies in Festival Lumière de Valmont? | Define upbeat metropolis comedy in Festival Lumière de Valmont as B; so B = 4. Define intense detective thriller in Festival Lumière de Valmont as t; r = B = 4; so t = 4 + r = 4 + 4 = 8. Define calm road movie in Festival Lumière de Valmont as y; T = B = 4; so y = 4 * T = 4 * 4 = 16. Define solemn period drama in Festi... | 10 | 0_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of private middle school in Glenfield City equals the difference between the number of regional medical school in Glenfield City and the number of regional medical school in Brightford. The number of regional medical school in Glenfield City equals 3 times the total number of schools in Brightford. The numbe... | What is the total number of schools in Glenfield City? | Define regional medical school in Brightford as W; so W = 1. Define private middle school in Brightford as A; so A = W = 1. Define total number of schools in Brightford as i; so i = W + A = 1 + 1 = 2. Define regional medical school in Glenfield City as O; t = i = 2; so O = 3 * t = 3 * 2 = 6. Define private middle schoo... | 10 | 1_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult fox in Cedar Valley equals the sum of the number of adult deer in Cedar Valley, the number of adult racoon in Beverly Forest, and the total number of adult animals in Beverly Forest. The number of adult deer in Cedar Valley equals 2 plus the sum of the total number of adult animals in Beverly Forest... | What is the total number of adult animals in Cedar Valley? | Define adult racoon in Beverly Forest as h; so h = 3. Define total number of adult animals in Beverly Forest as B; so B = h = 3. Define adult deer in Cedar Valley as p; k = B + h = 3 + 3 = 6; so p = 2 + k = 2 + 6 = 8. Define adult fox in Cedar Valley as D; Z = p + h = 8 + 3 = 11; so D = Z + B = 11 + 3 = 14. Define tota... | 10 | 10_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult deer in Mayer Aquarium equals 4. The number of adult wolf in Bundle Ranch equals 4 plus the total number of adult animals in Mayer Aquarium. The number of adult wolf in Mayer Aquarium equals 2 plus the number of adult deer in Mayer Aquarium. The number of adult deer in Bundle Ranch equals the number... | What is the total number of adult animals in Bundle Ranch? | Define adult deer in Mayer Aquarium as y; so y = 4. Define adult wolf in Mayer Aquarium as A; V = y = 4; so A = 2 + V = 2 + 4 = 6. Define total number of adult animals in Mayer Aquarium as z; so z = A + y = 6 + 4 = 10. Define adult wolf in Bundle Ranch as r; k = z = 10; so r = 4 + k = 4 + 10 = 14. Define adult deer in ... | 10 | 17_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Northwood Movie Festival equals 3. The number of solemn period drama in Golden Banana Movie Festival equals 4 plus the difference between the total number of movies in Northwood Movie Festival and the number of futuristic sci-fi movie in Northwood Movie Festival. The number of c... | What is the total number of movies in Golden Banana Movie Festival? | Define futuristic sci-fi movie in Northwood Movie Festival as I; so I = 3. Define total number of movies in Northwood Movie Festival as K; so K = I = 3. Define solemn period drama in Golden Banana Movie Festival as r; a = K - I = 3 - 3 = 0; so r = 4 + a = 4 + 0 = 4. Define calm road movie in Golden Banana Movie Festiva... | 10 | 16_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of private middle school in Brightford equals 2 times the sum of the total number of schools in Hawkesbury, the number of culinarian school in Hawkesbury, and the number of culinarian school in Brightford. The number of elementary school in Brightford equals 3. The number of private middle school in Evervale... | How many private middle school does Brightford have? | Define culinarian school in Brightford as v; so v = 4. Define elementary school in Evervale City as U; so U = v = 4. Define culinarian school in Hawkesbury as c; Y = U - v = 4 - 4 = 0; so c = 1 + Y = 1 + 0 = 1. Define total number of schools in Hawkesbury as Q; so Q = c = 1. Define private middle school in Brightford a... | 10 | 18_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult eagle in Beverly Forest equals 4 plus the sum of the total number of adult animals in Pine Ridge, the number of adult crow in Oakridge Riverside, and the number of adult crow in Pine Ridge. The number of adult crow in Pine Ridge equals 2 times the difference between the number of adult parrot in Oak... | What is the total number of adult animals in Oakridge Riverside? | Define adult blue jay in Oakridge Riverside as w; so w = 3. Define adult eagle in Oakridge Riverside as p; so p = 1. Define adult crow in Oakridge Riverside as e; M = p + w = 1 + 3 = 4; so e = 4 + M = 4 + 4 = 8. Define adult parrot in Oakridge Riverside as D; so D = 2. Define total number of adult animals in Oakridge R... | 10 | 16_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult eagle in Jefferson Circus equals 4 plus the sum of the number of adult parrot in Hamilton Farm and the number of adult parrot in South Zoo. The number of adult parrot in Hamilton Farm equals the number of adult parrot in South Zoo. The number of adult crow in South Zoo equals 4. The number of adult ... | What is the total number of adult animals in Jefferson Circus? | Define adult parrot in South Zoo as M; so M = 2. Define adult parrot in Hamilton Farm as I; so I = M = 2. Define adult eagle in Jefferson Circus as i; f = I + M = 2 + 2 = 4; so i = 4 + f = 4 + 4 = 8. Define adult crow in Jefferson Circus as j; so j = 4. Define adult parrot in Jefferson Circus as Z; so Z = 2. Define tot... | 10 | 2_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult parrot in South Zoo equals 4. The number of adult blue jay in South Zoo equals 3. The number of adult parrot in Hamilton Farm equals 4 times the number of adult blue jay in South Zoo. The number of adult parrot in Jefferson Circus equals the total number of adult animals in Hamilton Farm. The number... | What is the total number of adult animals in Jefferson Circus? | Define adult blue jay in South Zoo as x; so x = 3. Define adult parrot in Hamilton Farm as K; V = x = 3; so K = 4 * V = 4 * 3 = 12. Define total number of adult animals in Hamilton Farm as o; so o = K = 12. Define adult eagle in Jefferson Circus as m; n = o + x = 12 + 3 = 15; so m = n + K = 15 + 12 = 27. Define adult p... | 10 | 15_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Rêves de Belleville equals 4. The number of futuristic sci-fi movie in Festival de Clairmont equals 4. The number of calm road movie in Rêves de Belleville equals 2. The number of calm road movie in Festival de Clairmont equals the sum of the total number of movies in Rêves de B... | What is the total number of movies in Festival de Clairmont? | Define futuristic sci-fi movie in Rêves de Belleville as N; so N = 4. Define calm road movie in Rêves de Belleville as l; so l = 2. Define total number of movies in Rêves de Belleville as H; so H = l + N = 2 + 4 = 6. Define calm road movie in Festival de Clairmont as Q; P = H + l = 6 + 2 = 8; so Q = P + N = 8 + 4 = 12.... | 10 | 21_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of solemn period drama in Festival de Clairmont equals 3. The number of futuristic sci-fi movie in Rêves de Belleville equals the total number of movies in Festival de Clairmont. The number of futuristic sci-fi movie in Festival de Saint-Rivage equals the number of intense detective thriller in Festival de S... | How many solemn period drama does Rêves de Belleville have? | Define solemn period drama in Festival de Clairmont as v; so v = 3. Define intense detective thriller in Festival de Clairmont as m; b = v = 3; so m = 2 * b = 2 * 3 = 6. Define calm road movie in Festival de Clairmont as G; so G = m = 6. Define total number of movies in Festival de Clairmont as t; R = m + G = 6 + 6 = 1... | 10 | 5_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Cinéma de Montreval equals 3 plus the difference between the number of intense detective thriller in Cinéma de Montreval and the total number of movies in Rêves de Belleville. The number of intense detective thriller in Cinéma de Montreval equals 2 times the sum of the total num... | What is the total number of movies in Cinéma de Montreval? | Define futuristic sci-fi movie in Rêves de Belleville as e; so e = 4. Define total number of movies in Rêves de Belleville as F; so F = e = 4. Define intense detective thriller in Cinéma de Montreval as V; s = F + e = 4 + 4 = 8; so V = 2 * s = 2 * 8 = 16. Define futuristic sci-fi movie in Cinéma de Montreval as w; p = ... | 10 | 16_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of private middle school in Oakbridge City equals 2. The number of regional medical school in Riverton City equals the number of public highschool in Clearwater Bay. The number of public highschool in Riverton City equals 3 plus the difference between the number of public highschool in Clearwater Bay and the... | How many regional medical school does Oakbridge City have? | Define public highschool in Clearwater Bay as E; so E = 4. Define regional medical school in Riverton City as k; so k = E = 4. Define public highschool in Riverton City as i; Y = E - k = 4 - 4 = 0; so i = 3 + Y = 3 + 0 = 3. Define total number of schools in Riverton City as e; so e = i + k = 3 + 4 = 7. Define regional ... | 10 | 12_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Verdi Movie Festival equals 3. The number of intense detective thriller in West Sahara Movie Festival equals 3 times the number of futuristic sci-fi movie in Verdi Movie Festival. The number of futuristic sci-fi movie in Taylor Movie Festival equals the number of intense detecti... | What is the total number of movies in West Sahara Movie Festival? | Define futuristic sci-fi movie in Verdi Movie Festival as t; so t = 3. Define intense detective thriller in West Sahara Movie Festival as Y; v = t = 3; so Y = 3 * v = 3 * 3 = 9. Define solemn period drama in West Sahara Movie Festival as T; so T = Y = 9. Define futuristic sci-fi movie in West Sahara Movie Festival as y... | 10 | 15_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of futuristic sci-fi movie in Golden Banana Movie Festival equals 1 plus the number of calm road movie in West Sahara Movie Festival. The number of calm road movie in Golden Banana Movie Festival equals the number of futuristic sci-fi movie in Golden Banana Movie Festival. The number of solemn period drama i... | How many solemn period drama does West Sahara Movie Festival have? | Define calm road movie in West Sahara Movie Festival as E; so E = 4. Define futuristic sci-fi movie in Golden Banana Movie Festival as T; g = E = 4; so T = 1 + g = 1 + 4 = 5. Define calm road movie in Golden Banana Movie Festival as r; so r = T = 5. Define total number of movies in Golden Banana Movie Festival as Q; so... | 10 | 20_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of adult fox in Maple Creek equals 2 times the number of adult wolf in Maple Creek. The number of adult wolf in Maple Creek equals 1. The number of adult racoon in Maple Creek equals the number of adult fox in Maple Creek. The number of adult deer in Maple Creek equals 4 times the number of adult wolf in Map... | What is the total number of adult animals in Maple Creek? | Define adult wolf in Maple Creek as m; so m = 1. Define adult fox in Maple Creek as U; g = m = 1; so U = 2 * g = 2 * 1 = 2. Define adult deer in Maple Creek as C; Y = m = 1; so C = 4 * Y = 4 * 1 = 4. Define adult racoon in Maple Creek as W; so W = U = 2. Define total number of adult animals in Maple Creek as w; l = C +... | 10 | 6_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult fox in Jefferson Circus equals 2 plus the number of adult wolf in Jefferson Circus. The number of adult wolf in Jefferson Circus equals 1. The number of adult fox in South Zoo equals 1 plus the total number of adult animals in Jefferson Circus. The number of adult wolf in South Zoo equals the number... | What is the total number of adult animals in South Zoo? | Define adult wolf in Jefferson Circus as Z; so Z = 1. Define adult fox in Jefferson Circus as s; x = Z = 1; so s = 2 + x = 2 + 1 = 3. Define total number of adult animals in Jefferson Circus as Q; so Q = Z + s = 1 + 3 = 4. Define adult fox in South Zoo as f; g = Q = 4; so f = 1 + g = 1 + 4 = 5. Define adult wolf in Sou... | 10 | 9_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of elementary school in Evervale City equals 4 plus the difference between the number of public highschool in Hawkesbury and the number of elementary school in Hawkesbury. The number of elementary school in Hawkesbury equals the number of public highschool in Hawkesbury. The number of public highschool in Ev... | What is the total number of schools in Evervale City? | Define public highschool in Hawkesbury as f; so f = 2. Define elementary school in Hawkesbury as x; so x = f = 2. Define elementary school in Evervale City as S; I = f - x = 2 - 2 = 0; so S = 4 + I = 4 + 0 = 4. Define total number of schools in Hawkesbury as P; so P = x + f = 2 + 2 = 4. Define public highschool in Ever... | 10 | 14_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of private middle school in Shoreline City equals the number of regional medical school in Shoreline City. The number of regional medical school in Oakbridge City equals the number of regional medical school in Shoreline City. The number of private middle school in Oakbridge City equals 4 times the differenc... | What is the total number of schools in Oakbridge City? | Define regional medical school in Shoreline City as r; so r = 2. Define private middle school in Shoreline City as h; so h = r = 2. Define total number of schools in Shoreline City as N; so N = r + h = 2 + 2 = 4. Define private middle school in Oakbridge City as z; p = N - h = 4 - 2 = 2; so z = 4 * p = 4 * 2 = 8. Defin... | 10 | 20_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult deer in Maple Creek equals 1 plus the total number of adult animals in Cedar Valley. The number of adult racoon in Cedar Valley equals 1 plus the number of adult deer in Cedar Valley. The number of adult racoon in Maple Creek equals 3. The number of adult deer in Cedar Valley equals 3. | What is the total number of adult animals in Maple Creek? | Define adult deer in Cedar Valley as p; so p = 3. Define adult racoon in Cedar Valley as a; I = p = 3; so a = 1 + I = 1 + 3 = 4. Define total number of adult animals in Cedar Valley as O; so O = a + p = 4 + 3 = 7. Define adult deer in Maple Creek as A; d = O = 7; so A = 1 + d = 1 + 7 = 8. Define adult racoon in Maple C... | 10 | 22_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of solemn period drama in Festival de Clairmont equals 2. The number of upbeat metropolis comedy in Cinéma de Montreval equals 2. The number of upbeat metropolis comedy in Festival de Saint-Rivage equals 2 times the difference between the number of upbeat metropolis comedy in Rêves de Belleville and the numb... | What is the total number of movies in Festival Lumière de Valmont? | Define solemn period drama in Festival de Clairmont as l; so l = 2. Define total number of movies in Festival de Clairmont as i; so i = l = 2. Define intense detective thriller in Festival Lumière de Valmont as F; f = i + l = 2 + 2 = 4; so F = 2 * f = 2 * 4 = 8. Define calm road movie in Festival Lumière de Valmont as ... | 10 | 0_p8 | movie_festival_awards | normalforward | zero_context | 2 |
The number of public highschool in Glenfield City equals 2 plus the sum of the total number of schools in Evervale City and the number of private middle school in Evervale City. The number of private middle school in Evervale City equals the number of public highschool in Evervale City. The number of private middle sch... | What is the total number of schools in Glenfield City? | Define public highschool in Evervale City as v; so v = 2. Define private middle school in Evervale City as U; so U = v = 2. Define total number of schools in Evervale City as L; so L = U + v = 2 + 2 = 4. Define public highschool in Glenfield City as y; q = L + U = 4 + 2 = 6; so y = 2 + q = 2 + 6 = 8. Define private mid... | 10 | 17_p8 | teachers_in_school | normalforward | zero_context | 2 |
The number of adult racoon in Bundle Ranch equals 2. The number of adult racoon in Jefferson Circus equals 2 plus the sum of the total number of adult animals in Bundle Ranch, the number of adult racoon in Bundle Ranch, and the number of adult wolf in Bundle Ranch. The number of adult wolf in Bundle Ranch equals 3 time... | What is the total number of adult animals in Jefferson Circus? | Define adult racoon in Bundle Ranch as x; so x = 2. Define adult wolf in Bundle Ranch as j; p = x = 2; so j = 3 * p = 3 * 2 = 6. Define total number of adult animals in Bundle Ranch as n; so n = j + x = 6 + 2 = 8. Define adult racoon in Jefferson Circus as l; Q = n + x = 8 + 2 = 10; z = Q + j = 10 + 6 = 16; so l = 2 + ... | 10 | 15_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult crow in Mayer Aquarium equals 4. The number of adult eagle in South Zoo equals the sum of the number of adult crow in Hamilton Farm and the number of adult parrot in Mayer Aquarium. The number of adult crow in Hamilton Farm equals 4. The number of adult crow in South Zoo equals the number of adult c... | What is the total number of adult animals in Bundle Ranch? | Define adult crow in Mayer Aquarium as p; so p = 4. Define adult parrot in Mayer Aquarium as A; v = p = 4; so A = 4 * v = 4 * 4 = 16. Define total number of adult animals in Mayer Aquarium as V; so V = A + p = 16 + 4 = 20. Define adult parrot in Bundle Ranch as o; i = V + p = 20 + 4 = 24; q = i + A = 24 + 16 = 40; so o... | 10 | 0_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult deer in Jefferson Circus equals 4 times the sum of the total number of adult animals in Mayer Aquarium, the number of adult deer in Mayer Aquarium, and the number of adult bear in Mayer Aquarium. The number of adult bear in Mayer Aquarium equals 3 times the number of adult deer in Mayer Aquarium. Th... | What is the total number of adult animals in Jefferson Circus? | Define adult deer in Mayer Aquarium as H; so H = 1. Define adult bear in Mayer Aquarium as U; a = H = 1; so U = 3 * a = 3 * 1 = 3. Define total number of adult animals in Mayer Aquarium as T; so T = U + H = 3 + 1 = 4. Define adult deer in Jefferson Circus as d; O = T + H = 4 + 1 = 5; y = O + U = 5 + 3 = 8; so d = 4 * y... | 10 | 19_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult owl in Mayer Aquarium equals 3 plus the number of adult crow in South Zoo. The number of adult crow in Mayer Aquarium equals the total number of adult animals in South Zoo. The number of adult owl in South Zoo equals 3 plus the number of adult crow in South Zoo. The number of adult crow in South Zoo... | What is the total number of adult animals in Mayer Aquarium? | Define adult crow in South Zoo as I; so I = 4. Define adult owl in South Zoo as E; R = I = 4; so E = 3 + R = 3 + 4 = 7. Define total number of adult animals in South Zoo as G; so G = I + E = 4 + 7 = 11. Define adult crow in Mayer Aquarium as l; so l = G = 11. Define adult owl in Mayer Aquarium as o; j = I = 4; so o = 3... | 10 | 6_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of adult fox in Cedar Valley equals 2. The number of adult fox in Pine Ridge equals 2 plus the sum of the total number of adult animals in Cedar Valley, the number of adult fox in Cedar Valley, and the number of adult racoon in Cedar Valley. The number of adult racoon in Cedar Valley equals 4 plus the number... | What is the total number of adult animals in Pine Ridge? | Define adult fox in Cedar Valley as g; so g = 2. Define adult racoon in Cedar Valley as l; y = g = 2; so l = 4 + y = 4 + 2 = 6. Define total number of adult animals in Cedar Valley as r; so r = l + g = 6 + 2 = 8. Define adult fox in Pine Ridge as n; K = r + g = 8 + 2 = 10; Z = K + l = 10 + 6 = 16; so n = 2 + Z = 2 + 16... | 10 | 12_p8 | crazy_zootopia | normalforward | zero_context | 2 |
The number of regional medical school in Glenfield City equals 4. The number of public highschool in Evervale City equals 4 plus the total number of schools in Westhaven City. The number of culinarian school in Glenfield City equals 1. The number of public highschool in Westhaven City equals 3 times the total number of... | What is the total number of schools in Evervale City? | Define culinarian school in Glenfield City as U; so U = 1. Define regional medical school in Glenfield City as g; so g = 4. Define total number of schools in Glenfield City as K; so K = g + U = 4 + 1 = 5. Define public highschool in Westhaven City as W; l = K = 5; so W = 3 * l = 3 * 5 = 15. Define total number of schoo... | 10 | 17_p8 | teachers_in_school | normalforward | zero_context | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.