SOLUTION: write a function that models each variation. x=3 and y=12 when z=2. z varies directly with y and inversely with x.

Algebra ->  Rational-functions -> SOLUTION: write a function that models each variation. x=3 and y=12 when z=2. z varies directly with y and inversely with x.      Log On


   



Question 196191: write a function that models each variation.
x=3 and y=12 when z=2. z varies directly with y and inversely with x.

Answer by Edwin McCravy(20060) About Me  (Show Source):
You can put this solution on YOUR website!
write a function that models each variation.
x=3 and y=12 when z=2. z varies directly with y and inversely with x.

The formula for all variation problems is: 


                     k*{DIRECTLY OR JOINTLY VARIABLE(s) (or 1 if none)}
VARYING VARIABLE = -----------------------------------------------------
                         {INVERSELY VARIABLE(s) (or 1 if none)}

The varying variable is z, which goes on the left side.
The directly variable is y, which goes in the numerator on the right.
The inversely variable is x, which goes in the denominator on the right.

                      
               z+=+k%2Ay%2Fx
                      

All we need do is find constant k and rewrite this 
substituting what we get for constant k.

To get k, we substitute the data given, x=3, y=12, z=2.

              2+=+k%2A12%2F3

              2+=+k%2A4

              2+=+4k

              2%2F4+=+k

              1%2F2+=+k

Now we rewrite  

              z+=+k%2Ay%2Fx 

substituting 1%2F2 for constant k
                      
               z+=+%28%281%2F2%29y%29%2Fx

Simplify by multiplying top and bottom on the right 
side by 2:

               z+=+%282%2A%281%2F2%29y%29%2F%282%2Ax%29

               z+=+%28cross%282%29%2A%281%2Fcross%282%29%29y%29%2F%282%2Ax%29

               z+=+y%2F%282x%29

Edwin