
10. Write out the matrix of possible combinations using Yates notation for an experiment testing the affect of 0 or 12 hours of sunlight (A), 0 or 10 mL of water (B), and 0 or 1 g of fertilizer (C) o...
b) In this experiment an aspirin ta and dissolved in 10 mL of 1.0M Na mark with deionized water. Using a into a 100-mL volumetric flask and make a diluted aspirin solution'. ent an aspirin tablet was placed in a 250-ml volumetric flask 10 mL of 1.OM NaOH solution, the flask was then filled to the zed water. Using a pipette, 5.0 mL of this solution was added IL Volumetric flask and diluted to the mark with FeCl solution to...
Write out your separation scheme for this experiment. 1. Heat 75 mL of water to 90 °C in a 250-mL beaker. 2. While the water is being heated, place 250 mg of salicylic acid, 1 drop of 85% phosphoric acid and 0.5 mL of acetic anhydride in a test tube. Add a boiling chip to the mixture and gently shake it in order to mix the reactants. 3. Heat the tube in the beaker of water at 85 - 90...
-1 0 0 1 9. Find 12 0 a) by using the Laplace expansion method. b) by using row reduction to triangular form c) by using pivotal condensation starting with the 1st pivot a1 and zeroing out the rest of the 4th column d) Repeat c) except zero out the rest of the 1st row
-1 0 0 1 9. Find 12 0 a) by using the Laplace expansion method. b) by using row reduction to triangular form c) by...
1. A l64-g sample of HF is dissolved in water to give 2.0 x 10' ml of solution. The concentration of solution is: A) 0.82 M B) 0.16 M C) 0.08 M D) 4.1 M E) 8.2 M 2. You have 75.0 mL of a 2.50 M solution of Na,CrO(ag). You also have 125 mL of a 2.01 M solution of AgNOs(ag), Calculate the concentration of Cro. after the two solutions are mixed together. A) 0.00 M B) 0.309 M...
The state space model of an interconnected three tank water storage system is given by the following equation: -3 1 0 1rh dt os lo 0 3] 10 1-3 The heights of water in the tanks are, respectively, h,h2,h3. Each tank has an independent input flow; the volume flow rates of input water into the three tanks are, respectively, qǐ1,W2,4a. Each tank also has a water discharge outlet and the volume flow rates of water coming out of the tanks...
18. In a calorimetry experiment, 0.1277 g af Me ribbon was added to 200.0 mL 0. HCl at 24.12 °C. The water temperature increased to 27.10 °C. Calculate AH for reaction, as performed, and AH per mole of HCI. 19. A 2.50 g sample of sucrose (C2H220) was burned in excess oxygen in a car which contained 2.19 kg of water. The temperature of the water increased from 20. to 25.01 °C. Determine the molar heat of combustion of sucrose....
(b) Determine the inverse of the following matrix using elementary row operations 0 1 [ 3 C = -1 2 5 O-11VIMU (50 marks) Given the vector field F = x2i +2xj + z?k and the closed curve is a square with vertices at (0,0,3), (1, 0, 3), (1, 1, 3), and (0, 1,3), verify Stoke's Theorem (a) 5. (50 marks) Use the Gauss-Seidel iterative technique to find approximate solutions to (b) 6 +2x3 10x1 +3x4 11x2 X3 11 x4...
You have the matrix below: a) 9 10 11 12 What will be displayed by the code: A(2:3,2:3) What will be displayed when you run the code below? b) a-0 while a<10 aa+3: end disp (a) d) Give the steps to find the roots of the following linear equation using MATLAB. rs + 2x4-5x3 + 7x2 + 12x + 20 = 0 a) Give MATLAB commands to plot, on the same figure, the two functions: f(t) = 3t2 +2t-0.5 g(c)-2t...
without using map 1. Write a C++ program to find out the top 10 words in terms of number of appearances in a given file, named “picasso.txt”. The data file is to be downloaded from iLMS system (http://lms.nthu.edu.tw). (Hint: The most efficient way to handle this problem is to build a word dictionary using class map in STL (Standard Template Library) if you know how to do it. On the other hand, without using map, it is still possible to...