The weight of the specimen in SSD condition is 373.3 cc
<u>Explanation</u>:
a) Apparent specific gravity = 
Where,
A = mass of oven dried test sample in air = 1034 g
B = saturated surface test sample in air = 1048.9 g
C = apparent mass of saturated test sample in water = 975.6 g
apparent specific gravity =
= 
Apparent specific gravity = 2.88
b) Bulk specific gravity 

= 2.76
c) Bulk specific gravity (SSD):


= 2.80
d) Absorption% :


Absorption = 1.44 %
e) Bulk Volume :


= 
Let “w” and “L” be the width and length of the rectangle. “p” and “a” are perimeter and area
For python,
w=int(input(“width”))
l=int(input(“length”))
a= w*l
p=2*w+2*l
print(str(a), str(p)
Answer:
Speed of aircraft ; (V_1) = 83.9 m/s
Explanation:
The height at which aircraft is flying = 3000 m
The differential pressure = 3200 N/m²
From the table i attached, the density of air at 3000 m altitude is; ρ = 0.909 kg/m3
Now, we will solve this question under the assumption that the air flow is steady, incompressible and irrotational with negligible frictional and wind effects.
Thus, let's apply the Bernoulli equation :
P1/ρg + (V_1)²/2g + z1 = P2/ρg + (V_2)²/2g + z2
Now, neglecting head difference due to high altitude i.e ( z1=z2 ) and V2 =0 at stagnation point.
We'll obtain ;
P1/ρg + (V_1)²/2g = P2/ρg
Let's make V_1 the subject;
(V_1)² = 2(P1 - P2)/ρ
(V_1) = √(2(P1 - P2)/ρ)
P1 - P2 is the differential pressure and has a value of 3200 N/m² from the question
Thus,
(V_1) = √(2 x 3200)/0.909)
(V_1) = 83.9 m/s