Answer:
93.57 KJ/s
Explanation:
Rate of heat transfer from the steam to the cooling water = mass rate × Heat of vaporization of water at 40 °C
H vaporization of water 40 °C at saturation pressure = 2406.0 kJ / Kg
rate of heat transfer = 2406.0 kJ / Kg × 140 Kg / ( 60 × 60s) = 93.57 KJ/s
Answer:
(b) Anti-lock brakes
Explanation:
The short form of Anti-lock Braking System commonly known as ABS. Its working is based on the fact that the user will be in safe condition when he apply sudden brakes. It usually happens when a in vehicle moving with high speeds on highways encounter anything before them, they hit brakes suddenly which may lead to the tires loosing traction and contact with the roads and rolling over due to inertia as a result of the high speeds. These conditions result in very serious mishaps. Anti-lock system aims to reduce the mishaps and losses which arise solely due to the locking of tires when brakes are applied. Anti-lock system significantly reduces speed and maintains a safer environment for the user and the vehicle.
Sound (like music and background sound) and detail. The music and background sound is what sets the mood for the game. In horror games, the sound is sometimes uneasy to make the player feel anxious, and when something chases you the music turns into fast-pace and making the player scared and feel that adrenaline. The detail also is a great factor. The more realistic a game is, the more it feels like real life and determines if the player will get a real reaction from the game.
Answer:
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Explanation:
The distance formula is the difference of the x coordinates squared, plus the difference of the y coordinates squared, all square rooted. For the general case, it appears you simply need to change how you have written the code.
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Note, by moving the 2 inside of the pow function, you have provided the second argument that it is requesting.
You were close with your initial attempt, you just had a parenthesis after x1 and y1 when you should not have.
Cheers.
The expression of V(m³)=e^(t(s)) to make V in in³ and t in minutes is;
V(in³) = (¹/₆₁₀₂₄)a
We are given that;
Volume of microbial culture is observed to increase according to the formula;
V = e^(t)
where;
t is in seconds
V is in m³
We want to now express V in in³ and t in minutes.
Now, from conversions;
1 m³ = 61024 in³
Also; 1 second = 1/60 minutes
according to formula for exponential decay, we know that;
V = ae^(bt)
Thus, we have;
61024V = ae^(¹/₆₀b(t(h))
V(in³) = (¹/₆₁₀₂₄)a
Read more about subject of formula at; brainly.com/question/790938