Answer:
<em>Python code is as follows:
</em>
********************************************************************************
#function to get number up to any number of decimal places
def toFixed(value, digits):
return "%.*f" % (digits, value)
print("Enter the price: ", end='', flush=True) #prompt for the input of price
price = float(input()) #taken input
totalCost = price + 0.05 * price #calculating cost
print("Total Cost after the sales tax of 5% is applied: " + toFixed(totalCost,2)) #print and output totalCost
************************************************************************************
Answer:
mass of the air = 14.62kg
Workdone = 415.88 kJ
Heat transfer = 415.88 kJ
Explanation:
Please find the attached files for the solution
Answer:
The time required to elute the two species is 53.3727 min
Explanation:
Given data:
tA = retention time of A=16.63 min
tB=retention time of B=17.63 min
WA=peak of A=1.11 min
WB=peak of B=1.21 min
The mathematical expression for the resolution is:

The mathematical expression for the time to elute the two species is:

Here
ReB = 1.5

The answer is b i did the same thing and i got it right
Answer:
Coins weigh less on the Moon.
Explanation:
Gravity is only 1/6th as strong on the Moon than it is on Earth. Where a nickle is about 5 grams on Earth, it is less than 1 gram on the Moon. Gravity is affected by the size of the planet or moon. The Moon is much less massive than the Earth.