document.write( "Question 285589: Write a function that models the variation.
\n" );
document.write( "{x=3 & y=12} if z=2
\n" );
document.write( "z varies directly with y and inversely with x.\r
\n" );
document.write( "\n" );
document.write( "I tried this problem, and came up with the equation,
\n" );
document.write( "z=(1/18y)/x
\n" );
document.write( "Is this correct? If not, how do I solve this problem?
\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #206997 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Write a function that models the variation. \n" ); document.write( "{x=3 & y=12} if z=2 \n" ); document.write( "z varies directly with y and inversely with x. \n" ); document.write( "I tried this problem, and came up with the equation, \n" ); document.write( "z=(1/18y)/x \n" ); document.write( "Is this correct? If not, how do I solve this problem? \n" ); document.write( "--------------- \n" ); document.write( "z = ky/x \n" ); document.write( "2 = 12k/3 \n" ); document.write( "k = 1/2 \n" ); document.write( "--> z = y/2x \n" ); document.write( " \n" ); document.write( " |