document.write( "Question 406877: suppose that z varies directly with x and inversely with y, and x=5, y=4, and z=8. Write a function that models the joint variation. Then find z when x=32 and y=2 \n" ); document.write( "
Algebra.Com's Answer #287164 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "z varies directly with x and inversely with y
\n" ); document.write( " z = kx/y
\n" ); document.write( " x=5, y=4, and z=8
\n" ); document.write( " 8 = 5k/4
\n" ); document.write( " (4/5)*8 = k
\n" ); document.write( " 32/5 = k
\n" ); document.write( " z = (32/5)x/y
\n" ); document.write( "find z when x=32 and y=2
\n" ); document.write( " z = (32/5)(32/2
\n" ); document.write( " z = 102.4 \n" ); document.write( "
\n" );