Expression
stringlengths 5
66
| Result
float64 -99
10k
| Steps
stringlengths 47
107
|
---|---|---|
25 + (19)= 44
| 44 |
Step 1: Compute 25 + 19.
Step 2: The result is 44.
|
areaofcircle with radius 8 =201.06
| 201.06 |
Step 1: Area formula is π × r².
Step 2: π × 8² = 3.14 × 64 = 201.06
|
perimeter of triangle withsides 27,13,32 = 72
| 72 |
Step 1: Perimeter formula is a + b + c.
Step 2: 27 + 13 + 32 = 72
|
(49) - 90= -41
| -41 |
Step 1: Compute 49 - 90.
Step 2: The result is -41.
|
7**3 = 343
| 343 |
Step 1: Compute 7 ** 3.
Step 2: The result is 343.
|
perimeter of rectanglewith width 24and height33 = 114
| 114 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (24 + 33) = 2 × 57 = 114
|
areaof trianglewith base 50 and height 40 = 1000.00
| 1,000 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 50 × 40 = 1000.00
|
perimeterofcircle with radius 13=81.68
| 81.68 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 13 = 81.68
|
area of circlewith radius 6= 113.10
| 113.1 |
Step 1: Area formula is π × r².
Step 2: π × 6² = 3.14 × 36 = 113.10
|
perimeterof rectanglewithwidth24 andheight 38 = 124
| 124 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (24 + 38) = 2 × 62 = 124
|
(8)** 3= 512
| 512 |
Step 1: Compute 8 ** 3.
Step 2: The result is 512.
|
area of triangle with base 4 andheight 24= 48.00
| 48 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 4 × 24 = 48.00
|
perimeteroftrianglewith sides 27,1, 28 =56
| 56 |
Step 1: Perimeter formula is a + b + c.
Step 2: 27 + 1 + 28 = 56
|
areaofcircle with radius 18 = 1017.88
| 1,017.88 |
Step 1: Area formula is π × r².
Step 2: π × 18² = 3.14 × 324 = 1017.88
|
(45)/ 5 =9
| 9 |
Step 1: Compute 45 / 5.
Step 2: The result is 9.
|
(92) * (84) =7728
| 7,728 |
Step 1: Compute 92 * 84.
Step 2: The result is 7728.
|
perimeterofrectangle with width 13 and height 21= 68
| 68 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (13 + 21) = 2 × 34 = 68
|
areaofrectangle withwidth 23 and height 31 =713
| 713 |
Step 1: Area formula is width × height.
Step 2: 23 × 31 = 713
|
4**4 = 256
| 256 |
Step 1: Compute 4 ** 4.
Step 2: The result is 256.
|
perimeterof triangle with sides 32, 41, 5= 78
| 78 |
Step 1: Perimeter formula is a + b + c.
Step 2: 32 + 41 + 5 = 78
|
areaof circlewith radius 2 =12.57
| 12.57 |
Step 1: Area formula is π × r².
Step 2: π × 2² = 3.14 × 4 = 12.57
|
74 * 45 =3330
| 3,330 |
Step 1: Compute 74 * 45.
Step 2: The result is 3330.
|
(32)* 87 =2784
| 2,784 |
Step 1: Compute 32 * 87.
Step 2: The result is 2784.
|
areaofcircle with radius 7 = 153.94
| 153.94 |
Step 1: Area formula is π × r².
Step 2: π × 7² = 3.14 × 49 = 153.94
|
86 *(85)= 7310
| 7,310 |
Step 1: Compute 86 * 85.
Step 2: The result is 7310.
|
18 %15 =3
| 3 |
Step 1: Compute 18 % 15.
Step 2: The result is 3.
|
89*44= 3916
| 3,916 |
Step 1: Compute 89 * 44.
Step 2: The result is 3916.
|
area of triangle withbase4 andheight 12=24.00
| 24 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 4 × 12 = 24.00
|
100 * 66 =6600
| 6,600 |
Step 1: Compute 100 * 66.
Step 2: The result is 6600.
|
area of rectanglewithwidth 4and height 26 =104
| 104 |
Step 1: Area formula is width × height.
Step 2: 4 × 26 = 104
|
6**4 = 1296
| 1,296 |
Step 1: Compute 6 ** 4.
Step 2: The result is 1296.
|
65 * 22 =1430
| 1,430 |
Step 1: Compute 65 * 22.
Step 2: The result is 1430.
|
(6) -(56) = -50
| -50 |
Step 1: Compute 6 - 56.
Step 2: The result is -50.
|
perimeter oftrianglewith sides 30,20,6 =56
| 56 |
Step 1: Perimeter formula is a + b + c.
Step 2: 30 + 20 + 6 = 56
|
(7) ** 2 = 49
| 49 |
Step 1: Compute 7 ** 2.
Step 2: The result is 49.
|
hypotenuseofright triangle with legs 25 and 4 =25.32
| 25.32 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(25² + 4²) = sqrt(625 + 16) = sqrt(641) = 25.32
|
area ofrectanglewith width 45 and height46 = 2070
| 2,070 |
Step 1: Area formula is width × height.
Step 2: 45 × 46 = 2070
|
area of rectanglewithwidth 11 andheight9 = 99
| 99 |
Step 1: Area formula is width × height.
Step 2: 11 × 9 = 99
|
area of rectanglewith width 50 and height9= 450
| 450 |
Step 1: Area formula is width × height.
Step 2: 50 × 9 = 450
|
4 **3= 64
| 64 |
Step 1: Compute 4 ** 3.
Step 2: The result is 64.
|
65 %16 =1
| 1 |
Step 1: Compute 65 % 16.
Step 2: The result is 1.
|
44-56 = -12
| -12 |
Step 1: Compute 44 - 56.
Step 2: The result is -12.
|
(39) * (86) =3354
| 3,354 |
Step 1: Compute 39 * 86.
Step 2: The result is 3354.
|
areaofcircle with radius 14 = 615.75
| 615.75 |
Step 1: Area formula is π × r².
Step 2: π × 14² = 3.14 × 196 = 615.75
|
42 /7= 6
| 6 |
Step 1: Compute 42 / 7.
Step 2: The result is 6.
|
areaof circle withradius 10= 314.16
| 314.16 |
Step 1: Area formula is π × r².
Step 2: π × 10² = 3.14 × 100 = 314.16
|
area of rectangle with width 17 andheight41= 697
| 697 |
Step 1: Area formula is width × height.
Step 2: 17 × 41 = 697
|
(4)** 3= 64
| 64 |
Step 1: Compute 4 ** 3.
Step 2: The result is 64.
|
(56) /14 = 4
| 4 |
Step 1: Compute 56 / 14.
Step 2: The result is 4.
|
area of triangle withbase 3and height 29 = 43.50
| 43.5 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 3 × 29 = 43.50
|
73 -34= 39
| 39 |
Step 1: Compute 73 - 34.
Step 2: The result is 39.
|
(14) /(7) = 2
| 2 |
Step 1: Compute 14 / 7.
Step 2: The result is 2.
|
perimeter ofcircle with radius 18 = 113.10
| 113.1 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 18 = 113.10
|
area oftriangle withbase26 and height50= 650.00
| 650 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 26 × 50 = 650.00
|
21 * 93 = 1953
| 1,953 |
Step 1: Compute 21 * 93.
Step 2: The result is 1953.
|
(63) + (5) =68
| 68 |
Step 1: Compute 63 + 5.
Step 2: The result is 68.
|
20 /(4) =5
| 5 |
Step 1: Compute 20 / 4.
Step 2: The result is 5.
|
hypotenuse of righttrianglewithlegs 7and 3 = 7.62
| 7.62 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(7² + 3²) = sqrt(49 + 9) = sqrt(58) = 7.62
|
perimeter ofrectanglewith width34andheight49=166
| 166 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (34 + 49) = 2 × 83 = 166
|
area of rectanglewith width25and height 22 =550
| 550 |
Step 1: Area formula is width × height.
Step 2: 25 × 22 = 550
|
perimeterofrectanglewithwidth 28 andheight32 = 120
| 120 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (28 + 32) = 2 × 60 = 120
|
10 /1 = 10
| 10 |
Step 1: Compute 10 / 1.
Step 2: The result is 10.
|
(8) ** 3= 512
| 512 |
Step 1: Compute 8 ** 3.
Step 2: The result is 512.
|
perimeteroftriangle with sides 13,46,11 = 70
| 70 |
Step 1: Perimeter formula is a + b + c.
Step 2: 13 + 46 + 11 = 70
|
11- 98 = -87
| -87 |
Step 1: Compute 11 - 98.
Step 2: The result is -87.
|
area of rectanglewithwidth8 and height32=256
| 256 |
Step 1: Area formula is width × height.
Step 2: 8 × 32 = 256
|
72+ (13)= 85
| 85 |
Step 1: Compute 72 + 13.
Step 2: The result is 85.
|
17 * 87=1479
| 1,479 |
Step 1: Compute 17 * 87.
Step 2: The result is 1479.
|
perimeter ofcirclewith radius 12= 75.40
| 75.4 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 12 = 75.40
|
(19) / 19 = 1
| 1 |
Step 1: Compute 19 / 19.
Step 2: The result is 1.
|
perimeteroftrianglewith sides 8, 8,26 = 42
| 42 |
Step 1: Perimeter formula is a + b + c.
Step 2: 8 + 8 + 26 = 42
|
perimeterof trianglewith sides10, 50,27 = 87
| 87 |
Step 1: Perimeter formula is a + b + c.
Step 2: 10 + 50 + 27 = 87
|
perimeter of trianglewith sides9, 19,44 =72
| 72 |
Step 1: Perimeter formula is a + b + c.
Step 2: 9 + 19 + 44 = 72
|
6 %(16) = 6
| 6 |
Step 1: Compute 6 % 16.
Step 2: The result is 6.
|
35 + 49=84
| 84 |
Step 1: Compute 35 + 49.
Step 2: The result is 84.
|
(64)/16 =4
| 4 |
Step 1: Compute 64 / 16.
Step 2: The result is 4.
|
perimeter ofrectanglewithwidth 48 andheight 2 = 100
| 100 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (48 + 2) = 2 × 50 = 100
|
(1) ** (3) = 1
| 1 |
Step 1: Compute 1 ** 3.
Step 2: The result is 1.
|
(41)+ 40=81
| 81 |
Step 1: Compute 41 + 40.
Step 2: The result is 81.
|
55*(52) = 2860
| 2,860 |
Step 1: Compute 55 * 52.
Step 2: The result is 2860.
|
hypotenuseofrighttrianglewith legs27 and 1 = 27.02
| 27.02 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(27² + 1²) = sqrt(729 + 1) = sqrt(730) = 27.02
|
59 * (40) = 2360
| 2,360 |
Step 1: Compute 59 * 40.
Step 2: The result is 2360.
|
70* 46 =3220
| 3,220 |
Step 1: Compute 70 * 46.
Step 2: The result is 3220.
|
area ofrectangle with width34 and height43 = 1462
| 1,462 |
Step 1: Area formula is width × height.
Step 2: 34 × 43 = 1462
|
(35) * 73= 2555
| 2,555 |
Step 1: Compute 35 * 73.
Step 2: The result is 2555.
|
perimeterof circle with radius 11 = 69.12
| 69.12 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 11 = 69.12
|
area ofcircle with radius7 = 153.94
| 153.94 |
Step 1: Area formula is π × r².
Step 2: π × 7² = 3.14 × 49 = 153.94
|
(65) *(91) = 5915
| 5,915 |
Step 1: Compute 65 * 91.
Step 2: The result is 5915.
|
(64) / 16 = 4
| 4 |
Step 1: Compute 64 / 16.
Step 2: The result is 4.
|
(10) ** (4) = 10000
| 10,000 |
Step 1: Compute 10 ** 4.
Step 2: The result is 10000.
|
hypotenuse of right triangle withlegs 24 and 15 = 28.30
| 28.3 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(24² + 15²) = sqrt(576 + 225) = sqrt(801) = 28.30
|
area ofcircle with radius 8 = 201.06
| 201.06 |
Step 1: Area formula is π × r².
Step 2: π × 8² = 3.14 × 64 = 201.06
|
(126) / 18 =7
| 7 |
Step 1: Compute 126 / 18.
Step 2: The result is 7.
|
hypotenuse of righttriangle with legs 25 and 26= 36.07
| 36.07 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(25² + 26²) = sqrt(625 + 676) = sqrt(1301) = 36.07
|
100- (56) = 44
| 44 |
Step 1: Compute 100 - 56.
Step 2: The result is 44.
|
area of circle with radius 6 = 113.10
| 113.1 |
Step 1: Area formula is π × r².
Step 2: π × 6² = 3.14 × 36 = 113.10
|
area oftriangle with base 36 and height 49= 882.00
| 882 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 36 × 49 = 882.00
|
area of trianglewithbase 26 and height32= 416.00
| 416 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 26 × 32 = 416.00
|
(2) ** (3) = 8
| 8 |
Step 1: Compute 2 ** 3.
Step 2: The result is 8.
|
area of rectangle withwidth 45 and height 47= 2115
| 2,115 |
Step 1: Area formula is width × height.
Step 2: 45 × 47 = 2115
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.