Answer:
the difference in pressure between the inside and outside of the droplets is 538 Pa
Explanation:
given data
temperature = 68 °F
average diameter = 200 µm
to find out
what is the difference in pressure between the inside and outside of the droplets
solution
we know here surface tension of carbon tetra chloride at 68 °F is get from table 1.6 physical properties of liquid that is
σ = 2.69 ×
N/m
so average radius =
= 100 µm = 100 ×
m
now here we know relation between pressure difference and surface tension
so we can derive difference pressure as
2π×σ×r = Δp×π×r² .....................1
here r is radius and Δp pressure difference and σ surface tension
Δp =
put here value
Δp =
Δp = 538
so the difference in pressure between the inside and outside of the droplets is 538 Pa
Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Answer:
The new length of the rod is 182 cm.
Explanation:
Given that a rod that was originally 100-cm-long experiences a strain of 82%, to determine what is the new length of the rod, the following calculation must be performed:
100 x 1.82 = X
182 = X
Therefore, the new length of the rod is 182 cm.
Answer:
OSHA Hazard Communication Standard is responsible.
Explanation:
Answer:
R= 1.25
Explanation:
As given the local heat transfer,

But we know as well that,

Replacing the values

Reynolds number is define as,

Where V is the velocity of the fluid and \upsilon is the Kinematic viscosity
Then replacing we have



<em>*Note that A is just a 'summary' of all of that constat there.</em>
<em>That is
</em>
Therefore at x=L the local convection heat transfer coefficient is

Definen that we need to find the average convection heat transfer coefficient in the entire plate lenght, so

The ratio of the average heat transfer coefficient over the entire plate to the local convection heat transfer coefficient is
