Answer:
I am in 6th grade why am i in high school things.
Explanation:
Answer:
The total tube surface area in m² required to achieve an air outlet temperature of 850 K is 192.3 m²
Explanation:
Here we have the heat Q given as follows;
Q = 15 × 1075 × (1100 -
) = 10 × 1075 × (850 - 300) = 5912500 J
∴ 1100 -
= 1100/3
= 733.33 K

Where
= Arithmetic mean temperature difference
= Inlet temperature of the gas = 1100 K
= Outlet temperature of the gas = 733.33 K
= Inlet temperature of the air = 300 K
= Outlet temperature of the air = 850 K
Hence, plugging in the values, we have;

Hence, from;
, we have
5912500 = 90 × A × 341.67

Hence, the total tube surface area in m² required to achieve an air outlet temperature of 850 K = 192.3 m².
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:
How must used oil storage containers be marked? Containers and aboveground tanks used to store used oil at generator facilities must be labeled or marked clearly with the words “Used Oil" (40 CFR Section 279.22(c)).
Explanation:
i think it will help you