Answer:

So the bouy does not float with its axis vertical
Explanation:
From the question we are told that:
Diameter 
Length 
Weight 
Specific weight of sea water 
Generally the equation for weight of cylinder is mathematically given by
Weight of cylinder = buoyancy Force

Where

Therefore

Therefore
Center of Bouyance B

Center of Gravity

Generally the equation for\BM is mathematically given by

Therefore

Therefore

Therefore

So the bouy does not float with its axis vertical
Answer:
a)
, b) 
Explanation:
A rigid tank means a storage whose volume is constant. Process is entirely isobaric. Initial and final properties of water are included below:
State 1 - Gas-Vapor Mixture






State 2 - Gas-Vapor Mixture






The model for the rigid tank is created by using the First Law of Thermodynamics:

Initial and final masses are:






a) The final mass within the tank is:

b) The total amount of heat transfer is:



Answer:
The minimum particle diameter that is removed at 85% is 1.474 * 10 ^⁻4 meters.
Solution
Given:
Length = 48 m
Width = 12 m
Depth = 3m
Flow rate = 4 m 3 /s
Water density = 10 3 kg/m 3
Dynamic viscosity = 1.30710 -3 N.sec/m
Now,
At the minimum particular diameter it is stated as follows:
The Reynolds number= 0.1
Thus,
0.1 =ρVTD/μ
VT = Dp² ( ρp- ρ) g/ 10μ²
Where
gn = The case/issue of sedimentation
VT = Terminal velocity
So,
0.1 = Dp³ ( ρp- ρ) g/ 10μ²
This becomes,
0.1 = 1000 * dp³ (1100-1000) g 0.1/ 10 *(1.307 * 10 ^⁻3)²
= 3.074 * 10 ^⁻6 = dp³ (.g01 * 10^6)
dp³=3.1343 * 10 ^⁻12
Dp minimum= 1.474 * 10 ^⁻4 meters.
Answer:
# string_contains function is defined with input_string
# as arguments
def string_contains(input_string):
# if-statement that check if letter z is in input_string
if 'z' in input_string:
# it print"has the letter z" if it has z
print("has the letter z")
else:
# else it print "not worthwhile"
print("not worthwhile")
# string_contains function is called
string_contains("The animal is zebra")
string_contains("learning is fun")
Explanation:
The code is written in Python and well commented.
Image of the output when the function is called is attached.
Answer:
No, I did not. Thank you for educating me!
Explanation:
Have a great day!