23.4k views
2 votes
In a spreadsheet create a function that generates for any value x the corresponding value y when y=12x+5.

What is the value y when x=9?

User Vidhya Sri
by
7.7k points

1 Answer

3 votes

Answer:

Here

Step-by-step explanation:

If you want to create a function in a spreadsheet to generate the value of y for a given value of x, you can use the following formula:

Copy code

=12*x+5

You can then enter this formula into a cell in your spreadsheet, and replace x with the value you want to use. For example, if you want to find the value of y when x is 9, you would enter the following formula into your spreadsheet:

Copy code

=12*9+5

This would give you a result of 113. So the value of y when x is 9 is 113.

User Sulay
by
8.0k points