answersLogoWhite

0

easy, just use this exmple!

y=x2

plug in any real number for x

then mulitply it again by the same number~.

;]

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is a table of values?

A table you make to find the coordinates to graph.


How do you make a table of values for a graph?

It's like a stem and leaf plot, but instead of stem and leaf, use X and Y values.


How do you make a table of values for a quadratic equation?

Simply learn and use the quadratic equation formula.


How do you make a function table for y equals -4x2?

Choose some values for x. Then calculate the corresponding values of y using the formula. Put these values in a table.Choose some values for x. Then calculate the corresponding values of y using the formula. Put these values in a table.Choose some values for x. Then calculate the corresponding values of y using the formula. Put these values in a table.Choose some values for x. Then calculate the corresponding values of y using the formula. Put these values in a table.


Who Every ordered pair in a table of values can come from a different function. True False?

True, it can, but that would make the table pretty much useless.


How do you make a table with the range of a function?

To create a table with the range of a function, first identify the function and determine its domain. Evaluate the function at various input values within that domain to find the corresponding output values. Record these output values in a table format, ensuring to include both the input values (x) and their respective outputs (f(x)). Finally, analyze the collected output values to identify the range of the function.


Table of values?

NRRRGGH!


What advantages can you see of having a function rule instead of a table of values?

A table of values is no use if the domain is infinite.


What is the definition of Table of value?

to have the values of x and y in a table


What is the domain of a function shown by a table?

The domain of a function represented by a table consists of all the input values (usually the x-values) listed in the table. These values indicate the specific points at which the function is defined. To determine the domain, simply identify and list the unique x-values from the table. If any values are missing or not represented, they are excluded from the domain.


How do you graph function g?

use y = g(x) make a table of y values for several x values Find max/min values using derivative. graph the ordered pairs.


How to insert values in to a table in SQL?

SELECT columns FROM tables INTO tablename - will create and insert values INSERT INTO table SELECT columns FROM tables - will insert from one or more tables into a table INSERT (columns) INTO table VALUES (literals) - will insert literal values into row in a table