y = - 4x + - 8 is equation of slope-intercept form.
What is in slope-intercept form?
- Given the slope of the line and the intercept it forms with the y-axis, one of the mathematical forms used to derive the equation of a straight line is called the slope intercept form.
- Y = mx + b, where m is the slope of the straight line and b is the y-intercept, is the slope intercept form.
the equation of slope - intercept form
y = mx + c
( -1 , -4 ) is point shown in graph
slope = -y/x
= - ( -4)/-1 = 4/-1 = -4
- 4 = -4 * - 1 + c
- 4 = 4 + c
c = - 4 - 4 = - 8
put value of c in the equation of slope - intercept form
y = - 4x + - 8
Learn more about slope-intercept form
brainly.com/question/9682526
#SPJ13
Answer:
The scooter travels 15 feet in 1 second
The scooter travels 45 feet in 3 seconds
The scooter travels 60 feet in 4 seconds
The scooter travels 75 feet in 5 seconds
Step-by-step explanation:
First, let's find the number of feet the scooter travels in 1 second
(30 : 2) ÷ 2 = 15 : 1
Now that we have the unit rate, we can easily find the answers to the other questions.
(15 : 1) x 3 = 45 : 3
(15 : 1) x 4 = 60 : 4
(15 : 1) x 5 = 75 : 5
I Hope That This Helps! :)
Answer: The missing side is 6mm.
Step-by-step explanation: For 18mm to drop to 12mm, it dropped 6mm. Therefore, the missing side was 12mm, and if you drop 6mm, you get 6mm.
Both the numerator and denominator have a 9 and a "b" in common, so we can reduce the fraction to:
3c/4d
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza