Specific Gravity of the fluid = 1.25
Height h = 28 in
Atmospheric Pressure = 12.7 psia
Density of water = 62.4 lbm/ft^3 at 32F
Density of the Fluid = Specific Gravity of the fluid x Density of water = 1.25 x 62.4
Density of the Fluid p = 78 lbm/ft^3
Difference in pressure as we got the differential height, dP = p x g x h dP = (78 lbm/ft^3) x (32.174 ft/s^2) x (28/12 ft) [ 1 lbf / 32.174 ft/s^2] [1 ft^2 /
144in^2]
Difference in pressure = 1.26 psia
(a) Pressure in the arm that is at Higher
P = Atmospheric Pressure - Pressure difference = 12.7 - 1.26 = 11.44 psia
(b) Pressure in the tank that is at Lower
P = Atmospheric Pressure + Pressure difference = 12.7 + 1.26 = 13.96psia
Answer is B.
In a lever, the effort arm is 2 times as a long as the load arm. The resultant force will be twice the applied force.
Hope it helped you.
-Charlie
Answer:
#include <iostream>
#include <vector>
using namespace std;
int main() {
const int NUM_GUESSES = 3;
vector<int> userGuesses(NUM_GUESSES);
int i = 0;
int uGuess = 0;
for(i = 0; i <= userGuesses.size() - 1; i++){
cin >> uGuess;
userGuesses.at(i) = uGuess;
}
cout << endl;
return 0;
}
Explanation:
First inbuilt library were imported. Then inside the main( ) function, 3 was assigned to NUM_GUESSES meaning the user is to guess 3 numbers. Next, a vector was defined with a size of NUM_GUESSES.
Then a for-loop is use to receive user guess via cin and each guess is assigned to the vector.
The 78g box, since it has less weight, would accelerate faster. If you had a frictionless surface, and you conducted this experiment, both boxes, without any outside forces, would accelerate at the same rate forever. However, in this problem we must assume the surface is not frictionless. Friction is determined by weight; the more weight, the more friction. Since the 78g box has less weight, it has less friction, making it easier to push with less force.
Answer:
To derive the fourth equation of motion, first we have to consider the equation for acceleration and then to rearrange it. or v2 = u2 + 2as and this equation of motion can be used to find the final velocity or the distance travelled if the other values are given.
Explanation:
v= u + at
s =( u + v ) t /2
s = ut + at2/2
v2 = u2 + 2as