You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<prompt>How many days are between March 15, 2024 and September 22, 2025? Include both start and end dates in your count.</prompt>
5
-
<response>557</response>
3
+
<prompt>Calculate the compound interest on $10,000 invested at 5% annual interest rate, compounded monthly for 3 years. What is the final amount in dollars (rounded to 2 decimal places)?</prompt>
4
+
<response>11614.72</response>
6
5
</task>
7
-
8
6
<task>
9
-
<prompt>If a meeting starts at 11:45 AM and lasts for 2 hours and 37 minutes, what time does it end? Express in 24-hour format as HH:MM.</prompt>
10
-
<response>14:22</response>
7
+
<prompt>A projectile is launched at a 45-degree angle with an initial velocity of 50 m/s. Calculate the total distance (in meters) it has traveled from the launch point after 2 seconds, assuming g=9.8 m/s². Round to 2 decimal places.</prompt>
8
+
<response>87.25</response>
11
9
</task>
12
-
13
-
<!-- Modular Arithmetic -->
14
10
<task>
15
-
<prompt>What is 2^100 mod 7? Give the exact integer result.</prompt>
16
-
<response>2</response>
17
-
</task>
18
-
19
-
<task>
20
-
<prompt>What day of the week will it be 1000 days from Monday?</prompt>
21
-
<response>Wednesday</response>
22
-
</task>
23
-
24
-
<!-- Factorial/Combinatorics -->
25
-
<task>
26
-
<prompt>Calculate 15! (15 factorial). Give the exact integer result.</prompt>
27
-
<response>1307674368000</response>
28
-
</task>
29
-
30
-
<task>
31
-
<prompt>How many different ways can you choose 5 items from a set of 12 items? (Calculate C(12,5))</prompt>
32
-
<response>792</response>
33
-
</task>
34
-
35
-
<!-- Trigonometric Functions -->
36
-
<task>
37
-
<prompt>Calculate sin(π/6) + cos(π/3) + tan(π/4). Give the exact value.</prompt>
38
-
<response>2</response>
39
-
</task>
40
-
41
-
<!-- Logarithms/Exponentials -->
42
-
<task>
43
-
<prompt>Solve for x: 2^x = 128. Give the exact integer value.</prompt>
44
-
<response>7</response>
45
-
</task>
46
-
47
-
<task>
48
-
<prompt>Calculate ln(e^3) + log₁₀(1000) - log₂(8). Give the exact value.</prompt>
49
-
<response>3</response>
11
+
<prompt>A sphere has a volume of 500 cubic meters. Calculate its surface area in square meters. Round to 2 decimal places.</prompt>
12
+
<response>304.65</response>
50
13
</task>
51
-
52
-
<!-- Matrix Operations -->
53
14
<task>
54
-
<prompt>Calculate the determinant of the 2x2 matrix [[3, 7], [2, 5]].</prompt>
55
-
<response>1</response>
15
+
<prompt>Calculate the population standard deviation of this dataset: [12, 15, 18, 22, 25, 30, 35]. Round to 2 decimal places.</prompt>
16
+
<response>7.61</response>
56
17
</task>
57
-
58
-
<!-- Number Theory -->
59
18
<task>
60
-
<prompt>What is the greatest common divisor (GCD) of 1071 and 462?</prompt>
61
-
<response>21</response>
19
+
<prompt>Calculate the pH of a solution with a hydrogen ion concentration of 3.5 × 10^-5 M. Round to 2 decimal places.</prompt>
20
+
<response>4.46</response>
62
21
</task>
63
-
64
22
<task>
65
-
<prompt>Is 97 a prime number? Answer 'true' or 'false'.</prompt>
66
-
<response>true</response>
23
+
<prompt>Calculate the monthly payment for a $200,000 mortgage at 4.5% annual interest rate for 30 years (360 months). Use the standard mortgage payment formula. Round to 2 decimal places.</prompt>
<prompt>Calculate the energy in joules of a photon with wavelength 550 nanometers. Use h = 6.626 × 10^-34 J·s and c = 3 × 10^8 m/s. Express the answer in scientific notation with 2 significant figures after the decimal (e.g., 3.61e-19).</prompt>
0 commit comments