document.write( "Question 703187: How do I solve:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "FInd a real number, k, such that the line -7x+ky-16=0 has y intercept 13 \n" );
document.write( "
Algebra.Com's Answer #433337 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! FInd a real number, k, such that the line -7x+ky-16=0 has y intercept 13 \n" ); document.write( "** \n" ); document.write( "equation for a line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "-7x+ky-16=0 \n" ); document.write( "ky=7x+16 \n" ); document.write( "y=7x/k+16/k \n" ); document.write( "y-intercept=16/k=13 \n" ); document.write( "k=16/13 \n" ); document.write( " |