Answer:
y=0.5x + 5
Step-by-step explanation:
The points are (0,5) and (-10,0)
to find the slope do
0-5/-10-0 = 5/10 = 1/2 = 0.5
next plug one of the points into point slope formula
y-y1=m(x-x1)
lets use the point (-10,0)
y1=0
x1= -10
m= 0.5
y-0=0.5(x- -10)
y = 0.5(x+10)
distribute the 0.5
y=0.5x+5
Answer:
Step-by-step explanation:
programs can be written in multiply languages. for this solution I'll be writing in C++.
#include<iostream> // this is called the preprocessor definition
using namespace std;
int main() //the main function
{
int num, product; //declaration of the variables
cout << "enter the whole number";
cin >> num;
product = num * 12;
cout << product; // displaying the final results
return 0;
}
Perform the indicated division, if any.
Rate: (500 miles)/(20 hours)
Unit rate: (500/20) miles/hour = (25 miles)/(1 hour) = 25 miles/hour
A unit rate is a rate with one unit in the denominator.
Answer:
B because the line crosses the y axis at 4 and the slope will be -1 because the line is going downhill which therefore makes it negative
hope it helps:)
Step-by-step explanation: