document.write( "Question 981807: The variable Z is inversely proportional to X. When X is 15, Z has the value 0.2.
\n" );
document.write( "What is the value of Z when X = 23
\n" );
document.write( "Round to at least the thousandths place if needed.\r
\n" );
document.write( "\n" );
document.write( "I don't know how to do this inversely. \n" );
document.write( "
Algebra.Com's Answer #602736 by Boreal(15235) You can put this solution on YOUR website! z=k/x \n" ); document.write( "0.2=k/15 \n" ); document.write( "k=3\r \n" ); document.write( "\n" ); document.write( "Now use to find z \n" ); document.write( "z=3/23 \n" ); document.write( "z=0.1304 \n" ); document.write( " |