[
    {
        "question": "Boris has 100 apples. Beck has 23 fewer apples than Boris. If Boris gives Beck 10 apples, how many fewer apples does Beck have than Boris now?",
        "last_line": "Therefore, Beck has 100 - 87 = 13 fewer apples than Boris now. Therefore the answer is 13.",
        "pred_ans": "13",
        "ground_truth": "3"
    },
    {
        "question": "Richard wants to make a video to share online of him doing a science experiment that creates a fountain of diet soda after placing a specific branded candy inside it. Richard's driveway is 24 feet wide and he wants to put a bottle of soda every 3 feet of the driveway. After starting at the first bottle, it will take Richard 5 seconds to go from one soda bottle to the next, dropping the candy in. How many seconds total will it take Richard to set off all the soda fountains?",
        "last_line": "Therefore the answer is 40 seconds.",
        "pred_ans": "40",
        "ground_truth": "35"
    }
][
    {
        "question": "Boris has 100 apples. Beck has 23 fewer apples than Boris. If Boris gives Beck 10 apples, how many fewer apples does Beck have than Boris now?",
        "last_line": "Boris has 100 apples. Beck has 100 - 23 = 77 apples. After Boris gives Beck 10 apples, Beck will have 77 + 10 = 87 apples. Therefore, Beck has 100 - 87 = 13 fewer apples than Boris now. Therefore the answer is 13.",
        "pred_ans": "13",
        "ground_truth": "3"
    },
    {
        "question": "Richard wants to make a video to share online of him doing a science experiment that creates a fountain of diet soda after placing a specific branded candy inside it. Richard's driveway is 24 feet wide and he wants to put a bottle of soda every 3 feet of the driveway. After starting at the first bottle, it will take Richard 5 seconds to go from one soda bottle to the next, dropping the candy in. How many seconds total will it take Richard to set off all the soda fountains?",
        "last_line": "Therefore the answer is 40.",
        "pred_ans": "40",
        "ground_truth": "35"
    }
]