easy, just use this exmple!
y=x2
plug in any real number for x
then mulitply it again by the same number~.
;]
A table of values is no use if the domain is infinite.
Select a set of values for n. Usually, n takes the values 1, 2, 3, 4, ... In each case, calculate 4 times the value of n and then add 3. Each n and the associated value for 4n+3 form a row/column of the table.
Depends what the graph is.
7x + 3y=63
1,8 2,7 3,6 4,5
A table you make to find the coordinates to graph.
It's like a stem and leaf plot, but instead of stem and leaf, use X and Y values.
Simply learn and use the quadratic equation formula.
True, it can, but that would make the table pretty much useless.
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.
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.
A table of values is no use if the domain is infinite.
NRRRGGH!
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.
to have the values of x and y in a table
use y = g(x) make a table of y values for several x values Find max/min values using derivative. graph the ordered pairs.
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