Answer:
1. m=- -1 2. -1+1
Step-by-step explanation:
Ok for the first one you need to label 3 x1 0 y1 6 x2
and -3 y2
Next you need to do y2-y1 over x2-x1 so fill that in and your equasion is (-3-0)
------------ = -3
( 6-3) ----
3
That reduces to -1 because -3 divided by 3 is -1
As for number 2 we need to find b to do this pick any of the y's from before we can go with 0 so the 0 is y in the equasion and we already learned slope is -1 so your equasion should be 0=--1+b ok to solve this you need to add -1 to both sides since its a negitive so you add 1 to 0 which is 1 and when you add 1 to -1 it cancells it out so you have 1=b so b is 1 for the equsion you just fill it in so it is y=- -1+1
I hope I helped
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
Brigitte is shorter than 5 feet. (Brigitte's height=h)
We write this in inequality form
Brigitte's height is h
So 'h' is shorter than 5 feet
Shorter means less than so we use < symbol. We should not use = symbol because height is shorter than 5 not equal to 5.
Suppose if it is given ' height is more than 5 feet ' then we use greater than symbol (>)
h is less than 5 feet
h < 5
Inequality is h < 5
Answer:
Step-by-step explanation:
Forecast for period 1 is 5
Demand For Period 1 is 7
Demand for Period 2 is 9
Forecast can be given by

where





Forecast for Period 3

