Recent content by BlazeKH

  1. B

    Finding scalar equation of a line with a vector and a point given

    Okay I figured it out the answer is also incorrect btw.
  2. B

    Finding scalar equation of a line with a vector and a point given

    I tried that but it didn't work, am I doing something wrong? [X,Y].[3,1]=0 3X+Y=0 Y=-3X (I subbed in a point, to my understanding it shouldn't matter which) Y=-3(1) Y=-3 P=[1,-3] R=[2,4]+T[1,-3] X=2+T Y=4-3T X-2=T (Y-4)/-3=T -3X+6=Y-4 -3X-Y+10=0
  3. B

    Finding scalar equation of a line with a vector and a point given

    I would really appreciate the help, I've been trying to figure this out for the last three hours no joke. Homework Statement Write the scalar equation the line given the normal vector [3,1] and point (2,4) Homework Equations R=[X0,Y0]+ T[M1,M2] The Attempt at a Solution...