Answer:
// Program is written in Java Programming Language
// Comments are used for explanatory purpose
import java.util.*;
public class FlipCoin
{
public static void main(String[] args)
{
// Declare Scanner
Scanner input = new Scanner (System.in);
int flips;
// Prompt to enter number of toss or flips
System.out.print("Number of Flips: ");
flips = input.nextInt();
if (flips > 0)
{
HeadsOrTails();
}
}
}
public static String HeadsOrTails(Random rand)
{
// Simulate the coin tosses.
for (int count = 0; count < flips; count++)
{
rand = new Random();
if (rand.nextInt(2) == 0) {
System.out.println("Tails"); }
else {
System.out.println("Heads"); }
rand = 0;
}
}
Answer with Explanation:
Assuming that the degree of consolidation is less than 60% the relation between time factor and the degree of consolidation is

Solving for 'U' we get

Since our assumption is correct thus we conclude that degree of consolidation is 50.46%
The consolidation at different level's is obtained from the attached graph corresponding to Tv = 0.2
i)
= 71% consolidation
ii)
= 45% consolidation
iii)
= 30% consolidation
Part b)
The degree of consolidation is given by

Thus a settlement of 50.46 centimeters has occurred
For time factor 0.7, U is given by

thus consolidation of 85.59 % has occured if time factor is 0.7
The degree of consolidation is given by

The battery electrolyte's specific gravity can be used to test the status of charge of a battery cell in the most precise and direct manner possible.
The state of charge increases with the specific gravity of the electrolyte. Voltage is the difference in electric potential between a battery's two terminals. The unit of measurement for voltage is called a volt (V), after the battery's creator, John Volta. An electronic tool called a state-of-charge battery tester is made to check the life and rechargability of an electric battery. A battery's current charging status and voltage output can be provided by a state-of-charge tester, which can also look for any defects that might impair the battery's overall performance.
Learn more about battery here-
brainly.com/question/17377812
#SPJ4