Answer:
Amount of gas still in cylinder = 28 pound
Explanation:
Given:
Amount of gas in cylinder = 50 pound
Amount of gas used in Ms. Jones system = 13 pound
Amount of gas used in client system = 9 pound
Find:
Amount of gas still in cylinder
Computation:
Amount of gas still in cylinder = Amount of gas in cylinder - Amount of gas used in Ms. Jones system - Amount of gas used in client system
Amount of gas still in cylinder = 50 - 13 - 9
Amount of gas still in cylinder = 28 pound
• educated
•very curious
•discover new things
•Investigate
•search unknown
An uphill slope improves the take-off ground run, and a downhill slope increases the landing ground run.
<h3>
What is uphill slope?</h3>
Driving uphill suggests climbing a “positive” six percent slope . Driving downhill, the “rise” exists as a drop, so there is a “negative,” or downhill, slope (Figure B). When dealing with slope, a positive slope simply indicates uphill and a negative slope indicates downhill. An uphill slope improves the take-off ground run, and a downhill slope increases the landing ground run.
If something or someone lives moving downhill or is downhill, they exist moving down a slope or are located toward the bottom of a hill. He headed downhill toward the river. adverb. If you communicate that something exists going downhill, you mean that it is becoming worse or less prosperous.
To learn more about uphill slope refer to:
brainly.com/question/13361896
#SPJ4
Answer:
Area of Circle = 78.5398
Surface Area of Sphere = 1.2566 x 10^3 = 1256.6 ft
Volume of Sphere = 33.5103 ft
Explanation:
Please find below the written MatLab script used to solve the problem. I had to define r in each case to solve for the Area of the circle, the surface area and the volume of the Sphere.
r=5; % define r as 5
a=pi*r^2;% calculate the area of the circle
AreaOfCircle=a
r=10; % define r and 10 ft
sa=4*pi*r^2; %Calculate the surface area of the sphere
SphereSurfaceArea=sa
r=2;% define r as 2 ft
vs=(4/3)*pi*r^3;% Calculate the volume of the sphere
VolumeShere=vs