<h3>
Answer: y = (3/4)x + 13/4</h3>
This is the same as writing y = 0.75x + 3.25
slope is 3/4 = 0.75
y intercept is 13/4 = 3.25
==========================================================
Explanation:
One marked point on this line is (-3,1)
Another point is at (1,4)
Let's find the slope of the line through these two points.
m = (y2-y1)/(x2-x1)
m = (4-1)/(1-(-3))
m = (4-1)/(1+3)
m = 3/4
m = 0.75
Now let's use point slope form to find the equation of the line
y - y1 = m(x - x1)
y - 1 = 0.75(x - (-3))
y - 1 = 0.75(x + 3)
y - 1 = 0.75x + 2.25
y = 0.75x + 2.25 + 1
y = 0.75x + 3.25
If you wanted, you can convert those decimal values to fraction form
- 0.75 = 75/100 = 3/4
- 3.25 = 325/100 = 13/4
That means the equation
y = 0.75x + 3.25
is the same as
y = (3/4)x + 13/4
Answer:
Hey mate, please describe your question perfectly.
The correct answer is: [B]: " y = 9 " .
_____________________________________________
This will be your formula:
cross multiply (32 times x) (120 times 800)
this is what you'll get:
Take the vector u = <ux, uy> = <4, 3>.
Find the magnitude of u:
||u|| = sqrt[ (ux)^2 + (uy)^2]
||u|| = sqrt[ 4^2 + 3^2 ]
||u|| = sqrt[ 16 + 9 ]
||u|| = sqrt[ 25 ]
||u|| = 5
To find the unit vector in the direction of u, and also with the same sign, just divide each coordinate of u by ||u||. So the vector you are looking for is
u/||u||
u * (1/||u||)
= <4, 3> * (1/5)
= <4/5, 3/5>
and there it is.
Writing it in component form:
= (4/5) * i + (3/5) * j
I hope this helps. =)