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>
Overcurrent protective devices, or OCPDs
Answer:
Program that removes all spaces from the given input
Explanation:
// An efficient Java program to remove all spaces
// from a string
class GFG
{
// Function to remove all spaces
// from a given string
static int removeSpaces(char []str)
{
// To keep track of non-space character count
int count = 0;
// Traverse the given string.
// If current character
// is not space, then place
// it at index 'count++'
for (int i = 0; i<str.length; i++)
if (str[i] != ' ')
str[count++] = str[i]; // here count is
// incremented
return count;
}
// Driver code
public static void main(String[] args)
{
char str[] = "g eeks for ge eeks ".toCharArray();
int i = removeSpaces(str);
System.out.println(String.valueOf(str).subSequence(0, i));
}
}
Answer:
The Bailey family has flourished during its business’ 110-year history. But Bailey Nurseries’ leaders still operate with the belief that the family doesn’t always know best. The company has grown from a one-man operation selling fruit trees and ornamental shrubs to one of the largest wholesale nurseries in the United States, thanks to insights from those who are family and those who aren’t.
“For a business to thrive, you have to ask for outside help,” says Terri McEnaney, president of the Newport-based company and a fourth-generation family member. “We get an outside perspective through family business programs, advisors and our board, because you can get a bit ingrained in your own way of thinking.”
When Bailey Nurseries chose its current leader in 2000, it brought in a facilitator who gathered insights from key employees, board members and owners. Third-generation leaders (and brothers) Gordie and Rod Bailey picked Rod’s daughter McEnaney, who had experience both inside and outside the company.
Explanation:
Answer:
ok I will help you ha Ha ha ha ha ha ha ha ha ha ha ha