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 :


= 
Answer:
class TriangleNumbers
{
public static void main (String[] args)
{
for (int number = 1; number <= 10; ++number) {
int sum = 1;
System.out.print("1");
for (int summed = 2; summed <= number; ++summed) {
sum += summed;
System.out.print(" + " + Integer.toString(summed));
}
System.out.print(" = " + Integer.toString(sum) + '\n');
}
}
}
Explanation:
We need to run the code for each of the 10 lines. Each time we sum numbers from 1 to n. We start with 1, then add numbers from 2 to n (and print the operation). At the end, we always print the equals sign, the sum and a newline character.
Answer and Explanation:
<u>The correct answer choice is Contacting Overhead Power Lines.</u>
This is because the powerlines are making contact (touching) his car, and the example isn't related to the other answer choices.
<u><em>#teamtrees #PAW (Plant And Water)</em></u>
Answer:
Bore = 7 cm
stroke = 6.36 cm
compression ratio = 10.007
Explanation:
Given data:
Cubic capacity of the engine, V = 245 cc
Clearance volume, v = 27.2 cc
over square-ratio = 1.1
thus,
D/L = 1.1
where,
D is the bore
L is the stroke
Now,
V = 
or
V = 
on substituting the values, we have
245 = 
or
D = 7.00 cm
Now,
we have
D/L = 1.1
thus,
L = D/1.1
L = 7/1.1
or
L= 6.36 cm
Now,
the compression ratio is given as:

on substituting the values, we get

or
Compression ratio = 10.007
Answer: Describe the greatest power in design according to Aravena? The subject of Aravena’s recent Futuna Lecture Series in New Zealand was ‘the power of design,’ which he described as ultimately being “the power of synthesis” because, increasingly, architects are dealing with complex issues and problems.
What are the three problems with global urbanization? 1. Degraded Environmental Quality ...
2. Overcrowding ...
3. Housing Problems ...
4. Unemployment ...
5. Development of Slums...
How could you use synthesis in your life to solve problems? Hence, synthesis is often not a one-time process of solution design but is used in combination with problem understanding and solution analysis to progress towards a more complete understanding of problems and solutions over time (see Applying the Systems Approach topic for a more complete discussion of the dynamics of this aspect of the approach).
I got all three answers