document.write( "Question 862868: y varies directly as x and inversely as the square of z.\r
\n" );
document.write( "\n" );
document.write( "Y=24 when X=12 and z=2. Find y when x=64 and z=4\r
\n" );
document.write( "\n" );
document.write( "y=\r
\n" );
document.write( "\n" );
document.write( "Only question on my homework i can't figure out! Thank you! \n" );
document.write( "
Algebra.Com's Answer #520012 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! y varies directly as x and inversely as the square of z. \n" ); document.write( "--> y = k*x/z^2 \n" ); document.write( "--- \n" ); document.write( "Y=24 when X=12 and z=2. Find y when x=64 and z=4 \n" ); document.write( "Find k \n" ); document.write( "24 = k*12/4 \n" ); document.write( "k = 8 \n" ); document.write( "---- \n" ); document.write( "y = k*x/z^2 \n" ); document.write( "y = 8*64/16 \n" ); document.write( "y = 32 \n" ); document.write( "===================== \n" ); document.write( "It's not necessary to solve for k, but it simplifies it. \n" ); document.write( " |