Dataset Viewer
train
list | test
list |
---|---|
[
{
"question": "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?",
"answer": "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"
},
{
"question": "Weng earns $12 an hour for babysitting. Yesterday, she just did 50 minutes of babysitting. How much did she earn?",
"answer": "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"
},
{
"question": "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 dollars for her birthday. How much more money does Betty need?",
"answer": "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 now has 50 + 30 = $<<50+30=80>>80. She still needs 100 - 80 = $<<100-80=20>>20 more. ### 20"
},
{
"question": "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 finish the book tomorrow, how many pages will she need to read?",
"answer": "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. That means she still needs to read 120 - 36 = <<120-36=84>>84 pages to finish the book. ### 84"
},
{
"question": "James writes a 3-page letter to 2 different friends twice a week. How many pages does he write a year?",
"answer": "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"
},
{
"question": "Mark has a garden with flowers. He planted plants of three different colors in it. Ten of them are yellow, and there are 80% more purple flowers than yellow flowers. The rest of the flowers are blue and there are 18 of them. How many flowers does Mark have in his garden?",
"answer": "There are 80/100 * 10 = <<80/100×10=8>>8 more purple flowers than yellow flowers. So in Mark's garden, there are 10 + 8 = <<10+8=18>>18 purple flowers. Mark has 10 yellow flowers, 18 purple flowers, and 18 blue flowers, for a total of 10 + 18 + 18 = <<10+18+18=46>>46 flowers. ### 46"
}
] | [
{
"question": "Albert is wondering how much pizza he can eat in one day. He buys 2 large pizzas and 2 small pizzas. A large pizza has 16 slices and a small pizza has 8 slices. If he eats 2/8 of each large pizza and 1/4 of each small pizza, how many slices does Albert eat?",
"answer": "He eats 32 from the largest pizzas because 2 × 16 = <<2×16=32>>32 He eats 16 from the small pizza because 2 × 8 = <<2×8=16>>16 He eats 2/8 of 32 which is <<32×(2/8)=8>>8 from the large pizzas He eats 1/4 of 16 which is <<16×(1/4)=4>>4 from the small pizzas He eats a total of 8 + 4 = <<8+4=12>>12 slices ### 12"
},
{
"question": "Ken created a care package to send to his brother, who was away at boarding school. Ken placed a box on a scale, and then he poured in 2 pounds of jelly beans. After that, Ken added brownies until the scale showed 3 times the initial weight. How many pounds of brownies did Ken add to the box?",
"answer": "To the initial 2 pounds of jelly beans, he added enough brownies to cause the weight to triple, bringing the weight to 2×3=<<2×3=6>>6 pounds. So the final weight is 6 pounds. Since we already have 2 pounds of jelly beans, the weight of the brownies must be 6-2=<<6-2=4>>4 pounds. ### 4"
}
] |
README.md exists but content is empty.
- Downloads last month
- 35