To solve this problem we will apply the concepts related to real power in 3 phases, which is defined as the product between the phase voltage, the phase current and the power factor (Specifically given by the cosine of the phase angle). First we will find the phase voltage from the given voltage and proceed to find the current by clearing it from the previously mentioned formula. Our values are


Real power in 3 phase

Now the Phase Voltage is,



The current phase would be,

Rearranging,

Replacing,


Therefore the current per phase is 2.26kA
Answer:
import java.util.Scanner;
public class FindMatchValue {
public static void main (String [] args) {
Scanner scnr = new Scanner(System.in);
final int NUM_VALS = 4;
int[] userValues = new int[NUM_VALS];
int i;
int matchValue;
int numMatches = -99; // Assign numMatches with 0 before your for loop
matchValue = scnr.nextInt();
for (i = 0; i < userValues.length; ++i) {
userValues[i] = scnr.nextInt();
}
/* Your solution goes here */
numMatches = 0;
for (i = 0; i < userValues.length; ++i) {
if(userValues[i] == matchValue) {
numMatches++;
}
}
System.out.println("matchValue: " + matchValue + ", numMatches: " + numMatches);
}
}
Answer:
A. 4WD Low
B. 4WD High
C. Safety belt
D. Check gauge
E. Oil temperature gauge
F. Left turn indicator
G. Tachometer
H. High beams
I. Speedometer
J. Right turn indicator
K. Battery voltage gauge
L. Cruise control light
M. (can't see sorry)
N. Service engine soon
O. Battery warning light
P. Airbag indicator
Q. Anti-lock brake system
R. Fuel gauge
S. Parking brake (AKA emergency brake) on
T. Low windshield washer fluid
U. Check fuel cap
V. Door ajar/open
W. Shift indicator
X. Trip odometer reset
Y. Oil pressure gauge
Z. compass/cardinal direction indicator
AA. Odometer?