Answer:
The spring is compressed by 0.275 meters.
Explanation:
For equilibrium of the gas and the piston the pressure exerted by the gas on the piston should be equal to the sum of weight of the piston and the force the spring exerts on the piston
Mathematically we can write

we know that


Now the force exerted by an spring compressed by a distance 'x' is given by 
Using the above quatities in the above relation we get

Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Answer:
hand tracing
Explanation:
as a programmer when we pretend computer in the debugging process by the step of each statement in recording
then there value of variable is hand tracing because as The hand tracking feature is the use of hands as an input method
so while recording value of each variable each step is hand tracing
Answer: mets
Explanation: meets are good
Answer:
3rd and 4rth
Explanation:
a geologist studies the earth and both of these have something to do with the earth