Answer:
y = 5x + 1
Step-by-step explanation:
Lines that are parallel to each other on a graph would have the same slope but different y-intercepts. When option A's equation is graphed along with the line given in the question, the lines appear to be parallel.
Option A should be the correct answer.
Answer:
y=15/7x-4
Step-by-step explanation:
m=(y2-y1)/(x2-x1)
m=(11-(-4))/(7-0)
m=(11+4)/7
m=15/7
y-y1=m(x-x1)
y-(-4)=15/7(x-0)
y+4=15/7(x)
y+4=15/7x
y=15/7x-4
Answer:
A)14 Units is the answer for this question
but check it
Answer:
The period of the
function is
. Then three times this period is
.
Step-by-step explanation:
Using Mathematica you can use the command Plot as follows:
```
Plot[Sin[x], {x,0,6Pi}]
```
The output is the graph shown below.