Expression
stringlengths 5
66
| Result
float64 -99
10k
| Steps
stringlengths 47
107
|
---|---|---|
4 ** 2 =16
| 16 |
Step 1: Compute 4 ** 2.
Step 2: The result is 16.
|
area ofcirclewith radius10 = 314.16
| 314.16 |
Step 1: Area formula is π × r².
Step 2: π × 10² = 3.14 × 100 = 314.16
|
perimeter of triangle with sides8, 48, 42 = 98
| 98 |
Step 1: Perimeter formula is a + b + c.
Step 2: 8 + 48 + 42 = 98
|
2 **2 = 4
| 4 |
Step 1: Compute 2 ** 2.
Step 2: The result is 4.
|
perimeter of circle withradius 7= 43.98
| 43.98 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 7 = 43.98
|
23 +(93) =116
| 116 |
Step 1: Compute 23 + 93.
Step 2: The result is 116.
|
area of rectangle withwidth 4 andheight 18 = 72
| 72 |
Step 1: Area formula is width × height.
Step 2: 4 × 18 = 72
|
(1)**4= 1
| 1 |
Step 1: Compute 1 ** 4.
Step 2: The result is 1.
|
1- (42) = -41
| -41 |
Step 1: Compute 1 - 42.
Step 2: The result is -41.
|
perimeterofrectanglewith width 6and height 46= 104
| 104 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (6 + 46) = 2 × 52 = 104
|
hypotenuse of right trianglewith legs 7 and24 = 25.00
| 25 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(7² + 24²) = sqrt(49 + 576) = sqrt(625) = 25.00
|
29*7 =203
| 203 |
Step 1: Compute 29 * 7.
Step 2: The result is 203.
|
area ofrectangle with width 34and height 29 = 986
| 986 |
Step 1: Area formula is width × height.
Step 2: 34 × 29 = 986
|
perimeter of rectanglewith width4and height 18 = 44
| 44 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (4 + 18) = 2 × 22 = 44
|
75 * 1 = 75
| 75 |
Step 1: Compute 75 * 1.
Step 2: The result is 75.
|
70% 4 =2
| 2 |
Step 1: Compute 70 % 4.
Step 2: The result is 2.
|
perimeter ofcirclewith radius6 =37.70
| 37.7 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 6 = 37.70
|
(78)% 13 = 0
| 0 |
Step 1: Compute 78 % 13.
Step 2: The result is 0.
|
3 **2 = 9
| 9 |
Step 1: Compute 3 ** 2.
Step 2: The result is 9.
|
perimeter of circle with radius 10 = 62.83
| 62.83 |
Step 1: Perimeter formula is 2 × π × r.
Step 2: 2 × 3.14 × 10 = 62.83
|
perimeter of rectangle with width46and height35 = 162
| 162 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (46 + 35) = 2 × 81 = 162
|
hypotenuseof right trianglewith legs 25 and7 = 25.96
| 25.96 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(25² + 7²) = sqrt(625 + 49) = sqrt(674) = 25.96
|
8/ 8 = 1
| 1 |
Step 1: Compute 8 / 8.
Step 2: The result is 1.
|
area of circle with radius 10= 314.16
| 314.16 |
Step 1: Area formula is π × r².
Step 2: π × 10² = 3.14 × 100 = 314.16
|
38% 2=0
| 0 |
Step 1: Compute 38 % 2.
Step 2: The result is 0.
|
57 %(4) = 1
| 1 |
Step 1: Compute 57 % 4.
Step 2: The result is 1.
|
64-98= -34
| -34 |
Step 1: Compute 64 - 98.
Step 2: The result is -34.
|
perimeter ofrectangle with width 30andheight16= 92
| 92 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (30 + 16) = 2 × 46 = 92
|
57 %3 = 0
| 0 |
Step 1: Compute 57 % 3.
Step 2: The result is 0.
|
hypotenuse of righttriangle withlegs 17 and 14 = 22.02
| 22.02 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(17² + 14²) = sqrt(289 + 196) = sqrt(485) = 22.02
|
(100) + 100 = 200
| 200 |
Step 1: Compute 100 + 100.
Step 2: The result is 200.
|
area ofcircle withradius1 =3.14
| 3.14 |
Step 1: Area formula is π × r².
Step 2: π × 1² = 3.14 × 1 = 3.14
|
perimeterof rectangle with width 50 and height37 =174
| 174 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (50 + 37) = 2 × 87 = 174
|
perimeter of trianglewith sides 20, 22,3 =45
| 45 |
Step 1: Perimeter formula is a + b + c.
Step 2: 20 + 22 + 3 = 45
|
hypotenuse of right triangle withlegs10and10 = 14.14
| 14.14 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(10² + 10²) = sqrt(100 + 100) = sqrt(200) = 14.14
|
perimeter of rectangle withwidth 34 and height 29=126
| 126 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (34 + 29) = 2 × 63 = 126
|
38/ 19= 2
| 2 |
Step 1: Compute 38 / 19.
Step 2: The result is 2.
|
perimeter oftriangle withsides 25, 17,6= 48
| 48 |
Step 1: Perimeter formula is a + b + c.
Step 2: 25 + 17 + 6 = 48
|
90*85 = 7650
| 7,650 |
Step 1: Compute 90 * 85.
Step 2: The result is 7650.
|
60 /12 =5
| 5 |
Step 1: Compute 60 / 12.
Step 2: The result is 5.
|
perimeter ofrectanglewith width29and height 14 = 86
| 86 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (29 + 14) = 2 × 43 = 86
|
2 *63 = 126
| 126 |
Step 1: Compute 2 * 63.
Step 2: The result is 126.
|
82 % 19 =6
| 6 |
Step 1: Compute 82 % 19.
Step 2: The result is 6.
|
perimeter ofrectangle with width 16andheight 38 = 108
| 108 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (16 + 38) = 2 × 54 = 108
|
perimeter ofrectanglewith width 20 andheight 11=62
| 62 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (20 + 11) = 2 × 31 = 62
|
perimeterof trianglewith sides18, 34, 33= 85
| 85 |
Step 1: Perimeter formula is a + b + c.
Step 2: 18 + 34 + 33 = 85
|
(49)* 78 = 3822
| 3,822 |
Step 1: Compute 49 * 78.
Step 2: The result is 3822.
|
area of rectangle with width8 and height29 = 232
| 232 |
Step 1: Area formula is width × height.
Step 2: 8 × 29 = 232
|
63+ 33= 96
| 96 |
Step 1: Compute 63 + 33.
Step 2: The result is 96.
|
(112) /(14) =8
| 8 |
Step 1: Compute 112 / 14.
Step 2: The result is 8.
|
44- (53) = -9
| -9 |
Step 1: Compute 44 - 53.
Step 2: The result is -9.
|
6 / (3) = 2
| 2 |
Step 1: Compute 6 / 3.
Step 2: The result is 2.
|
60 %(10)= 0
| 0 |
Step 1: Compute 60 % 10.
Step 2: The result is 0.
|
hypotenuse of righttrianglewithlegs 2 and30 = 30.07
| 30.07 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(2² + 30²) = sqrt(4 + 900) = sqrt(904) = 30.07
|
area oftriangle withbase 4 and height49 = 98.00
| 98 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 4 × 49 = 98.00
|
(170)/ 17=10
| 10 |
Step 1: Compute 170 / 17.
Step 2: The result is 10.
|
5 - (89) = -84
| -84 |
Step 1: Compute 5 - 89.
Step 2: The result is -84.
|
perimeter of trianglewithsides 38, 11,28 =77
| 77 |
Step 1: Perimeter formula is a + b + c.
Step 2: 38 + 11 + 28 = 77
|
49 % 17= 15
| 15 |
Step 1: Compute 49 % 17.
Step 2: The result is 15.
|
hypotenuse ofright trianglewithlegs 16and 5 = 16.76
| 16.76 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(16² + 5²) = sqrt(256 + 25) = sqrt(281) = 16.76
|
80 - (36) = 44
| 44 |
Step 1: Compute 80 - 36.
Step 2: The result is 44.
|
perimeteroftrianglewithsides 36, 44,35= 115
| 115 |
Step 1: Perimeter formula is a + b + c.
Step 2: 36 + 44 + 35 = 115
|
(4)** 4 =256
| 256 |
Step 1: Compute 4 ** 4.
Step 2: The result is 256.
|
perimeter ofrectanglewith width34 and height36= 140
| 140 |
Step 1: Perimeter formula is 2 × (width + height).
Step 2: 2 × (34 + 36) = 2 × 70 = 140
|
(77) * 56 = 4312
| 4,312 |
Step 1: Compute 77 * 56.
Step 2: The result is 4312.
|
(63) *(90) =5670
| 5,670 |
Step 1: Compute 63 * 90.
Step 2: The result is 5670.
|
area ofrectanglewith width 30 and height3=90
| 90 |
Step 1: Area formula is width × height.
Step 2: 30 × 3 = 90
|
area oftriangle withbase 23 and height 20 = 230.00
| 230 |
Step 1: Area formula is 0.5 × base × height.
Step 2: 0.5 × 23 × 20 = 230.00
|
(7) ** 4 = 2401
| 2,401 |
Step 1: Compute 7 ** 4.
Step 2: The result is 2401.
|
78 /13 = 6
| 6 |
Step 1: Compute 78 / 13.
Step 2: The result is 6.
|
hypotenuse of right triangle withlegs 28 and10 =29.73
| 29.73 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(28² + 10²) = sqrt(784 + 100) = sqrt(884) = 29.73
|
4 ** (2) =16
| 16 |
Step 1: Compute 4 ** 2.
Step 2: The result is 16.
|
hypotenuse of right triangle with legs24and 25 =34.66
| 34.66 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(24² + 25²) = sqrt(576 + 625) = sqrt(1201) = 34.66
|
13+ 81 =94
| 94 |
Step 1: Compute 13 + 81.
Step 2: The result is 94.
|
hypotenuse ofright triangle withlegs3and17 = 17.26
| 17.26 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(3² + 17²) = sqrt(9 + 289) = sqrt(298) = 17.26
|
perimeteroftriangle with sides 28, 38, 50=116
| 116 |
Step 1: Perimeter formula is a + b + c.
Step 2: 28 + 38 + 50 = 116
|
areaof rectangle withwidth 33 and height26 = 858
| 858 |
Step 1: Area formula is width × height.
Step 2: 33 × 26 = 858
|
area ofcircle with radius7 = 153.94
| 153.94 |
Step 1: Area formula is π × r².
Step 2: π × 7² = 3.14 × 49 = 153.94
|
3 **2 = 9
| 9 |
Step 1: Compute 3 ** 2.
Step 2: The result is 9.
|
hypotenuseof righttriangle with legs 12and 2 = 12.17
| 12.17 |
Step 1: Hypotenuse formula is sqrt(a² + b²).
Step 2: sqrt(12² + 2²) = sqrt(144 + 4) = sqrt(148) = 12.17
|
(42) - 94 = -52
| -52 |
Step 1: Compute 42 - 94.
Step 2: The result is -52.
|
10 %14 =10
| 10 |
Step 1: Compute 10 % 14.
Step 2: The result is 10.
|
(7) **3 =343
| 343 |
Step 1: Compute 7 ** 3.
Step 2: The result is 343.
|
(27)- 24 = 3
| 3 |
Step 1: Compute 27 - 24.
Step 2: The result is 3.
|
perimeter oftriangle with sides27, 48,4= 79
| 79 |
Step 1: Perimeter formula is a + b + c.
Step 2: 27 + 48 + 4 = 79
|
(36) + 16=52
| 52 |
Step 1: Compute 36 + 16.
Step 2: The result is 52.
|
area of circlewith radius7= 153.94
| 153.94 |
Step 1: Area formula is π × r².
Step 2: π × 7² = 3.14 × 49 = 153.94
|
area of rectangle with width32andheight 25=800
| 800 |
Step 1: Area formula is width × height.
Step 2: 32 × 25 = 800
|
100 +85 = 185
| 185 |
Step 1: Compute 100 + 85.
Step 2: The result is 185.
|
35 / 5=7
| 7 |
Step 1: Compute 35 / 5.
Step 2: The result is 7.
|
74+(31) =105
| 105 |
Step 1: Compute 74 + 31.
Step 2: The result is 105.
|
area of circlewithradius12 =452.39
| 452.39 |
Step 1: Area formula is π × r².
Step 2: π × 12² = 3.14 × 144 = 452.39
|
(93)*33 = 3069
| 3,069 |
Step 1: Compute 93 * 33.
Step 2: The result is 3069.
|
area ofrectangle with width 6 and height39 =234
| 234 |
Step 1: Area formula is width × height.
Step 2: 6 × 39 = 234
|
area of circle with radius 15= 706.86
| 706.86 |
Step 1: Area formula is π × r².
Step 2: π × 15² = 3.14 × 225 = 706.86
|
perimeter of triangle withsides 32, 3, 14 = 49
| 49 |
Step 1: Perimeter formula is a + b + c.
Step 2: 32 + 3 + 14 = 49
|
(61) -98 = -37
| -37 |
Step 1: Compute 61 - 98.
Step 2: The result is -37.
|
(51) -1 =50
| 50 |
Step 1: Compute 51 - 1.
Step 2: The result is 50.
|
4* 78 = 312
| 312 |
Step 1: Compute 4 * 78.
Step 2: The result is 312.
|
50 %(20)=10
| 10 |
Step 1: Compute 50 % 20.
Step 2: The result is 10.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.