(Hydraulics) The upward force, F2, provided by the second piston shown in Figure can be determined by this formula:

F1 is the force applied to the first piston (N).
F2 is the force transmitted to the second piston (N).
r2 is the radius of the piston supporting mass m2 (cm).
r1 is the radius of the piston supporting mass m1 (cm).
Using this formula, write, compile, and run a C++ program that that displays the following prompts:
Enter the force applied to the first piston (N):
Enter the radius of the first piston (cm):
Enter the radius of the second piston (cm):
Using the entered data, your program should compute and display the force generated on the second piston. When you have verified that your program is working correctly, use it to complete the following chart:
F1 (N) | r1 (cm) | r2 (cm) | F2 (N) |
500 | 5 | 5 |
|
500 | 5 | 10 |
|
500 | 10 | 5 |
|
500 | 10 | 10 |
|
1000 | 10 | 20 |
|
1000 | 10 | 30 |
|
1000 | 20 | 10 |
|
1000 | 30 | 10 |
|
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.