Hi! bridges could have been collapse due to an error made by the engineers during construction.
Answer:
a)
, b) 
Explanation:
a) The Coefficient of Performance of the Carnot Heat Pump is:

After some algebraic handling, the temperature of the cold reservoir is determined:




b) The heating load provided by the heat pump is:



Answer:
There are six conditions
1. Poles should contain some residual flux.
2. Field and armature winding must be correctly connected so that initial mmm adds residual flux.
3. Resistance of field winding must be less than critical resistance.
4. Speed of prime mover of generator must be above critical speed.
5. Generator must be on load.
6. Brushes must have proper contact with commutators.
Explanation:
The C++ code that would draw all the iterations in the selection sort process on the array is given below:
<h3>C++ Code</h3>
#include <stdio.h>
#include <stdlib.h>
int main() {
int i, temp1, temp2;
int string2[16] = { 0, 4, 2, 5, 1, 5, 6, 2, 6, 89, 21, 32, 31, 5, 32, 12 };
_Bool check = 1;
while (check) {
temp1 = string2[i];
temp2 = string2[i + 1];
if (temp1 < temp2) {
string2[i + 1] = temp1;
string2[i] = temp2;
i = 0;
} else {
i++;
if (i = 15) {
check = !check;
}
}
}
return 0;
}
Read more about C++ programming here:
brainly.com/question/20339175
#SPJ1
In order to fly, you must have a device/mechanism that will release hot air, causing it to fly. A jet pack will do the job.