Question 82486
 need to match the function has with its possible range. 
function is y=-5x + 1
------------------ 
Comment: The function has a slope of -5 which means "as x increases
one, y decreases 5".  So you should look for a sequence where the 
numbers are decreasing 5 at each step.
----------------
ranges to choose from: 
-7,-4,-1,2,5,8
-5,-3,-1,1,3
11,6,1,-4,-9,-14
4,3,2,1,0 
--------
The sequence 11,6,1,-4,-9,-14 satisfies that requirement.
===========
Cheers,
Stan H.