Explain why technology keeps on changing rapidly
Consider all samples of size 5 from this population:6 8 10 12 13
1. Compute the mean and variance of the population
2.list all samples of size 4 and compute the mean for each sample
3.construct the sampling distribution of the sample means
4.Calculate the mean of the sampling distribution of the sample means and compare this to the mean of the population
The recent global development of Russia invading Ukraine has led to USA and European countries imposing sanctions on Russia. Given that Russia is a major player in OPEC, discuss the implication of this in South African economy
7.36 x 1024 free oxygen atoms how many moles?
7.36 x 1024 free oxygen atoms
Magical Indices
Input
The first line of input contains an array
The second line of input contains a number
Output
The output should be a number indicating the number of valid positions
Explanation
For example, an array A = [10, 20, 30] and a value x = 25.
Sample Input 1
[1, 2, 3, 5, 7]
13
Sample Output 1
3
"use strict";
process.stdin.resume();
process.stdin.setEncoding("utf-8");
let inputString = "";
let currentLine = 0;
process.stdin.on("data", (inputStdin) => {
inputString += inputStdin;
});
process.stdin.on("end", (_) => {
inputString = inputString
.trim()
.split("\n")
.map((str) => str.trim());
main();
});
function readLine() {
return inputString[currentLine++];
}
function main() {
let integers = JSON.parse(readLine());
let value = JSON.parse(readLine());
/* Please do not modify anything above this line */
/* Write your code here and log the output */
}
product of array items
given an array integers, write a JS program to get the product of the given integers in the array
sample input1
[1,2,3]
sample output1
1*2*3 = 6
"use strict";
process.stdin.resume();
process.stdin.setEncoding("utf-8");
let inputString = "";
let currentLine = 0;
process.stdin.on("data", (inputStdin) => {
inputString += inputStdin;
});
process.stdin.on("end", (_) => {
inputString = inputString
.trim()
.split("\n")
.map((str) => str.trim());
main();
});
function readLine() {
return inputString[currentLine++];
}
function main() {
let integers = JSON.parse(readLine());
/* Please do not modify anything above this line */
/* Write your code here and log the output */
}
INPUT:
[1,2,3]
OUTPUT:
1*2*3 = 6
INPUT:
[-1,-2,-3]
OUTPUT:
-1*-2*-3 = -6 SHOULD BE LIKE THIS
Write an an essay about 1000 words discussing why health education should or shouldn't be considered as a relevant subject and included in the school curriculum.(50 marks)
two charges Q1=+3nC and Q2=-5nC are separated by a distance of 6cm and 2cm for point A amd 2cm and 10cm for point B (a) Calculate the electric potential at point A and point B.
(b) How much work is done by the electric field in a moving 4.00nC particle from point A and point B.
Suppose Mary intends to sell two software products X & Y for the next convention & budgets the following. X Y Total Units Sold. 60 40 100 Revenues, $200 $100 per unit $12,000 $ 4,000 $16,000 Variable Costs, $120 $70 per unit 7,200 2,800 10,000 Unit Contribution Margin, $80 $ 30 per unit $ 4,800 $ 1200 $ 6,000 Fixed Costs 4,500 Operating Income $ 1,500 Required: What is the BEP (in units & in Birr