Since the armature is wave wound, the magnetic flux per pole is 0.0274 Weber.
<u>Given the following data:</u>
- Number of armature conductors = 144 slots
- Number of poles = 4 poles
- Number of parallel paths = 2
To find the magnetic flux per pole:
Mathematically, the emf generated by a DC generator is given by the formula;
× 
<u>Where:</u>
- E is the electromotive force in the DC generator.
- Z is the total number of armature conductors.
- N is the speed or armature rotation in r.p.m.
- P is the number of poles.
- A is the number of parallel paths in armature.
First of all, we would determine the total number of armature conductors:
×
× 
Z = 864
Substituting the given parameters into the formula, we have;
× 
× 
<em>Magnetic flux </em><em>=</em><em> 0.0274 Weber.</em>
Therefore, the magnetic flux per pole is 0.0274 Weber.
Read more: brainly.com/question/15449812?referrer=searchResults
Answer:
Explanation:
Given data:
initial construction co = 0.286 wt %
concentration at surface position cs = 0 wt %
carbon concentration cx = 0.215 wt%
time = 7 hr

for 0.225% carbon concentration following formula is used

where, erf stand for error function




from the table erf(Z) value = 0.751 lie between (z) = 0.80 and z = 0.85 so by inteerpolation we have z = 0.815
from given table



x = 0.002395 mm
Answer:
#include <iostream>
using namespace std;
void PrintPopcornTime(int bagOunces) {
if(bagOunces < 3){
cout << "Too small";
cout << endl;
}
else if(bagOunces > 10){
cout << "Too large";
cout << endl;
}
else{
cout << (6 * bagOunces) << " seconds" << endl;
}
}
int main() {
PrintPopcornTime(7);
return 0;
}
Explanation:
Using C++ to write the program. In line 1 we define the header "#include <iostream>" that defines the standard input/output stream objects. In line 2 "using namespace std" gives me the ability to use classes or functions, From lines 5 to 17 we define the function "PrintPopcornTime(), with int parameter bagOunces" Line 19 we can then call the function using 7 as the argument "PrintPopcornTime(7);" to get the expected output.
Answer:
Side effects - sudden loss of balance/ repeated falls
Outputs - sever sickness and could me factual
Inputs/corrections of this- medications and experimental treatments to help slow the process of deterioration
Answer with Explanation:
The modulus of elasticity has an profound effect on the mechanical design of any machine part as explained below:
1) Effect on the stiffness of the member: The ability of any member of a machine to resist any force depends on the stiffness of the member. For a member with large modulus of elasticity the stiffness is more and hence in cases when the member has to resist a direct load the member with more modulus of elasticity resists the force better.
2)Effect on the deflection of the member: The deflection caused by a force in a member is inversely proportional to the modulus of elasticity of the member thus in machine parts in which we need to resist the deflections caused by the load we can use materials with greater modulus of elasticity.
3) Effect to resistance of shear and torque: Modulus of rigidity of a material is found to be larger if the modulus of elasticity of the material is more hence for a material with larger modulus of elasticity the resistance it offer's to shear forces and the torques is more.
While designing a machine element since the above factors are important to consider thus we conclude that modulus of elasticity has a profound impact on machine design.