Answer:
If you mean two sides are 7 and two sides are 14 then you'd have 42
and for the second you'd have 14
Explanation:
7 + 7 = 14, 14 + 14 = 28, 14 + 28 = 42
3 + 3 = 6, 4 + 4 = 8, 8 + 6 = 14
Answer:
Basically there are two principal differences between the convection and conduction heat transfer
Explanation:
The conduction heat transfer is referred to the transfer between two solids due a temperature difference, while for, the convective heat transfer is referred to the transfer between a fluid (liquid or gas) and a solid. Also, they used different coefficients for its calculation.
We can include on the explanation that conduction thermal transfer is due to temperature difference, while convection thermal transfer is due to density difference.
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:

Explanation:
From the question we are told that:
Initial Pressure 
Initial Temperature 
Final Pressure 
Final Temperature 
Work Output 
Generally Specific Energy from table is
At initial state


With
Specific Volume 
At Final state


Generally the equation for The Process is mathematically given by

Assuming Mass to be Equal

Where



Therefore


Answer:
radius = 9.1 ×
m
Explanation:
given data
applied load = 5560 N
flexural strength = 105 MPa
separation between the support = 45 mm
solution
we apply here minimum radius formula that is
radius =
.................1
here F is applied load and is length
put here value and we get
radius =
solve it we get
radius = 9.1 ×
m