document.write( "Question 981253: The variable Z is inversely proportional to X. When X is 5, Z has the value 2.2.
\n" );
document.write( "What is the value of Z when X = 12 \n" );
document.write( "
Algebra.Com's Answer #602264 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "The variable Z is inversely proportional to X. \n" ); document.write( "Z = k/X where k = factor of proportionality \n" ); document.write( "To find k \n" ); document.write( "2.2 = k/5 \n" ); document.write( "k = 2.2 x 5 \n" ); document.write( "k = 11 \n" ); document.write( "Formula: \n" ); document.write( "Z = 11/X \n" ); document.write( "Z = 11/12 \n" ); document.write( "Z = 0.92 (2 decimal places) \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |