Answer:
(b) 56%
Explanation:
the maximum thermal efficiency is possible only when power cycle is reversible in nature and when power cycle is reversible in nature the thermal efficiency depends on the temperature
here we have given T₁ (Higher temperature)= 600+273=873
lower temperature T₂=110+273=383
Efficiency of power cycle is given by =1-
=1-
=1-0.43871
=.56
=56%
Answer:
A. Manufacturers rating capacity ↔ 3. Must be marked on all jacks; must not be exceeded
B. Block Used to lift and hold heavy loads, allow them for travel ↔ 1. Place the jack head against this
C. Level surface ↔ 4. Place this under the base of the jack when it's necessary to provide a firm foundation
D. Jack ↔ 2. Used to lift and hold heavy loads, allow them for travel
Explanation:
The manufacturers rating for a jack is labelled on all jacks and should be referenced to compare with the load to be lifted so as to ensure a safe and successful lifting.
In order to lift a load, such as a car, it is required to place the jack on a level surface to provide balance during the lifting task
The head of the jack is placed against the block for lifting heavy objects for proper performance
Answer:
Explanation:
It wouldn't work because the wind energy she would be collecting would actually come from the car engine.
The relative wind velocity observed from a moving vehicle is the sum of the actual wind velocity and the velovity of the vehicle.
u' = u + v
While running a car will generate a rather high wind velocity, and increase the power generated by a wind turbine, the turbine would only be able to convert part of the wind energy into electricity while adding a lot of drag. In the end, it would generate less energy that what the drag casuses the car to waste to move the turbine.
Regenerative braking uses an electric generator connected to the wheel axle to recover part of the kinetic energy eliminated when one brakes the vehicle. Normal brakes dissipate this energy as heat, a regenerative brake uses it to recharge a batttery. Note that is is a fraction of the energy that is recovered, not all of it.
A "regenerative accelerator" makes no sense. Braking is taking kinetic energy out of the vehicle, while accelerating is adding kinetic energy to it. Cars accelerate using the power from their engines.
Answer:
24 hours
Explanation:
you must exchange insurance details after a collision if someone is injured. Otherwise you must report the collision to us as soon as possible (and no later than 24 hours). Although you must report such a collision straight away you should always seek medical help in the first instance.
Answer:
1
Created on Nov 3, 2018 @author: ASLand
7import atexit
#Read, nanes of both files
Rrintll"Enter tvo files to be compared below
userliamel input ("Enter the nome of the first file: ")
userliame2 input("Enter the name of the second file: ")
ROpen each file
f1 - open(userNamel, r')
@17 f2 = opan(useriame 2, )
tread all the lines into a list
d1 f1.readlines ()
d2 f2.readlines()
re equivalent, print "Yes" else pri
oiterate, and conpare
#11
the
y
if dl == d2:
print("Yes")
atexit
elif for i in range(@, min(len (d1), len(d2))):
if di[i]!=d2[i]:
PCint("No")
print(d1[i])
pcint(d2[])