How do you find the function rule given Input= 20; 1; 40; 4; 8; 10 and Output= 2; 40; 1; 10; 5; 4?

1 Answer
Jul 30, 2017

See a solution process below:

Explanation:

First, put these inputs and outputs into a table and order them by the least input to the greatest input:

enter image source here

From this you can notice the Input x the Output == 40

Or

x * y = 40xy=40

enter image source here

We can solve this equation for yy giving;

(x * y)/color(red)(x) = 40/color(red)(x)xyx=40x

(color(red)(cancel(color(black)(x))) * y)/cancel(color(red)(x)) = 40/x

y = 40/x

enter image source here