Answer:
hello your question lacks some information attached below is the complete question with the required information
answer : 81.63 mm
Explanation:
settlement of the surface due to compression of the clay ( new consolidated )
= 81.63 mm
attached below is a detailed solution to the given problem
Answer:
When the imposter is sus : O
Explanation:
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:
The answer is "+9.05 kw"
Explanation:
In the given question some information is missing which can be given in the following attachment.
The solution to this question can be defined as follows:
let assume that flow is from 1 to 2 then
Q= 1kw
m=0.1 kg/s
From the steady flow energy equation is:
![m\{n_1+ \frac{v^2_1}{z}+ gz_1 \}+Q= m \{h_2+ \frac{v^2_2}{2}+ gz_2\}+w\\\\\ change \ energy\\\\0.1[1.005 \times 800]-1= 0.01[1.005\times 700]+w\\\\w= +9.05 \ kw\\\\](https://tex.z-dn.net/?f=m%5C%7Bn_1%2B%20%5Cfrac%7Bv%5E2_1%7D%7Bz%7D%2B%20gz_1%20%5C%7D%2BQ%3D%20m%20%5C%7Bh_2%2B%20%5Cfrac%7Bv%5E2_2%7D%7B2%7D%2B%20gz_2%5C%7D%2Bw%5C%5C%5C%5C%5C%20change%20%5C%20energy%5C%5C%5C%5C0.1%5B1.005%20%5Ctimes%20800%5D-1%3D%200.01%5B1.005%5Ctimes%20700%5D%2Bw%5C%5C%5C%5Cw%3D%20%2B9.05%20%5C%20kw%5C%5C%5C%5C)
If the sign of the work performed is positive, it means the work is done on the surrounding so, that the expected direction of the flow is right.
Answer:
Electromechanical systems or devices are systems or devices that involves the interaction between electrical systems and mechanical systems in which the motion of mechanical parts is converted to electrical energy or made to interact with energy or in which electrical energy is converted to mechanical energy or interacts with a moving mechanical system
Therefore;
Electromechanical systems convert <u>electrical energy</u> input into a <u>mechanical energy</u> output
Explanation: