Are these lines parallel, perpendicular, or neither?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
drop
Messages
14
Reaction score
0
Basically I don't know anyone in real life that can help me with this, so I need help checking to see if my answers are correct :)

PART A

3) Solve 2x^2 + 4x = 15 by using the quadratic formula.

x = -1 +/- 2sqr34

4) Determine whether the given pairs of lines are parallel, perpendicular, or neither.

a) y = -4x + 3 b) x - 4y = 4

My answer: Perpendicular
 
Mathematics news on Phys.org
Re: Please check my answers - 2

3.) Incorrect.

We have:

$$2x^2+4x-15=0$$

$$x=\frac{-4\pm\sqrt{(4)^2-4(2)(-15)}}{2(2)}=\frac{-4\pm\sqrt{136}}{4}=\frac{-4\pm2\sqrt{34}}{4}=\frac{-2\pm\sqrt{34}}{2}$$

We could choose to write this as:

$$x=-1\pm\sqrt{\frac{17}{2}}$$

4.)

a) Correct. The product of the slopes of the two lines is -1.
 
Re: Please check my answers - 2

Thank you ! :)