luvatron
luvatron luvatron
  • 24-01-2020
  • Mathematics
contestada

Will mark brainliest and 10 points

Will mark brainliest and 10 points class=

Respuesta :

bquirky bquirky
  • 24-01-2020

Answer:

Function 1 has a negative y-intercept, and Function 2 has a positive y-intercept.

Step-by-step explanation:

As shown by the graph, Function 1 has a negative y-intercept.

Function 2 y-intercept:

y = mx + b

y = -0.5x + b

1 = -0.5(2) + b

1 = -1 + b

b = 2

Function 2 has a positve y-intercept.

Answer Link

Otras preguntas

In line 45, whom is Charley referring to when he says, "they start not smiling back'? A. the salesman's boss B. the salesman's reflection in the mirror C. the s
Isabelle earns $200 a week at a bookstore plus $2 for every magazine she sells. She uses the equation to represent her earnings, where x represents magazine sal
sin cos and tan help
What is basically the only thing that computers (microprocessors and prgrammable devices) understand?
PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
The colonists’ slogan, “No taxation without representation,” expresses a belief in
though people of various religions live in Nepal, there is religious tolerance​
The parallelogram shown below has an area of 21 units 2. Find the missing base B=what units 
When there is little to no __________ present in the human muscle cell, it will begin __________ fermentation in order to release energy. a. glucose; ethanol b.
x = int (input ("Enter a number: ")) if (x != 8): print ("A") if (x >= 10): print ("B") if (x < 10): print ("C") if (x % 2 == 1): print ("D") What is