How many grams of BaCl2 should be added to 300 g H2O so that the freezing point of the solution is lowered – 8.3 0C ? Assume that the BaCl2 completely dissociates in the solution.
1. What will be the freezing point of an aqueous solution containing 80 g of NaCl?
mean
given a list of integers,write a program to print the mean
mean - the average value of all the numbers.
input
the input will be a single line of containing space-separated integers.
output
the first line of output should contain the mean, round off the value to 2 decimal places.
mean should always be a float value.
mean should be a float value when there are even number of elements, otherwise should be an integer value.
see sample input/output for the output format
explanation
for example, if the given list of integers are
2 4 5 6 7 8 2 4 5 2 3 8
the average of all the numbers is 4.67.
after sorting the array,
2 2 2 3 4 4 5 6 7 8 8
DOM.
image:
https://res.cloudinary.com/dfxicv9iv/image/upload/v1619260598/dynamic-dom-manipulations-3_bov0vg.gif
Delete btn is clicked
The blog element &the respective btn shouldbe deleted.
fill script code:
let blgList = [{
blgName:"TechCrunch",
uniqueNo:1,
},
{
blgName:"Wired",
uniqueNo:2,
}
];
let blgsListContainer = document.getElementById("blogsListContainer");
function createAndAppendItem(blg) {
let blgId = "blog" + blg.uniqueNo;
let btnId = "button" + blg.uniqueNo;
let blgEl = document.createElement("li");
blgEl.id = blgId;
blgEl.textContent = blg.blgName;
blgsListContainer.appendChild(blgEl);
let btnEl = document.createElement("button");
btnEl.classList.add("btn", "btn-danger", "ml-3");
btnEl.textContent ="Delete";
btnEl.id = buttonId;
// Write your code here
blgEl.appendChild(btnEl);
}
for (let blg of blgList) {
createAndAppendItem(blg);
}
Suppose that the firm operates in a perfectly competitive market. the market price of its product is $2.the firm estimates its cost of production with the following cost production with the following cost function: C=100-6Q+2Q2
Based on this information, answer the following question.
A.what is the total fixed cost for 4 unit of output?
B.what is MC when the firm produces 4 unit of output?
C. What is the value of AFC at 4 units of output?
D.what is total variable cost for 4 unit of output?
E.What level of output should the firm produce to maximize its output?
A. What is the sign for heat (q) for the system?
B. What is ∆V equal to?
C. What is the value of internal energy of the system in Joules?
For a certain first order reaction, half life is 100s, how long will it take to be 75% completed
Assume that the total cost of a competitive firm is given by,TC=6Q2-16Q+12, and the total revenue of the firm is given by, TR=2Q2
Then find
A.The firms profit maximization level of output.
B.Profit
C.does the firm generate profit or incur loss at 5 unit of output?
A block system of tire pullings has an efficiency of 70%.Calculate, the effort that will be required to raise a load of 42.00N
The average height of students in a freshman class of a certain school has been 165.24 cm with a population standard deviation of 5.56 cm. Is there a reason to believe that there has been a change in the average height if a random sample of 37 students in the present freshman class has an average height of 169.42 cm? Use a 0.01 level of significance.