contestada

You have a function that takes in an X value and produces a Y value. The y value equals 24 times the x value, plus 4 more. What's the y value when the x value equals 4?

Respuesta :

Answer:

100

Step-by-step explanation:

First, write out the equation

y = 24x + 4

Then plug in x = 4 to solve for y

y = 24x + 4

y = (24)(4) + 4

y = 100