input
stringlengths 582
658
| output
listlengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [24.033, -64.753, -34.067, 184.957, 137.399, -94.547, 107.591, -78.624, 11.58, 64.935]
Output:
| [
"25.85"
]
| task094-91e46631047249ef8506c673f640ddd9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [147.435, 237.403, -71.733, -63.056, -55.979]
Output:
| [
"38.814"
]
| task094-dbc909666fce49af98c73ad0f611ed72 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [240.957, 164.198, 58.237, 234.211, 41.052]
Output:
| [
"147.731"
]
| task094-bbc85a0ae4f049119254f6bf9242b1c5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [65.477, 203.95, 239.904, 37.795, 138.265, 159.3, -50.357]
Output:
| [
"113.476"
]
| task094-6529f66b4c874e1f80d24f750cbb996e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [233.576, -37.102, -33.15, 51.594, -94.938, -78.841, -47.748, 97.964]
Output:
| [
"11.419"
]
| task094-6bd647fbf3a34f03b8b491eb8d9782aa |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [248.529, -46.96, 7.929, 15.357]
Output:
| [
"56.214"
]
| task094-a678e5d62285497f8a77d09698c0a8a5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [1.065, 115.466, 47.809, 74.209, -49.274]
Output:
| [
"37.855"
]
| task094-dc0554521aa446899b7ffb5347d0a553 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-25.217, 207.852, 53.965, 203.61]
Output:
| [
"110.053"
]
| task094-166d4380207c421e9cf7256048d67485 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [186.849, 248.69, -78.191]
Output:
| [
"119.116"
]
| task094-46b63a7f0b604182984c662ef358efd6 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [21.785, 214.08, -11.675, -22.846, -85.067, 144.987, -87.181, -1.324, 244.769, 41.187]
Output:
| [
"45.872"
]
| task094-2d3935fe3f654836a8c4174b0a54fb9f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [149.469, 154.608]
Output:
| [
"152.038"
]
| task094-813f02bf36354ea0820493904eec1a09 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-51.364, 36.89, -36.418, 79.784, 17.869, -4.355, 159.453]
Output:
| [
"28.837"
]
| task094-c763147c244f4490a006e19a173798ea |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [148.373, -83.825, 89.807, 149.848, 247.012, 198.749]
Output:
| [
"124.994"
]
| task094-c39c5f6dc2b944c9ae2563423eff12c9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [155.876, 75.226]
Output:
| [
"115.551"
]
| task094-a608af411c9b44dd952078d4e967c12e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [50.364, 55.624]
Output:
| [
"52.994"
]
| task094-bcedb2f9555e4c54a1f6871c3aae8b20 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-46.917, 158.385, -7.145, 98.562, 156.985, 52.095, 130.667, -62.223]
Output:
| [
"60.051"
]
| task094-e42959b58e4b40c4bd3f2bdd95a17ce1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [67.796, -84.772, 182.833, 87.455, 21.435, 58.087, 38.98, -18.137, 246.089]
Output:
| [
"66.641"
]
| task094-ad74d3d88872480aa6aab3fd2dc11b21 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [105.19, -19.03, -21.673, 142.086, 100.97, 172.364, -74.976, -63.524]
Output:
| [
"42.676"
]
| task094-5f4d30c519c142518db7ebf69b9325a0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [154.164, 169.815, 165.561, 132.883, 7.345, -87.44, 61.366, 230.63, 131.698, 80.247]
Output:
| [
"104.627"
]
| task094-80eea8cb4f4d42fba1ce996b99f2b53b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-51.128, 79.354, 150.078, 125.395]
Output:
| [
"75.925"
]
| task094-f2ebc30f52964685824fbba4fc5a6236 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [165.757, 109.854]
Output:
| [
"137.806"
]
| task094-a451bd6e1c144e82a2da263c35e9fab0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [200.155, 27.505, 76.27, -69.95]
Output:
| [
"58.495"
]
| task094-e0317ff064194733979dfa7889616940 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [3.21, 2.783, 55.602, 189.097, 111.357, -44.728, 209.913, -20.324, -71.218]
Output:
| [
"48.41"
]
| task094-b9a8fb0516b5434496609972f64054c0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [188.835, 4.769, 77.899, 173.178, -98.747]
Output:
| [
"69.187"
]
| task094-ab2513734e4143f69c9f490298032a5e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [236.145, 2.261, -65.81, 165.401, 176.736, 199.472, 37.829, 141.305, 207.147]
Output:
| [
"122.276"
]
| task094-34929044b82747e78a5f7ae06761fff8 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [30.344, -97.946, -37.956, 243.227, 176.233, 224.212, -36.538, -92.294, 161.219]
Output:
| [
"63.389"
]
| task094-8dbe585b3bd0484888633807e03be585 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-41.493, 216.718, 4.353, 164.451, 238.998, 55.396, 236.143, -28.346]
Output:
| [
"105.778"
]
| task094-50a003dc75b443699b446779774a35c1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [58.326, 95.189, 62.952]
Output:
| [
"72.156"
]
| task094-9100376254414dd598149bdf4c89dea9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [199.389, 42.128]
Output:
| [
"120.758"
]
| task094-539572f2b22b42049761981709bce53e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [98.214, 215.946, 204.105, 125.849, 229.238, -20.862, 92.086]
Output:
| [
"134.939"
]
| task094-6c6672b77b454d2895bb661b3b62908b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-24.904, -67.909, 54.638, 104.106]
Output:
| [
"16.483"
]
| task094-76d138ad8ace4f03b413fec18f9e58dc |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [190.218, -29.318, 105.994, -58.479]
Output:
| [
"52.104"
]
| task094-a3d855dc8f35440882835ad8faeaabff |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [43.897, 142.481, 57.194, 233.621]
Output:
| [
"119.298"
]
| task094-55a52272e42f4940aa61b03a28e4e9b3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-84.485, 125.356, 186.954, 141.378, 33.445, 175.804, 90.426, 75.923]
Output:
| [
"93.1"
]
| task094-71ace827046b43a3a958fc5045fe1257 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-48.765, 186.301, 26.635, 208.904, -9.624, 182.277, 124.366, -54.983]
Output:
| [
"76.889"
]
| task094-385a089066b445fda010a3dcff427f87 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [194.281, 62.473]
Output:
| [
"128.377"
]
| task094-5ebde62273c4491894c64fac3b80fa14 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [112.134, 102.301, 12.44, 102.084, 146.014, -21.711, 145.399]
Output:
| [
"85.523"
]
| task094-3aebcbebe3be4b2ca053a3b8b5eb2735 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-34.306, 40.947, 218.854, 86.983, 29.356, 72.179, -26.301, 69.421, -55.629, 8.753]
Output:
| [
"41.026"
]
| task094-3594e5bdfba240b7b94f46c5d617f4d3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-14.416, 238.206, 97.167, 228.849, -35.044, 79.803, 119.148, -15.3, 92.598]
Output:
| [
"87.89"
]
| task094-03dc7057684e427e9abe1a62f5cf3760 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [167.292, 188.961, 203.661, 86.355, 217.931, -27.422]
Output:
| [
"139.463"
]
| task094-45591502eda84956a737e939a908bc30 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [236.657, -28.247, 155.435, 40.796, -8.6]
Output:
| [
"79.208"
]
| task094-a0d4db3cf0f64748938e196de2372876 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [129.383, 68.528, 8.149, 126.578, 124.684]
Output:
| [
"91.464"
]
| task094-8e4e598483ea465ea8882159e4a06d69 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-42.16, -58.071, 148.805, 146.677, -61.711, -71.749, 233.782, -45.661, -87.345, 244.588]
Output:
| [
"40.716"
]
| task094-c775a29245ef4317aad23bcf74ce8acd |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-6.992, -36.177, -95.203, 87.142]
Output:
| [
"-12.808"
]
| task094-abf7ade8ae634d7b8eafa4f2f9f8f4ad |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [59.251, 198.593]
Output:
| [
"128.922"
]
| task094-95330b25c8c243429d7c0f70fe4b2ac5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [150.092, -83.15, -26.338, 245.153, 169.346, 23.971, -98.665]
Output:
| [
"54.344"
]
| task094-11d70662ac66421bb1d53e444b7fca40 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-28.435, -27.248, 207.783, 11.037, 69.144, 72.298, -15.965, 67.366, 180.976]
Output:
| [
"59.662"
]
| task094-412697d1473e43029b7d7b16a1fa6571 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-0.397, 34.399, -13.497, -14.222, -35.751, -17.127, 125.508]
Output:
| [
"11.273"
]
| task094-9c4275160b0e45439b2d1b37575dfa38 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [9.493, 8.117, 160.621, 71.858, 70.481]
Output:
| [
"64.114"
]
| task094-5d8d3636b6774386a27e305e34eb8373 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-1.31, 169.522, -26.172, 111.289]
Output:
| [
"63.332"
]
| task094-cb059551088849b88583602b71bceae2 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [124.51, 157.224, -39.067, 15.401, -46.207]
Output:
| [
"42.372"
]
| task094-4d6f9943112d4e47ac4f462c7bd54e35 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-87.129, 165.353, 37.001, 249.42]
Output:
| [
"91.161"
]
| task094-8a6bd9d1b65b4481b06e7627b24b05f6 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [115.756, 98.561, 208.286, -6.307, 213.174, 117.811, 84.705, 29.085, 59.322]
Output:
| [
"102.266"
]
| task094-bd8b5c6e6da6432fa57ae1b4f139d2bf |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [238.567, 35.755]
Output:
| [
"137.161"
]
| task094-719b067169f84f87ab8a94f34797182d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [9.625, -27.168, -78.835, 117.698, -73.784, 146.253, -90.405, 134.54, 55.581, 205.402]
Output:
| [
"39.891"
]
| task094-4466dd208f964ad9ab005030a366ef72 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-40.904, 153.618, 212.733, -60.996, 150.843]
Output:
| [
"83.059"
]
| task094-0b4794c4136f44dfbc24844d3182b3ab |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [10.021, 186.507, 41.5]
Output:
| [
"79.343"
]
| task094-818ac02a10314c64a16a3781a9ee520a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [63.759, 221.556, 67.498, 150.469, 124.414, 249.244, 221.536]
Output:
| [
"156.925"
]
| task094-390e6808ddd14d60960e041c3477d6fa |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [152.207, 89.365, 236.077, 197.191, 191.616]
Output:
| [
"173.291"
]
| task094-38a216b751e04499b20e6ef064215068 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [118.695, 126.393, 20.738, 213.816, 38.327, 177.717, -80.534, -24.012, 245.774, 58.344]
Output:
| [
"89.526"
]
| task094-0407ab1f74024987bae1f21744b7e017 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [83.926, 146.107]
Output:
| [
"115.017"
]
| task094-9042a0f858334053b3cf0613331c3109 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-71.041, 48.412, 235.089, 219.887]
Output:
| [
"108.087"
]
| task094-9bad2e455a7945659dc6cf1a8121caec |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [65.986, 9.59, 64.248, -33.452, -63.282]
Output:
| [
"8.618"
]
| task094-245ebf05a44e4c529b56e3ceedb4f26d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [29.77, 19.24, 231.795, 175.293, -7.304, 206.231, -29.028, 184.234, 129.873, -79.392]
Output:
| [
"86.071"
]
| task094-5052dc4ba21b424e959404d129f3e35a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [186.393, -36.585, 69.153, 218.193, 218.362, 128.006, -68.039, 46.102, 131.093]
Output:
| [
"99.186"
]
| task094-0fe9f61a32f54c6292814b037f5c2d24 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [198.675, -42.263, 22.496]
Output:
| [
"59.636"
]
| task094-ded90b5286564519a5aa29f0cf032164 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [80.477, 243.204, -63.196, -43.064, 114.61, 74.079, -71.568]
Output:
| [
"47.792"
]
| task094-d6832a0e755342a08be628c2844e1934 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [5.614, 16.139, -58.06]
Output:
| [
"-12.102"
]
| task094-0e005becf4ec42cba91b93ccc16337c1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-7.784, -64.32]
Output:
| [
"-36.052"
]
| task094-20ab36c4ead6441a8617dfa6dc9f09ac |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [55.803, 91.52]
Output:
| [
"73.661"
]
| task094-c1790a1ecfcc4e8ba4a3597dbcbffcda |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-57.016, 175.989, 132.392, 217.191, 102.575, 192.182, 214.864, 30.191, 138.432]
Output:
| [
"127.422"
]
| task094-664b1489b9b34a38b885a314ed4086fc |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [224.746, 20.31, 107.907]
Output:
| [
"117.654"
]
| task094-ed2da117181642cdaca7ec10e52281bd |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [102.57, 163.024, 156.925, 36.367, 198.354, 74.888, -25.537, 225.018, 242.473, -82.995]
Output:
| [
"109.109"
]
| task094-647116153a1549d2a84569b886fd1c08 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [205.849, 33.047, 44.849, 123.064, 166.617, -40.315, 209.324, 166.773, 233.158, 185.368]
Output:
| [
"132.773"
]
| task094-815e37cd11b240349fe7f932cc32e64c |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [239.944, 88.069, -6.963, 134.104]
Output:
| [
"113.788"
]
| task094-9247518a10d54883a67b31826874276c |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [117.913, 21.456, 98.401, -32.801, -20.798, 182.745, 201.277]
Output:
| [
"81.17"
]
| task094-0675f37611874696a75c85455cc80b87 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-39.873, 97.835, 55.039, -52.237]
Output:
| [
"15.191"
]
| task094-9e962bfd54034945bb8a71d5c84cf14d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-2.869, -88.698, 21.318]
Output:
| [
"-23.416"
]
| task094-14a2c00832364fe98b2e2cf998267605 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-50.674, 169.169, 25.308, -71.296, 240.084]
Output:
| [
"62.518"
]
| task094-6ef5181a2a384e5bad3f5e309caea902 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-16.898, 37.874, -62.807, 233.541, 121.576, 65.272, -47.774, -69.595]
Output:
| [
"32.649"
]
| task094-8adbec3bdf7241dc97fe00058d9fa9d3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [110.444, 23.089, -6.235, 112.579, 31.292, 190.857, 58.854, 148.587, 163.706, -5.219]
Output:
| [
"82.795"
]
| task094-d7a50eb59a71496ea98979e1e58bf021 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-29.74, -41.589, 36.122]
Output:
| [
"-11.736"
]
| task094-31a5dde9f55d4286b08f425e28e8eaaf |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [218.567, 216.211, 93.953]
Output:
| [
"176.244"
]
| task094-89284017da914324adbc293945d950a1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [71.499, 234.969, 205.708, 224.068, 20.084, 217.317, 213.788, 120.222, 134.435, 124.34]
Output:
| [
"156.643"
]
| task094-6c5af0d07bfc47e193d5f0f05ab91022 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [106.34, 108.415, -70.814, 29.027, 214.822, 125.464, 92.065, 171.329, -49.775, 94.561]
Output:
| [
"82.143"
]
| task094-755820b378ba4ad8bb4307f09d93cf2e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-44.977, 79.906, -20.036]
Output:
| [
"4.964"
]
| task094-75f121ae046b475c844827a35a878533 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-42.516, 156.163, 91.91, 122.9, 25.302, 65.795, -19.171]
Output:
| [
"57.198"
]
| task094-d5d699a566674667b1bf26be88cd7c9b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [58.978, 130.099, 69.294, 221.896, 145.41, 24.831, 59.427, 198.174, 146.553]
Output:
| [
"117.185"
]
| task094-a07f70a728a84d03b80b8977870e6562 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-22.313, 92.492, 71.429, 8.979, 199.21, 140.229, 101.187, 35.847, 163.828, 17.24]
Output:
| [
"80.813"
]
| task094-ee65e55a653b4da088b6363faec8fe4f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [233.962, 4.931, -53.699, 212.744, 50.622, 179.646, 115.708, -94.893, 116.1, -81.4]
Output:
| [
"68.372"
]
| task094-c018ca5f88ae4a81a954d8cdca0c5fd4 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [26.035, 171.455, 205.166, 109.434, 57.196, 183.555, 196.368, 46.98]
Output:
| [
"124.524"
]
| task094-68f39f57d80c4f6c9269c66c30224c92 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [26.08, 56.924, 53.698, -11.336, -23.002, 61.614, 166.067, 117.058, 71.9, -0.328]
Output:
| [
"51.867"
]
| task094-6bcad52ba6d54ca2819a167ce95da851 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [13.975, 65.09, 177.806, 134.928, -81.761, -3.372, 130.448, -6.825]
Output:
| [
"53.786"
]
| task094-b408c4a3398f4e6e8aef9f81ec71d630 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [242.8, -51.096, -51.035, 216.928]
Output:
| [
"89.399"
]
| task094-7622ee15351945079917dbec77ced008 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-97.909, 214.745, 31.815, 155.561, -24.58, -32.405, 11.092, 6.17, -62.78, 24.142]
Output:
| [
"22.585"
]
| task094-58cf375c990b4e22960919e806f61853 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [203.312, 175.989, -55.34, -55.642, 157.991]
Output:
| [
"85.262"
]
| task094-4a2ce4cf0116463e8389528be0b41ee9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [82.748, 43.804, -13.469, 226.705, -7.478]
Output:
| [
"66.462"
]
| task094-b9106cee8fc04514995a0ec0ea43aaf8 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-59.132, 236.662, -92.207, 21.809, 29.359, 129.002, 243.128, 243.356, -63.823]
Output:
| [
"76.462"
]
| task094-8d8c1c50f35c418b89923858d8e6b98c |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-10.981, -92.427, 131.322, 80.747, 163.977, 172.881]
Output:
| [
"74.253"
]
| task094-7eae5b6514ef40e181bf6d72e9826b2b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-49.246, -51.453, -22.548, 204.834, 87.783, 116.318, 239.339, -26.778, 114.626, 148.164]
Output:
| [
"76.104"
]
| task094-4fd255add64d4ef388ebb6f51df4e1ac |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.