document.write( "Question 981252: The variable Z is directly proportional to X. When X is 3, Z has the value 54.
\n" );
document.write( "What is the value of Z when X = 12 \n" );
document.write( "
Algebra.Com's Answer #602265 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "The variable Z is directly proportional to X \n" ); document.write( "Z = kX (Where k is the constant of proportionality) \n" ); document.write( "To find k \n" ); document.write( "54 = k3 \n" ); document.write( "k = 54/3 \n" ); document.write( "k = 18 \n" ); document.write( "Formula: \n" ); document.write( "Z = 18X \n" ); document.write( "Z = 18(12) \n" ); document.write( "Z = 216 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |