Answer:
the crown is false densty= 12556kg/m^3[/tex]
Explanation:
Hello! The first step to solve this problem is to find the mass of the crown, this is found using the weight of the crown in the air by means of the equation for the weight.
W=mg
W=weight(N)=31.4N
M=Mass
g=gravity=9.81m/S^2
solving for M
m=W/g
The second step is find the volume of crown remembering that when an object is weighed in the water the result is the subtraction between the weight of the object and the buoyant force of the water which is the product of the volume of the crown by gravity by density of water
Where
F=weight in water=28.9N
m=mass of crown=3.2kg
g=gravity=9.81m/S^2
α=density of water=1000kg/m^3
V= crown´s volume
solving for V
finally, we remember that the density is equal to the index between mass and volume
To determine the density of the crown without using the weight in the water and with a bucket we can use the following steps.
1.weigh the crown in the air and find the mass
2. put water in a cylindrical bucket and measure its height with a ruler.
3. Put the crown in the bucket and measure the new water level with a ruler.
4. Subtract the heights, and find the volume of a cylinder knowing the difference in heights and the diameter of the bucket, in order to determine the volume of the crown.
5. find density by dividing mass by volume
Answer:
import pandas pd
def read_prices(tickers):
price_dict = {}
# Read ingthe ticker data for all the tickers
for ticker in tickers:
# Read data for one ticker using pandas.read_csv
# We assume no column names in csv file
ticker_data = pd.read_csv("./" + ticker + ".csv", names=['date', 'price', 'volume'])
# ticker_data is now a panda data frame
# Creating dictionary
# for the ticker
price_dict[ticker] = {}
for i in range(len(ticker_data)):
# Use pandas.iloc to access data
date = ticker_data.iloc[i]['date']
price = ticker_data.iloc[i]['price']
price_dict[ticker][date] = price
return price_dict
Answer:
A guild are an association of skilled merchants, craftsmen and artisans that provide support and protection for their members and push their professional interest forward and further their craft
Because the guild guild members mainly gained their skill through knowledge passed to them by their family bloodlines, other unskilled workers were by not being schooled on the craft and by family tradition not allowed to join a guild based on the nature knowledge transfer the guild members have which is mainly several generations of family trade trainings
Explanation:
Answer:
Your question has some missing information below is the missing information
Given that ( specific heat of fluid A = 1 kJ/kg K and specific heat of fluid B = 4 kJ/kg k )
answer : 300 kW , 95°c
Explanation:
Given data:
Fluid A ;
Temperature of Fluid ( Th1 ) = 420° C
mass flow rate (mh) = 1 kg/s
Fluid B :
Temperature ( Tc1) = 20° C
mass flow rate ( mc ) = 1 kg/s
effectiveness of heat exchanger = 75% = 0.75
<u>Determine the heat transfer rate and exit temperature of fluid</u> <u>B</u>
Cph = 1000 J/kgk
Cpc = 4000 J/Kgk
Given that the exit temperatures of both fluids are not given we will apply the NTU will be used to determine the heat transfer rate and exit temperature of fluid B
exit temp of fluid B = 95°C
heat transfer = 300 kW
attached below is a the detailed solution
Neither of the technicians are correct.
<h3>Who is a technician?</h3>
A technician simply means an individual who looks after the technical equipments in a company.
In this case, the teeth of the synchronizer are not rounded, the synchronizer can be reused. This shows that he is incorrect likewise technician B.
Learn more about technicians on:
brainly.com/question/1548867
#SPJ12