Answer:
P=11 kW
Explanation:
Given that
Number of poles= 8
I.E.C. 180L motor frame
From data book , for 8 poles motor at 50 Hz
Speed = 730 rpm
Power factor = 0.75
Efficiency at 100 % load= 89.3 %
Efficiency at 50 % load= 89.1 %
Output power = 11 kW
Therefore the rated output power of 8 poles motor will be 11 kW. Thus the answer will be 11 kW.
P=11 kW
Answer:
Tire rotation is the least likely cause of tire wear. So, the option D is correct.
Explanation:
Step1
Under-inflation is the process of tire failure under low pressure. This contributes the wear on tire.
Step2
On breaking, kinetic energy changes to heat energy because of rubbing of tire. So, rubbing action increases the wear on the tire.
Step3
Acceleration on the vehicle increases the rubbing action as well as the wear and tear on the tire. So, acceleration is an also a major cause of tire wear.
Step4
Tire rotation has least amount of wear and tear due to no rubbing action. It has less amount surface contact with the surface in rotation.
Thus, tire rotation is the least likely cause of tire wear. So, the option D is correct.
Answer:
The answer is "+9.05 kw"
Explanation:
In the given question some information is missing which can be given in the following attachment.
The solution to this question can be defined as follows:
let assume that flow is from 1 to 2 then
Q= 1kw
m=0.1 kg/s
From the steady flow energy equation is:
![m\{n_1+ \frac{v^2_1}{z}+ gz_1 \}+Q= m \{h_2+ \frac{v^2_2}{2}+ gz_2\}+w\\\\\ change \ energy\\\\0.1[1.005 \times 800]-1= 0.01[1.005\times 700]+w\\\\w= +9.05 \ kw\\\\](https://tex.z-dn.net/?f=m%5C%7Bn_1%2B%20%5Cfrac%7Bv%5E2_1%7D%7Bz%7D%2B%20gz_1%20%5C%7D%2BQ%3D%20m%20%5C%7Bh_2%2B%20%5Cfrac%7Bv%5E2_2%7D%7B2%7D%2B%20gz_2%5C%7D%2Bw%5C%5C%5C%5C%5C%20change%20%5C%20energy%5C%5C%5C%5C0.1%5B1.005%20%5Ctimes%20800%5D-1%3D%200.01%5B1.005%5Ctimes%20700%5D%2Bw%5C%5C%5C%5Cw%3D%20%2B9.05%20%5C%20kw%5C%5C%5C%5C)
If the sign of the work performed is positive, it means the work is done on the surrounding so, that the expected direction of the flow is right.
Answer:
The code is given below in Python with appropriate comments
Explanation:
# convert list to set
male_names = set(['Oliver','Declan','Henry'])
# get remove and add name from user
remove_name = input("Enter remove name: ")
add_name = input("Enter add name: ")
# remove name from set
male_names.remove(remove_name)
# add new name ij set
male_names.add(add_name)
# sort the set
a = sorted(male_names)
# print the set
print(a)
Answer:
The total people are at the concert
= 296
Explanation:
a) Data and Calculations:
Ratio of the number of people singing along at the concert to the number of people not singing along
= 3:5
The number of more people not singing along = 180
Therefore, the total number of people not singing along = 185 (180 +5)
Every person singing along = 185/5 * 3 = 111
Total number of people at the concert = number of people not singing along plus number of people singing along
= 185 + 111
= 296