Answer: The energy system related to your question is missing attached below is the energy system.
answer:
a) Work done = Net heat transfer
Q1 - Q2 + Q + W = 0
b) rate of work input ( W ) = 6.88 kW
Explanation:
Assuming CPair = 1.005 KJ/Kg/K
<u>Write the First law balance around the system and rate of work input to the system</u>
First law balance ( thermodynamics ) :
Work done = Net heat transfer
Q1 - Q2 + Q + W = 0 ---- ( 1 )
rate of work input into the system
W = Q2 - Q1 - Q -------- ( 2 )
where : Q2 = mCp T = 1.65 * 1.005 * 293 = 485.86 Kw
Q2 = mCp T = 1.65 * 1.005 * 308 = 510.74 Kw
Q = 18 Kw
Insert values into equation 2 above
W = 6.88 Kw
Answer:
A.) Find the answer in the explanation
B.) Ua = 7.33 m/s , Vb = 7.73 m/s
C.) Impulse = 17.6 Ns
D.) 49%
Explanation:
Let Ua = initial velocity of the rod A
Ub = initial velocity of the rod B
Va = final velocity of the rod A
Vb = final velocity of the rod B
Ma = mass of rod A
Mb = mass of rod B
Given that
Ma = 2kg
Mb = 1kg
Ub = 3 m/s
Va = 0
e = restitution coefficient = 0.65
The general expression for the velocities of the two rods after impact will be achieved by considering the conservation of linear momentum.
Please find the attached files for the solution
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:
warning signs
Explanation:
give directions on your surroundings
Answer:
use the dimensions shown in the figure