No because we are not that far in technology.
Answer:
Effort = 120 Newton
Explanation:
Given the following data;
Mechanical advantage = 6
Load = 780 N
To find the effort required to lift the weight;
Mechanical advantage can be defined as the ratio of the load (weight) lifted by a simple machine to the effort (force) applied.
Mathematically, the mechanical advantage is given by the formula;

Making effort the subject of formula;

Substituting into the formula, we have;

Effort = 120 Newton.
Answer:
alphabets = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
newList = []
N = 3
for i in range(N):
newList.append(alphabets[i] * 3)
print(newList)
Explanation:
- Initialize the alphabets.
- Use a for loop to append three alphabets to new list.
- Finally print the new list.
In this way, writing the code in C++ we can say that it will be possible to make the coordinates on the planes.
<h3>Writing the code we have:</h3>
<em>#include <iostream></em>
<em>#include <cmath></em>
<em>#include <iomanip></em>
<em>using namespace std;</em>
<em>class Point{</em>
<em>private:</em>
<em>float x;</em>
<em>float y;</em>
<em>public:</em>
<em>Point(){ </em>
<em>x = y = 0;</em>
<em>}</em>
<em>Point(float x, float y){ </em>
<em>this->x = x;</em>
<em>this->y = y;</em>
<em>}</em>
<em>float getX(){ </em>
<em>return x;</em>
<em>}</em>
<em>float getY(){</em>
<em>return y;</em>
<em>}</em>
<em>float getDistance(){</em>
<em>return math.sqrt((x2 - x1) ** 2 + (y2 - y1) ** 2));</em>
<em>}</em>
<em>string toString(){ </em>
<em>return "("(x1, y)","(x2, y2)")";</em>
<em>}</em>
<em>};</em>
See more about C code at brainly.com/question/17544466
#SPJ1