Expression
stringlengths 5
66
| Result
float64 -99
10k
| Steps
stringlengths 47
107
|
---|---|---|
(20) *66 = 1320
| 1,320 |
Step 1: Compute 20 * 66.
Step 2: The result is 1320.
|
perimeterof rectanglewith width 32 and height21= 106
| 106 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (32 + 21) = 2 × 53 = 106
|
perimeterof triangle withsides 43, 6, 23=72
| 72 |
Step 1: Perimeter formula is a + b + c.
Step 2: 43 + 6 + 23 = 72
|
20%2 = 0
| 0 |
Step 1: Compute 20 % 2.
Step 2: The result is 0.
|
(75) /15 = 5
| 5 |
Step 1: Compute 75 / 15.
Step 2: The result is 5.
|
1**2 = 1
| 1 |
Step 1: Compute 1 ** 2.
Step 2: The result is 1.
|
80 - (58) = 22
| 22 |
Step 1: Compute 80 - 58.
Step 2: The result is 22.
|
area of circlewith radius1= 3.14
| 3.14 |
Step 1: Area formula is π × r².
Step 2: π × 1² = 3.14 × 1 = 3.14
|
perimeter of rectangle with width 46 andheight 18 = 128
| 128 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (46 + 18) = 2 × 64 = 128
|
67+90 = 157
| 157 |
Step 1: Compute 67 + 90.
Step 2: The result is 157.
|
areaof circle with radius12 =452.39
| 452.39 |
Step 1: Area formula is π × r².
Step 2: π × 12² = 3.14 × 144 = 452.39
|
area ofrectangle with width4 and height 38 =152
| 152 |
Step 1: Area formula is width × height.
Step 2: 4 × 38 = 152
|
98 % (7) =0
| 0 |
Step 1: Compute 98 % 7.
Step 2: The result is 0.
|
20* 70= 1400
| 1,400 |
Step 1: Compute 20 * 70.
Step 2: The result is 1400.
|
hypotenuse of right trianglewith legs 29 and20 =35.23
| 35.23 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(29² + 20²) = sqrt(841 + 400) = sqrt(1241) = 35.23
|
perimeter of rectanglewith width 45 and height 23 = 136
| 136 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (45 + 23) = 2 × 68 = 136
|
67-92=-25
| -25 |
Step 1: Compute 67 - 92.
Step 2: The result is -25.
|
area of triangle with base 44 and height 6 = 132.00
| 132 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 44 × 6 = 132.00
|
area ofrectanglewithwidth 46andheight 12 = 552
| 552 |
Step 1: Area formula is width × height.
Step 2: 46 × 12 = 552
|
perimeterof rectanglewith width 26andheight 48 = 148
| 148 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (26 + 48) = 2 × 74 = 148
|
area of circle with radius 8 = 201.06
| 201.06 |
Step 1: Area formula is π × r².
Step 2: π × 8² = 3.14 × 64 = 201.06
|
3 ** 3= 27
| 27 |
Step 1: Compute 3 ** 3.
Step 2: The result is 27.
|
(5) / 5= 1
| 1 |
Step 1: Compute 5 / 5.
Step 2: The result is 1.
|
area of triangle with base 17and height46 =391.00
| 391 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 17 × 46 = 391.00
|
area of triangle with base6and height 50= 150.00
| 150 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 6 × 50 = 150.00
|
(10) ** 3 =1000
| 1,000 |
Step 1: Compute 10 ** 3.
Step 2: The result is 1000.
|
area of rectangle withwidth 40and height 33 = 1320
| 1,320 |
Step 1: Area formula is width × height.
Step 2: 40 × 33 = 1320
|
perimeter of triangle with sides 9,40, 34= 83
| 83 |
Step 1: Perimeter formula is a + b + c.
Step 2: 9 + 40 + 34 = 83
|
perimeter oftriangle with sides 8,40,6 = 54
| 54 |
Step 1: Perimeter formula is a + b + c.
Step 2: 8 + 40 + 6 = 54
|
(4) **4= 256
| 256 |
Step 1: Compute 4 ** 4.
Step 2: The result is 256.
|
areaof rectangle with width 5andheight40= 200
| 200 |
Step 1: Area formula is width × height.
Step 2: 5 × 40 = 200
|
38 / 19 = 2
| 2 |
Step 1: Compute 38 / 19.
Step 2: The result is 2.
|
3** (2) =9
| 9 |
Step 1: Compute 3 ** 2.
Step 2: The result is 9.
|
(150)/ 15 =10
| 10 |
Step 1: Compute 150 / 15.
Step 2: The result is 10.
|
7* (69) = 483
| 483 |
Step 1: Compute 7 * 69.
Step 2: The result is 483.
|
5** (4) = 625
| 625 |
Step 1: Compute 5 ** 4.
Step 2: The result is 625.
|
(6)**(4) = 1296
| 1,296 |
Step 1: Compute 6 ** 4.
Step 2: The result is 1296.
|
(10)** (2) =100
| 100 |
Step 1: Compute 10 ** 2.
Step 2: The result is 100.
|
108 / (18) = 6
| 6 |
Step 1: Compute 108 / 18.
Step 2: The result is 6.
|
85 - 56= 29
| 29 |
Step 1: Compute 85 - 56.
Step 2: The result is 29.
|
9 ** 2 =81
| 81 |
Step 1: Compute 9 ** 2.
Step 2: The result is 81.
|
areaof circlewith radius 8 = 201.06
| 201.06 |
Step 1: Area formula is π × r².
Step 2: π × 8² = 3.14 × 64 = 201.06
|
7 ** 2 =49
| 49 |
Step 1: Compute 7 ** 2.
Step 2: The result is 49.
|
hypotenuseof right trianglewithlegs16 and 9 =18.36
| 18.36 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(16² + 9²) = sqrt(256 + 81) = sqrt(337) = 18.36
|
(171) / (19) = 9
| 9 |
Step 1: Compute 171 / 19.
Step 2: The result is 9.
|
hypotenuse of righttrianglewith legs 12 and20 =23.32
| 23.32 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(12² + 20²) = sqrt(144 + 400) = sqrt(544) = 23.32
|
perimeterofcirclewithradius 5 = 31.42
| 31.42 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 5 = 31.42
|
perimeter ofcircle with radius6= 37.70
| 37.7 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 6 = 37.70
|
perimeter of rectanglewith width 25 and height22 = 94
| 94 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (25 + 22) = 2 × 47 = 94
|
area of triangle with base 14 and height 39=273.00
| 273 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 14 × 39 = 273.00
|
6 - 73 = -67
| -67 |
Step 1: Compute 6 - 73.
Step 2: The result is -67.
|
hypotenuse ofright trianglewith legs20 and 9 =21.93
| 21.93 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(20² + 9²) = sqrt(400 + 81) = sqrt(481) = 21.93
|
area of trianglewith base 39 and height 36 = 702.00
| 702 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 39 × 36 = 702.00
|
areaof rectangle withwidth 26 andheight40= 1040
| 1,040 |
Step 1: Area formula is width × height.
Step 2: 26 × 40 = 1040
|
51% (3)= 0
| 0 |
Step 1: Compute 51 % 3.
Step 2: The result is 0.
|
area of rectangle with width 48andheight 4 = 192
| 192 |
Step 1: Area formula is width × height.
Step 2: 48 × 4 = 192
|
5 + 16 = 21
| 21 |
Step 1: Compute 5 + 16.
Step 2: The result is 21.
|
81 / 9 =9
| 9 |
Step 1: Compute 81 / 9.
Step 2: The result is 9.
|
73 - (2) =71
| 71 |
Step 1: Compute 73 - 2.
Step 2: The result is 71.
|
areaofrectanglewith width34and height41 =1394
| 1,394 |
Step 1: Area formula is width × height.
Step 2: 34 × 41 = 1394
|
perimeter of circle withradius 12 = 75.40
| 75.4 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 12 = 75.40
|
21 - 72 = -51
| -51 |
Step 1: Compute 21 - 72.
Step 2: The result is -51.
|
18 / 6= 3
| 3 |
Step 1: Compute 18 / 6.
Step 2: The result is 3.
|
(5) **2 = 25
| 25 |
Step 1: Compute 5 ** 2.
Step 2: The result is 25.
|
areaof rectanglewith width 44and height27 = 1188
| 1,188 |
Step 1: Area formula is width × height.
Step 2: 44 × 27 = 1188
|
hypotenuse of righttriangle with legs 5 and 23 = 23.54
| 23.54 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(5² + 23²) = sqrt(25 + 529) = sqrt(554) = 23.54
|
67 + 44=111
| 111 |
Step 1: Compute 67 + 44.
Step 2: The result is 111.
|
6 ** 4 =1296
| 1,296 |
Step 1: Compute 6 ** 4.
Step 2: The result is 1296.
|
67 * 14= 938
| 938 |
Step 1: Compute 67 * 14.
Step 2: The result is 938.
|
hypotenuse ofright triangle with legs 16 and16= 22.63
| 22.63 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(16² + 16²) = sqrt(256 + 256) = sqrt(512) = 22.63
|
perimeterof rectangle withwidth 10and height22 = 64
| 64 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (10 + 22) = 2 × 32 = 64
|
area of rectanglewithwidth44 and height43 = 1892
| 1,892 |
Step 1: Area formula is width × height.
Step 2: 44 × 43 = 1892
|
14 - (62)= -48
| -48 |
Step 1: Compute 14 - 62.
Step 2: The result is -48.
|
(162) / 18 = 9
| 9 |
Step 1: Compute 162 / 18.
Step 2: The result is 9.
|
78 %14 =8
| 8 |
Step 1: Compute 78 % 14.
Step 2: The result is 8.
|
area of rectangle withwidth 28and height34 = 952
| 952 |
Step 1: Area formula is width × height.
Step 2: 28 × 34 = 952
|
(86) * (78) =6708
| 6,708 |
Step 1: Compute 86 * 78.
Step 2: The result is 6708.
|
5 ** (2) = 25
| 25 |
Step 1: Compute 5 ** 2.
Step 2: The result is 25.
|
area ofrectangle with width46and height24 = 1104
| 1,104 |
Step 1: Area formula is width × height.
Step 2: 46 × 24 = 1104
|
areaofcirclewithradius 3 = 28.27
| 28.27 |
Step 1: Area formula is π × r².
Step 2: π × 3² = 3.14 × 9 = 28.27
|
perimeterof trianglewithsides 46, 38, 11 = 95
| 95 |
Step 1: Perimeter formula is a + b + c.
Step 2: 46 + 38 + 11 = 95
|
area of circle withradius 10=314.16
| 314.16 |
Step 1: Area formula is π × r².
Step 2: π × 10² = 3.14 × 100 = 314.16
|
areaof circle with radius 14 =615.75
| 615.75 |
Step 1: Area formula is π × r².
Step 2: π × 14² = 3.14 × 196 = 615.75
|
39% (3) = 0
| 0 |
Step 1: Compute 39 % 3.
Step 2: The result is 0.
|
62 *17 = 1054
| 1,054 |
Step 1: Compute 62 * 17.
Step 2: The result is 1054.
|
area of circle with radius16 = 804.25
| 804.25 |
Step 1: Area formula is π × r².
Step 2: π × 16² = 3.14 × 256 = 804.25
|
8** 3=512
| 512 |
Step 1: Compute 8 ** 3.
Step 2: The result is 512.
|
(7) - (78)= -71
| -71 |
Step 1: Compute 7 - 78.
Step 2: The result is -71.
|
perimeter of circlewith radius8 = 50.27
| 50.27 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 8 = 50.27
|
perimeter of circle with radius 18 = 113.10
| 113.1 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 18 = 113.10
|
4 * (24)= 96
| 96 |
Step 1: Compute 4 * 24.
Step 2: The result is 96.
|
36- 96 = -60
| -60 |
Step 1: Compute 36 - 96.
Step 2: The result is -60.
|
(5) ** 4 =625
| 625 |
Step 1: Compute 5 ** 4.
Step 2: The result is 625.
|
20/ (20) = 1
| 1 |
Step 1: Compute 20 / 20.
Step 2: The result is 1.
|
perimeter ofcircle withradius 2 = 12.57
| 12.57 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 2 = 12.57
|
perimeter ofcircle with radius15 = 94.25
| 94.25 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 15 = 94.25
|
67 - 51 =16
| 16 |
Step 1: Compute 67 - 51.
Step 2: The result is 16.
|
area of rectangle withwidth 15 andheight 41 = 615
| 615 |
Step 1: Area formula is width × height.
Step 2: 15 × 41 = 615
|
hypotenuse of right triangle withlegs 25 and 2 = 25.08
| 25.08 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(25² + 2²) = sqrt(625 + 4) = sqrt(629) = 25.08
|
36 / 18 = 2
| 2 |
Step 1: Compute 36 / 18.
Step 2: The result is 2.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.