¿Cómo graficar X-5y = -12?

1 Respuestas


  • X-5y = -12
    y = mx + b

    -5y = -12-x
    Dividiendo ambos lados entre -5
    (-5y / -5) = (-12 / -5) + (- x / -5)
    y = 12 / 5 + x / 5
    y = (1/5) x +12/5

    Ponga diferentes valores de x a partir de 0, obtendrá el valor de y y podrá hacer la gráfica fácilmente. Como:
    si x = 0 entonces
    y = (1/5) (0) +12/5
    y = 0 +
    12/5
    y = 12/5 y = 2.4

    si x = 1 entonces

    y = (1/5) (1 ) +12/5
    y = 1/5 + 12/5 y =
    (1 + 12) / 5
    y = 13/5
    y = 2.6

    si x = 2 entonces
    y = (1/5) (2) +12/5
    y = 2/5 + 12/5
    y = (2 + 12) / 5
    y = 14/5
    y = 2,8

    si x = 3 entonces
    y = (1/5) (3) +12/5
    y = 3/5 + 12/5
    y = (3 + 12) / 5
    y = 15/5
    y = 3
    y así sucesivamente

    las coordenadas xey son
    x | y
    0 | 2,4
    1 | 2,6
    2 | 2,8
    3 | 3
      .
      .
      .

Escribe tu respuesta

Tu respuesta aparecerá después de la moderación