metadata
license: mit
task_categories:
- question-answering
language:
- en
{
"expression": "If Alice has 12 apples and gets 7 more, how many apples does she have in total? = 19",
"result": 19,
"steps": "Step 1: Add the apples Alice has and the apples she gets.\nStep 2: 12 + 7 = 19"
},
{
"expression": "A circle has a radius of 5. What is its area? = 78.54",
"result": 78.54,
"steps": "Step 1: Use area formula π × r².\nStep 2: π × 5² = 78.54"
}
// ...more entries...
]