document.write( "Question 1074957: Suppose that y varies directly with x. When x = 8, then y = 4.\r
\n" );
document.write( "\n" );
document.write( "(a) Find the constant of proportionality k.
\n" );
document.write( "(b) Write the linear function relating the two variables in the form y = kx.
\n" );
document.write( "(c) Find y when x = 32.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #689633 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! y=kx \n" ); document.write( "4=k*8 \n" ); document.write( "k=1/2 \n" ); document.write( "y=(1/2)*32 \n" ); document.write( "=16 \n" ); document.write( " |