Respuesta :

Answer:

input = 6 leads to output = 15

input = 9 leads to output = 21

==================================================

Explanation:

If the input is x = 6, then,

y = 2x+3

y = 2(6)+3

y = 12+3

y = 15 is the output

Repeat those steps for x = 9

y = 2x+3

y = 2(9)+3

y = 18+3

y = 21 is the output

The answer to this question is 21 and