Answer:
(a) BP = 11.99 KPa
(b) h = 2 m
Explanation:
(a)
Since, the fluid pressure and blood pressure balance each other. Therefore:
BP = ρgh
where,
BP = Blood Pressure
ρ = density of fluid = 1020 kg/m³
g = acceleration due to gravity = 9.8 m/s²
h = height of fluid = 1.2 m
Therefore,
BP = (1020 kg/m³)(9.8 m/s²)(1.2 m)
<u>BP = 11995.2 Pa = 11.99 KPa</u>
(b)
Again using the equation:
P = ρgh
with data:
P = Gauge Pressure = 20 KPa = 20000 Pa
ρ = density of fluid = 1020 kg/m³
g = acceleration due to gravity = 9.8 m/s²
h = height of fluid = ?
Therefore,
20000 Pa = (1020 kg/m³)(9.8 m/s²)h
<u>h = 2 m</u>
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:
c) site preparation
Explanation:
A construction process can be defined as a series of important physical events (processes) that must be accomplished during the execution of a construction project.
Generally, in the construction of any physical asset such as offices, hospitals, schools, stadiums etc, the first step of the construction process is site preparation. Site preparation refers to processes such as clearing, blasting, levelling, landfilling, surveying, cutting, excavating and demolition of all unwanted objects on a piece of land, so as to make it ready for use.
This ultimately implies that, site preparation should be the first task to be accomplished in the construction process.
Hence, the construction process typically begins with site preparation before other activities such as the laying of foundation can be done.
Additionally, construction costs can be defined as the overall costs associated with the development of a built asset, project or property. The construction costs is classified into two (2) main categories and these are; capital and operational costs.
Answer:
La probabilidad pedida es
Explanation:
Sabemos que la probabilidad de que un nuevo producto tenga éxito es de 0.85. Sabemos también que se eligen 10 personas al azar y se les pregunta si comprarían el nuevo producto. Para responder a la pregunta, primero definiremos la siguiente variable aleatoria :
'' Número de personas que adquirirán el nuevo producto de 10 personas a las que se les preguntó ''
Ahora bien, si suponemos que la probabilidad de que el nuevo producto tenga éxito se mantiene constante y además suponemos que hay independencia entre cada una de las personas al azar a las que se les preguntó ⇒ Podemos modelar a como una variable aleatoria Binomial. Esto se escribe :
~ en donde es el número de personas entrevistadas y es la probabilidad de éxito (una persona adquiriendo el producto) en cada caso.
Utilizando los datos ⇒ ~
La función de probabilidad de la variable aleatoria binomial es :
con
Si reemplazamos los datos de la pregunta en la función de probabilidad obtenemos :
con
Nos piden la probabilidad de que por lo menos 8 personas adquieran el nuevo producto, esto es :
Calculando y por separado y sumando, obtenemos que