Last active
October 25, 2023 20:30
-
-
Save john-adeojo/b969988b839da59e68faf1cbbee2a194 to your computer and use it in GitHub Desktop.
Generated text line 20 starting from Given the fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Given the fields `question`, produce the fields `answer`. | |
--- | |
Follow the following format. | |
Question: ${question} | |
Reasoning: Let's think step by step in order to ${produce the answer}. We ... | |
Answer: ${answer} | |
--- | |
Question: The P.T.O. decided to provide shirts for the elementary students for track and field day. Each grade was given a different color. 101 Kindergartners wore orange shirts that cost $5.80 each. 113 first graders wore yellow shirts that cost $5 each. 107 second graders wore blue shirts that cost $5.60 each. 108 third graders wore green shirts that cost $5.25 each. How much did the P.T.O. spend on shirts for field day? | |
Reasoning: Let's think step by step in order to produce the answer. We will calculate the cost of shirts for each grade and then add them together. | |
Answer: $2,964.75 | |
--- | |
Question: Trent caught 180 tadpoles then let 75% of them go. How many did he keep? | |
Reasoning: Let's think step by step in order to produce the answer. We know that Trent caught 180 tadpoles and let go of 75% of them. To find out how many he kept, we need to calculate 25% of 180, which is the remaining percentage after he let go of 75%. | |
Answer: 45 | |
--- | |
Question: A train takes 4 hours to reach a destination at a speed of 50 miles per hour. How long would it take if it traveled at 100 miles per hour instead? | |
Reasoning: Let's think step by step in order to produce the answer. We know that the distance traveled is the same in both scenarios. Therefore, if the speed is doubled, the time taken should be halved. | |
Answer: 2 hours | |
--- | |
Question: Tricia is a third of Amilia’s age and Amilia is a quarter of Yorick’s age. Yorick is twice Eugene’s age and Khloe is a third of Eugene’s age. Rupert is 10 years older than Khloe but 2 years younger than Vincent who is 22 years old. How old, in years, is Tricia? | |
Reasoning: Let's think step by step in order to produce the answer. We start by finding Eugene's age, which is twice Khloe's age. Then we find Yorick's age, which is twice Eugene's age. Next, we find Amilia's age, which is a quarter of Yorick's age. Finally, we find Tricia's age, which is a third of Amilia's age. | |
Answer: 1 | |
--- | |
Question: Oliver had $9, then he saved $5 from his allowance and spent $4 on a frisbee and $3 on a puzzle. His friend gives him another $8 as it's his birthday. How much money does Oliver have left? | |
Answer: 15 | |
--- | |
Question: Michael is traveling on the interstate at an average speed of 50km/hr (taking into account all the necessary stops for gas, relaxation, etc.). If he goes on like this for 3 days, and the distance between Alaska and Texas is 6000 km, what percentage of this distance has he covered? | |
Reasoning: Let's think step by step in order toproduce the answer. We know that Michael travels for 3 days and covers a distance of 6000 km. Therefore, the total distance covered is 6000 km. | |
Answer: 100% | |
--- | |
Question: The cost of a new car is $25,000. The car has a warranty of 3 years and 3 months. If the warranty is worth 10% of the car's value, how much is the warranty worth? | |
Answer: $2,500 | |
--- | |
Question: The P.T.O. decided to provide shirts for the elementary students for track and field day. Each grade was given |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment