156k views
8 votes
0 - 25 What would the output be if the input was 200? 1 - 30 2 - 35 3 - 40 4 - 45

1 Answer

14 votes

Answer:

1025

Explanation:

Input of 1 gave output of 30

Input of 2 gave output of 35

Input of 3 gave output of 40

Input of 4 gave output of 45

Now, it's clear that the input increases by 1 while the output increases by 5 for each added value of 1 to the input.

Thus, for an input of 200,the total increase will be; (200 - 1) × 5 = 995

To get the output at 200, we just add the total increase of 995 to the first output which is 30.

Thus;

Input of 200 gives output of; 30 + 995 = 1025

User Luiscarlostic
by
7.3k points