For #12 and #13, make a function table of values for each function with the given input values.
#12: y=5x-1 for x=4, x=12,x=0 and x=0.5
#13: y=1.7x, for x=5, x= -5, and x=100
Please show work and thanks for helping

Respuesta :

#12. When x = 4, y = 5(4) - 1 = 20 - 1 = 19
         when x = 12, y = 5(12) - 1 = 60 - 1 = 59
         when x = 0, y = 5(0) - 1 = 0 - 1 = -1
         when x = 0.5, y = 5(0.5) - 1 = 2.5 - 1 = 1.5