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:
//Program was implemented using C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
unsigned int second_a(unsigned int n)
{
int r,sum=0,temp;
int first;
for(int i= 1; I<=n; i++)
{
first = n;
//Check if first digit is 3
// Remove last digit from number till only one digit is left
while(first >= 10)
{
first = first / 10;
}
if(first == 3) // if first digit is 3
{
//Check if n is palindrome
temp=n; // save the value of n in a temporary Variable
while(n>0)
{
r=n%10; //getting remainder
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum)
cout<<n<<" is a palindrome";
else
cout<<n<<" is not a palindrome";
}
}
}
Explanation:
The above code segments is a functional program that checks if a number that starts with digit 3 is Palindromic or not.
The program was coded using C++ programming language.
The main method of the program is omitted.
Comments were used for explanatory purpose.
Answer:

Explanation:
the half life of the given circuit is given by

where [/tex]\tau = RC[/tex]

Given 
resistance in the circuit is 40 ohm and to extend the half cycle we added new resister of 48 ohm. the net resitance is 40+48 = 88 ohms
now the new half life is

Divide equation 2 by 1


putting all value we get new half life


Answer:
Explanation:
For automobile emission, a uniform standard is preferred, because no unnecessary advantage is given by it to any company that is located in particular states where the regional standards are less severe.
Since pollution has its impact across the states and in the whole of the USA, then there should be uniform standards across all the states. It will also invalidate the impact of regional standards as a factor in the selection of plant locations for the automobile company. It means that a state offering less valid emission standards, will attract more companies to herself and it will be against the other states who care more about the natural environment. It can make more states to opt for the permissive emission standards, that will be more harmful to the USA as a country, than the good. So, a uniform standard is preferred to eliminate it as a factor in plant location decisions.
Yes, uniform standards are beneficial to everyone, because it will bring effective control upon the pollution level because there will be no state where the culprit firm can hide. Besides, it is more effective as efforts done towards environment conservation.
Answer:
It looks like... A machine that reads electric pulse and surge... Not sure though.
Explanation: