Answer:
Heat gain of 142 kJ
Explanation:
We can see that job done by compressing the He gas is negative, it means that the sign convention we are going to use is negative for all the work done by the gas and positive for all the job done to the gas. With that being said, the first law of thermodynamics equation will help us to solve this problem.
Δ
⇒
Δ

Therefore, the gas gained heat by an amount of 142 kJ.
Answer:
//The program prompts user to input three integers and it displays them, adds and gets their average
//begin
public class Test
{
public static void Main()
{
//input intergers
int[] score = new int[3];
int avg,rem,sum = 0;
for(int i=0;i<3;i++)
{
Console.WriteLine("Enter an integer score ");
score[i] = Convert.ToInt32(Console.ReadLine());
sum = sum + score[i];
}
avg = sum/3;
rem = sum%3;
Console.WriteLine("The average of "+score[0]+","+score[1]+","+score[2]+" is "+avg +" with a remainder of "+rem);
}
}
Answer:
Explanation:
In Engineering and Physics a Phasor That is a portmanteau of phase vector, is a complex number that represents a sinusoidal function whose Amplitude (A), Angular Frequency (ω), and Initial Phase (θ) are Time-invariant.
For the step by step solution to the question you asked, go through the attached documents.
Answer:
Maximum number of vehicle = 308
Explanation:
See the attached file for the calculation.
Answer:
The distance measure from the wall = 36ft
Explanation:
Given Data:
w = 10
g =32.2ft/s²
x = 2
Using the principle of work and energy,
T₁ +∑U₁-₂ = T₂
0 + 1/2kx² -wh = 1/2 w/g V²
Substituting, we have
0 + 1/2 * 100 * 2² - (10 * 3) = 1/2 * (10/32.2)V²
170 = 0.15528V²
V² = 170/0.15528
V² = 1094.796
V = √1094.796
V = 33.09 ft/s
But tan ∅ = 3/4
∅ = tan⁻¹3/4
= 36.87°
From uniform acceleration,
S = S₀ + ut + 1/2gt²
It can be written as
S = S₀ + Vsin∅*t + 1/2gt²
Substituting, we have
0 = 3 + 33.09 * sin 36.87 * t -(1/2 * 32.2 *t²)
19.85t - 16.1t² + 3 = 0
16.1t² - 19.85t - 3 = 0
Solving it quadratically, we obtain t = 1.36s
The distance measure from the wall is given by the formula
d = VCos∅*t
Substituting, we have
d = 33.09 * cos 36. 87 * 1.36
d = 36ft