Respuesta :

By evaluating the linear equation, we can complete the table:

x: -2 | -1 | 0 | 1 | 2 |

y: -3 | -1 |  1 | 3 | 5  |

How to complete the given table?

Here we want to complete the table:

x: -2 | -1 | 0 | 1 | 2 |

y:     |    |    |    |    |

To get the correspondent values in the "y" row, you just need to evaluate the linear function in the given values of x.

Here the function is:

f(x) = 2x - 1

Evaluating it we get:

f(-2) = 2*(-2) + 1 = -3

f(-1) = 2*(-1) + 1 = -1

f(0) = 2*0 + 1 = 1

f(1) = 2*1 + 1 = 3

f(2) = 2*2 + 1 = 5

Now we just put these values in their correspondent place on the table.

x: -2 | -1 | 0 | 1 | 2 |

y: -3 | -1 |  1 | 3 | 5  |

If you want to learn more about linear functions:

https://brainly.com/question/1884491

#SPJ1