Answer:
d. 2.3 ohms (5.3 amperes)
Explanation:
The calculator's 1/x key makes it convenient to calculate parallel resistance.
Req = 1/(1/4 +1/8 +1/16) = 1/(7/16) = 16/7 ≈ 2.3 ohms
This corresponds to answer choice D.
__
<em>Additional comment</em>
This problem statement does not tell the applied voltage. The answer choices suggest that it is 12 V. If so, the current is 12/(16/7) = 21/4 = 5.25 amperes.
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
<h2>
Answer:</h2>
7532V
<h2>
Explanation:</h2>
For a given transformer, the ratio of the number of turns in its primary coil (
) to the number of turns in its secondary coil (
) is equal to the ratio of the input voltage (
) to the output voltage (
) of the transformer. i.e
=
----------------(i)
<em>From the question;</em>
= number of turns in the primary coil = 8 turns
= number of turns in the secondary coil = 515 turns
= input voltage = 117V
<em>Substitute these values into equation (i) as follows;</em>
= 
<em>Solve for </em>
<em>;</em>
= 117 x 515 / 8
= 7532V
Therefore, the output voltage (in V) of the transformer is 7532