Answer:
The final temperature of water is 381.39 °C.
Explanation:
Given that
Mass of water = 5 kg
Heat transfer at constant pressure Q = 2960 KJ
Initial temperature = 240 °C
We know that heat transfer at constant pressure given as follows

We know that for water

Lets take final temperature of water is T
So


T=381.39 °C
So the final temperature of water is 381.39 °C.
Answer:
189.15cy
Explanation:
To understand this problem we need to understand as well the form.
It is clear that there is four wall, two short and two long.
The two long are 
The two long are 
The two shors are 
The height and the thickness are 14ft and 0.83ft respectively.
So we only calculate the Quantity of concrete,
![Q_c = [(2*122.08)+(2*86-375)]*14*0.833\\Q_c=4864.02ft^3](https://tex.z-dn.net/?f=Q_c%20%3D%20%5B%282%2A122.08%29%2B%282%2A86-375%29%5D%2A14%2A0.833%5C%5CQ_c%3D4864.02ft%5E3)
That in cubic yards is equal to 
Hence, we need order 5% plus that represent with the quantity

Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
14.52 minutes
<u>OR</u>
14 minutes and 31 seconds
Explanation:
Let's first start by mentioning the specific heat of air at constant volume. We consider constant volume and NOT constant pressure because the volume of the room remains constant while pressure may vary.
Specific heat at constant volume at 27°C = 0.718 kJ/kg*K
Initial temperature of room (in kelvin) = 283.15 K
Final temperature (required) of room = 293.15 K
Mass of air in room= volume * density= (4 * 5 * 7) * (1.204 kg/m3) = 168.56kg
Heat required at constant volume: 0.718 * (change in temp) * (mass of air)
Heat required = 0.718 * (293.15 - 283.15) * (168.56) = 1,210.26 kJ
Time taken for temperature rise: heat required / (rate of heat change)
Where rate of heat change = 10000 - 5000 = 5000 kJ/hr
Time taken = 1210.26 / 5000 = 0.24205 hours
Converted to minutes = 0.24205 * 60 = 14.52 minutes
Answer:
a) 0.3
b) 3.6 mm
Explanation:
Given
Length of the pads, l = 200 mm = 0.2 m
Width of the pads, b = 150 mm = 0.15 m
Thickness of the pads, t = 12 mm = 0.012 m
Force on the rubber, P = 15 kN
Shear modulus on the rubber, G = 830 GPa
The average shear strain can be gotten by
τ(average) = (P/2) / bl
τ(average) = (15/2) / (0.15 * 0.2)
τ(average) = 7.5 / 0.03
τ(average) = 250 kPa
γ(average) = τ(average) / G
γ(average) = 250 kPa / 830 kPa
γ(average) = 0.3
horizontal displacement,
δ = γ(average) * t
δ = 0.3 * 12
δ = 3.6 mm