Answer:
58.44 g/mol The Molarity of this concentration is 0.154 molar
Explanation:
the molar mass of NaCl is 58.44 g/mol,
0.9 % is the same thing as 0.9g of NaCl , so this means that 100 ml's of physiological saline contains 0.9 g of NaCl. One liter of physiological saline must contain 9 g of NaCl. We can determine the molarity of a physiological saline solution by dividing 9 g by 58 g... since we have 9 g of NaCl in a liter of physiological saline, but we have 58 grams of NaCl in a mole of NaCl. When we divide 9 g by 58 g, we find that physiological saline contains 0.154 moles of NaCl per liter. That means that physiological saline (0.9% NaCl) has a molarity of 0.154 molar. We can either express this as 0.154 M or 154 millimolar (154 mM).
Answer:
function summedValue = SummationWithLoop(userNum)
% Summation of all values from 1 to userNum
summedValue = 0;
i = 0;
% use a while loop that assigns summedValue with the
% sum of all values from 1 to userNum
while(i <= userNum)
summedValue = summedValue + i;
i = i + 1;
end
end
Both of the technicians are correct.
<u>Explanation:</u>
The thrust angle is defined as the angle formed by the imaginary line drawn perpendicular to the rear axis center line. It is used in alignment of the four wheels.
It is also used to determine the direction the front wheels are pointing. While the scrub radius is the intersecting point of the vertical center line of front tires with the imaginary line drawn from the steering knuckles.
Thus both the technicians are saying correct. The thrust angle and scrub radius are used to determine the alignment of wheels, if there is any misalignment in wheels then it needs to make it correct to prevent accidents.