Answer:
The three phase full load secondary amperage is 2775.7 A
Explanation:
Following data is given,
S = Apparent Power = 1000 kVA
No. of phases = 3
Secondary Voltage: 208 V/120 V <em>(Here 208 V is three phase voltage and 120 V is single phase voltage) </em>
<em>Since,</em>
<em />
<em />
<em />

The formula for apparent power in three phase system is given as:

Where:
S = Apparent Power
V = Line Voltage
I = Line Current
In order to calculate the Current on Secondary Side, substituting values in above formula,

Answer:
The solution code is written in Java.
- public class Main {
-
- public static void main(String[] args) {
-
- Scanner inNum = new Scanner(System.in);
- System.out.print("Enter number of toss: ");
- int num = inNum.nextInt();
-
- for(int i=0; i < num; i++){
- System.out.println(toss());
- }
- }
-
- public static String toss(){
- String option[] = {"heads", "tails"};
- Random rand = new Random();
- return option[rand.nextInt(2)];
- }
- }
Explanation:
Firstly, we create a function <em>toss()</em> with no parameter but will return a string (Line 14). Within the function body, create an option array with two elements, "heads" and "tails" (Line 15). Next create a Random object (Line 16) and use <em>nextInt()</em> method to get random value either 0 or 1. Please note we need to pass the value of 2 into <em>nextInx() </em>method to ensure the random value generated is either 0 or 1. We use this generate random value as an index of <em>option </em>array and return either "heads" or "tails" as output (Line 17).
In the main program, we create Scanner object and use it to prompt user to input an number for how many times to toss the coin (Line 6 - 7). Next, we use the input num to control how many times a for loop should run (Line 9). In each round of the loop, call the function <em>toss() </em>and print the output to terminal (Line 10).
Question
Determine the average water exit velocity
Answer:
53.05 m/s
Explanation:
Given information
Volume flow rate, 
Diameter d= 8cm= 0.08 m
Assumptions
- The flow is jet flow hence momentum-flux correction factor is unity
- Gravitational force is not considered
- The flow is steady, frictionless and incompressible
- Water is discharged to the atmosphere hence pressure is ignored
We know that Q=AV and making v the subject then
where V is the exit velocity and A is area
Area,
where d is the diameter
By substitution

To convert v to m/s from m/s, we simply divide it by 60 hence

Measure the longest circuit and add 50% for fittings and terminal units.