Question 480615
this reference might be helpful.
<a href = "http://www.purplemath.com/modules/variatn.htm" target = "_blank">http://www.purplemath.com/modules/variatn.htm</a>
the wording is important.
i interpreted your problem as:
z varies directly as x and y and inversely as w meaning:
z = kxy/w
k is the constant of proportionality.
you are given:
z = 8
x = 6
y = 5
w = 10
plug that into the above equation to get:
8 = (6*5*k)/10
solve for k to get:
k = (8*10)/(6*5) = 80/30 = 8/3
now that you have solved for k, you can go on to solve your problem.
you use the same formula of:
z = kxy/w
the values you are given are:
x = 3
y = 4
w = 5
the value of k that you previously solved for is:
k = 8/3
you want to find z.
plug those values into your equation to get:
z = ((8/3) * 3 * 4)/5
this results in:
z = (32/5) = 6.4
you can also do this using ratios.
this way does not involve the constant of proportionality (k).
if z is directly proportional to y, this means that:
z1/z2 = y1/y2
if z is directly proportional to x, this means that:
z1/z2 = x1/x2
if z is inversely proportional to w, this means that:
z1/z2 = w2/w1
notice the reverse proportionality when dealing with z and w.
when you now say that z is directly proportional to x and y and inversely proportional to w, this leads to the equation:
z1/z2 = (x1*y1*w2)/(x2*y2*w1)
plug your known values into this equation and solve for the unknown.
your equation becomes:
8/z2 = (6*5*5)/(3*4*10)
simplify this to get:
8/z2 = 150/120
multiply both sides of this equation by z2 to get:
8 = (150/120)*z2
multiply both sides of this equation by (120/150) to get:
z2 = 8 * (120/150) = 8 * (12/15) = 8 * (4/5) = (32/5) = 6.4
you get the same answer.
the reference gives you good tips on how to translate the words into equation form.
it also gives you good tips on how to solve these types of equations using the constant of proportionality method.