Respuesta :

Answer:

Real word examples of

problems whose solutions do scale well are;

- To find the smallest/ largest element in a list of data.

This is used when there is trial to find from a table the person that posseses the largest attribute.examples are salary and age.

Or it is also used when finding the highest score on a test, however,this is scalable as it can be done by both humans and machines according to the problem size but in the same fashion.

- Solving simple arithmetic equations.

Solving a simple arithmetic problem is one of an easily scaled problem, however,this depends on the number of operations and the variables present in the equation and which corresponds to daily life situations like adding, finding mean and counting.

Explanation: