Dataset Viewer
Auto-converted to Parquet
question
stringclasses
5 values
answer
stringclasses
5 values
json_schema
stringclasses
1 value
Natalia sold clips to 48 of her friends in April, and then she sold half as many clips in May. How many clips did Natalia sell altogether in April and May?
Natalia sold 48/2 = <<48/2=24>>24 clips in May. Natalia sold 48+24 = <<48+24=72>>72 clips altogether in April and May. #### 72
{"properties": {"reasoning": {"title": "Reasoning", "type": "string"}, "answer": {"title": "Answer", "type": "integer"}}, "required": ["reasoning", "answer"], "title": "Response", "type": "object"}
Weng earns $12 an hour for babysitting. Yesterday, she just did 50 minutes of babysitting. How much did she earn?
Weng earns 12/60 = $<<12/60=0.2>>0.2 per minute. Working 50 minutes, she earned 0.2 x 50 = $<<0.2*50=10>>10. #### 10
{"properties": {"reasoning": {"title": "Reasoning", "type": "string"}, "answer": {"title": "Answer", "type": "integer"}}, "required": ["reasoning", "answer"], "title": "Response", "type": "object"}
Betty is saving money for a new wallet which costs $100. Betty has only half of the money she needs. Her parents decided to give her $15 for that purpose, and her grandparents twice as much as her parents. How much more money does Betty need to buy the wallet?
In the beginning, Betty has only 100 / 2 = $<<100/2=50>>50. Betty's grandparents gave her 15 * 2 = $<<15*2=30>>30. This means, Betty needs 100 - 50 - 30 - 15 = $<<100-50-30-15=5>>5 more. #### 5
{"properties": {"reasoning": {"title": "Reasoning", "type": "string"}, "answer": {"title": "Answer", "type": "integer"}}, "required": ["reasoning", "answer"], "title": "Response", "type": "object"}
Julie is reading a 120-page book. Yesterday, she was able to read 12 pages and today, she read twice as many pages as yesterday. If she wants to read half of the remaining pages tomorrow, how many pages should she read?
Maila read 12 x 2 = <<12*2=24>>24 pages today. So she was able to read a total of 12 + 24 = <<12+24=36>>36 pages since yesterday. There are 120 - 36 = <<120-36=84>>84 pages left to be read. Since she wants to read half of the remaining pages tomorrow, then she should read 84/2 = <<84/2=42>>42 pages. #### 42
{"properties": {"reasoning": {"title": "Reasoning", "type": "string"}, "answer": {"title": "Answer", "type": "integer"}}, "required": ["reasoning", "answer"], "title": "Response", "type": "object"}
James writes a 3-page letter to 2 different friends twice a week. How many pages does he write a year?
He writes each friend 3*2=<<3*2=6>>6 pages a week So he writes 6*2=<<6*2=12>>12 pages every week That means he writes 12*52=<<12*52=624>>624 pages a year #### 624
{"properties": {"reasoning": {"title": "Reasoning", "type": "string"}, "answer": {"title": "Answer", "type": "integer"}}, "required": ["reasoning", "answer"], "title": "Response", "type": "object"}
README.md exists but content is empty.
Downloads last month
20