document.write( "Question 233120: how do you find a equation for a line passing through (3,7) when y varies directly with x
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #172105 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how do you find a equation for a line passing through (3,7) when y varies directly with x \n" ); document.write( "------------------------------- \n" ); document.write( "y = kx \n" ); document.write( "Find \"k\": \n" ); document.write( "7 = k*3 \n" ); document.write( "k = (7/3) \n" ); document.write( "----------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "y = (7/3)x \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |