The modern hydraulic lifts make use of biodegradable fluid to transmit hydraulic power
<em>Question: The options are left out in the question. The details and facts about the modern hydraulic lift are presented here</em>
<em />
Details about the modern hydraulic lifts include;
The development of the modern hydraulic occurred in the Industrial Revolution to perform task done previously by steam powered elevators
The power of the hydraulic lift come from the hydraulic cylinder known as the actuator, which in turn is powered by pressurized hydraulic fluid such as oil
The hydraulic fluid is pushed by a piston rod through which energy is capable of being transferred, such that the applied force is multiplied, to provide more power for lifting
<u>Facts about the modern hydraulic lifts include;</u>
- The dry motor in the modern hydraulic lift is more efficient and consumes 20% less energy
- It comprises of valves that are controlled electronically such that the response is much rapid and the energy consumption is reduced by a further 20%
- The cars used in the modern lift are lighter, as well as the slings, which reduces the power usage by 20%
- It makes use of chemicals which are environmentally friendly as hydraulic fluid
- The flash point of the fluid used is higher, as well as it posses 50% lower compressibility as well elasticity
Learn more here:
brainly.com/question/16942803
<u>Solution and Explanation:</u>
Volume of gas stream = 1000 cfm (Cubic Feet per Minute)
Particulate loading = 400 gr/ft3 (Grain/cubic feet)
1 gr/ft3 = 0.00220462 lb/ft3
Total weight of particulate matter = 
Cyclone is to 80 % efficient
So particulate remaining = 
emissions from this stack be limited to = 10.0 lb/hr
Particles to be remaining after wet scrubber = 10.0 lb/hr
So particles to be removed = 685.7136- 10 = 675.7136
Efficiency = output multiply with 100/input = 98.542 %
Full Question
1. Correct the following code and
2. Convert the do while loop the following code to a while loop
declare integer product
declare integer number
product = 0
do while product < 100
display ""Type your number""
input number
product = number * 10
loop
display product
End While
Answer:
1. Code Correction
The errors in the code segment are:
a. The use of do while on line 4
You either use do or while product < 100
b. The use of double "" as open and end quotes for the string literal on line 5
c. The use of "loop" statement on line 7
The correction of the code segment is as follows:
declare integer product
declare integer number
product = 0
while product < 100
display "Type your number"
input number
product = number * 10
display product
End While
2. The same code segment using a do-while statement
declare integer product
declare integer number
product = 0
Do
display "Type your number"
input number
product = number * 10
display product
while product < 100
Answer: the absolute static pressure in the gas cylinder is 82.23596 kPa
Explanation:
Given that;
patm = 79 kPa, h = 13 in of H₂O,
A sketch of the problem is uploaded along this answer.
Now
pA = patm + 13 in of H₂O ( h × density × g )
pA= 79 + (13 × 0.0254 × 9.8 × 1000/1000)
pA = 82.23596 kPa
the absolute static pressure in the gas cylinder is 82.23596 kPa