Answer:
26 lbf
Explanation:
The mass of the satellite is the same regardless of where it is.
The weight however, depends on the acceleration of gravity.
The universal gravitation equation:
g = G * M / d^2
Where
G: universal gravitation constant (6.67*10^-11 m^3/(kg*s))
M: mass of the body causing the gravitational field (mass of Earth = 6*10^24 kg)
d: distance to that body
15000 miles = 24140 km
The distance is to the center of Earth.
Earth radius = 6371 km
Then:
d = 24140 + 6371 = 30511 km
g = 6.67*10^-11 * 6*10^24 / 30511000^2 = 0.43 m/s^2
Then we calculate the weight:
w = m * a
w = 270 * 0.43 = 116 N
116 N is 26 lbf
Answer:
The design-limiting property that insufficiently large is the elastic modulus (Young modulus)
Explanation:
Plastic usually have a relatively low elastic modulus, this couses the material to deform too much under stress. In the case of a bicycle, a little weight you put on it or little bumps will cause the bicycle to deform too much.
Answer:
A safety manager is a person who designs and maintains the safety elements at workplace. A balance should be required for production and the job in providing work environment. As a safety officer in a medium sized manufacturing facility the following organizational system can be designed and maintained:
- Maintaining a workplace as per the guidelines by Occupational safety and health association. The rules and regulation should be such that maintains the manufacturing facilities.
- For warning to workers proper labelling, floor mapping, signs, posters should be used.
- Procurement and usage of safe tools.
- A guideline that describes safety standard and precautionary measures should be available to the workers. They should be aware about all the steps that needs to be taken in crisis.
- Ensuring that the workers have enough training safety and health or accident prevention.
- Identify and eliminate the hazardous elements from the workplace.
- A strict action should be taken against the worker in case of violation of rules and not adhering with guidelines.
Answer:
final temperature is 424.8 K
so correct option is e 424.8 K
Explanation:
given data
pressure p1 = 1 bar
pressure p2 = 5 bar
index k = 1.3
temperature t1 = 20°C = 293 k
to find out
final temperature t2
solution
we have given compression is reversible and has an index k
so we can say temperature is
...........1
put here all these value and we get t2
t2 = 424.8
final temperature is 424.8 K
so correct option is e
Answer:
I am Providing Answer in C Language Program.
Explanation:
Please find attachment regarding code of taking two numbers input and adding them.
I would like to recommend you please use software which supports C language.
#include <stdio.h>
int main () {
int a, b, sum;
printf ("\ nEnter two no:");
scanf ("% d% d", & d, & e);
sum1 = d + e;
printf ("Sum:% d", sum1);
return (0);
}