SOLUTION: x=3v v=4t x=pt For the system of equations above, if x is unequal to 0, what is the value of p?

Algebra ->  Equations -> SOLUTION: x=3v v=4t x=pt For the system of equations above, if x is unequal to 0, what is the value of p?      Log On


   



Question 334285: x=3v
v=4t
x=pt
For the system of equations above, if x is unequal to 0, what is the value of p?

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!

system%28x+=+3v%2C%0D%0Av+=+4t%2C%0D%0Ax+=+pt%29

That system is the same as:

system%28x-3v=0%2C+v-4t=0%2C+x-pt=0%29

which can be written

system%281x-3v%2B0t=0%2C+0x%2B0v-4t=0%2C+1x%2B0v-pt=0%29

This is a homogeneous system, which means all the
constant terms are 0.

A homogeneous system always has solution (0,0,0) and
that is the only solution it can have it the matrix
of the coefficients is not singular. 

Since we are told that x is not 0, we know that the 
matrix of coeficients is singular and therefore the 
determinant of coefficients must be 0. so we set the 
determinant of coefficients = 0.

abs%28matrix%283%2C3%2C1%2C-3%2C0%2C0%2C1%2C-4%2C+1%2C+0%2C+-p%29%29=0

We evaluate the determinant (I assume you know how, 
if you don't post again asking how.) We get:
 
-p + 12 = 0
     -p = -12
      p = 12

Edwin