chunkymonkey090
chunkymonkey090 chunkymonkey090
  • 25-09-2019
  • Mathematics
contestada

99 POINTS PLS HELP Write the equation in slope-intercept form. 4x + 3y = 15
3y = -4x + 15
y = −4/3x + 5
y = −4/3x + 15
y = 4x - 15

Respuesta :

musiclover10045
musiclover10045 musiclover10045
  • 25-09-2019

To write in slope intercept form solve the equation for y:

4x + 3y =15

Subtract 4x from both sides:

3y = -4x +15

Now get Y by itself by divide all terms by 3:

y = -4/3x + 5

Answer Link
Аноним Аноним
  • 25-09-2019

Answer:

It's the  second choice:

y = (-4/3)x + 5

Step-by-step explanation:

Slope-intercept form is y = mx + c where m = the slope and c the y-intercept.

4x + 3y = 15

3y = -4x + 15

Divide through by 3:

y = (-4/3)x + 5.

Answer Link

Otras preguntas

produce more white blood cells Question 23 (1 point) Whaite blood cells help to destroy the infection in the body. True False Question 24 (1 point)
brainliest to correct answer, please hurry
_________________is a group that decides what must be done to meet the functional objectives defined by leaders.
order of magnitude of mass of electron​
Encontrar el peso de un elefante cuya masa es de 4500kg. Recordar que la gravedad es de 9.8m/s2
Domain and range from graph What is the domain of g?
Need help ASAP thank you
Give me 3 verbs u love doing and 3 nouns u can’t live without I’ll give brainliest help ASAPP
Mary Lindey wants to purchase pumpkins. She finds different markets advertising pumpkins for sale. What market has the lowest price per pumpkin . 3 for 10.59 ,
Consider the following program written in C syntax: void swap(int a, int b) { int temp; temp = a; a = b; b = temp; } void main() { int value = 2, list[5] =