Answer:
a)
, b)
, c) 
Explanation:
a) The tank can be modelled by the Principle of Mass Conservation:

The mass flow rate exiting the tank is:



b) An expression for the specific enthalpy at outlet is derived from the First Law of Thermodynamics:


Properties of water are obtained from tables:



The specific enthalpy at outlet is:


c) After a quick interpolation from data availables on water tables, the final temperature is:

Answer:
#include <stdio.h>
typedef struct InventoryTag_struct {
int itemID;
int quantityRemaining;
} InventoryTag;
int main(void) {
InventoryTag redSweater;
redSweater.itemID = 314;
redSweater.quantityRemaining = 500;
/* Your solution goes here */
printf("Inventory ID: %d, Qty: %d\n",redSweater.itemID,redSweater.quantityRemaining);
getchar();
return 0;
}
Explanation:
Answer: A) Product identifier
Explanation:
A product identifier is a means, name or number used to identify hazardous and dangerous chemicals on a label or in the SDS( safety data sheet). It provides a special means which helps the user to identify the chemical. Any product identifier used should permit a cross-references to be made among the listed hazardous chemicals required in the written hazard communication program, and the label including SDS(safety data sheet).
Answer:
I = 8.3 Amp
potential drop = 83 V
Explanation:
Power = 100 KW
V = 12,000 V
R = 10 ohms
a)
Calculate current I in each wire:
P = I*V
I = P / V
I = 100 / 12 = 8.333 A
b)
Calculate potential drop in each wire:
V = I*R
V = (8.3) * (10)
V = 83 V
Answer:
Negative feedback
Explanation:
In Biology, negative feedback refers to the counteraction of an effect by its own influence on the process producing it. For instance, the presence of a high level of a particular hormone in the blood may inhibit further secretion of that hormone.
In other words, in negative feedback, the result of a certain action may inhibit further performance of that action