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:
The time required is 10.078 hours or 605 min
Explanation:
The formula to apply here is ;
K=(d²-d²₀ )/t
where t is time in hours
d is grain diameter to be achieved after heating in mm
d₀ is the grain diameter before heating in mm
Given
d=5.5 × 10^-2 mm
d₀=2.4 × 10^-2 mm
t₁= 500 min = 500/60 =25/3 hrs
t₂=?
n=2.2
First find K
K=(d²-d²₀ )/t₁
K={ (5.1 × 10^-2 mm)²-(2.4 × 10−2 mm)² }/ 25/3
K=(0.051²-0.024²) ÷25/2
K=0.000243 mm²/h
Re-arrange equation for K ,to get the equation for d as;
d=√(d₀²+ Kt) where now t=t₂

A vector is a phenomenon which in mostly used in mathematics and physics and is related to direction and size.
<u>Explanation:</u>
In mathematics and physics, a vector is a component of a vector space. For some, particular vector spaces, the vectors have gotten explicit names, which are recorded beneath. Verifiably, vectors were presented in geometry and material science before the formalization of the idea of vector space.
A vector is an amount or phenomenon that has two autonomous properties: magnitude and direction. The term likewise means the numerical or geometrical portrayal of such an amount.
Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
Answer:
5,4,1, this is a explication