document.write( "Question 1151068: Find the value of k so that the line 5x+ky=9 passes through the point P(-2,4). \n" ); document.write( "
Algebra.Com's Answer #772680 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "5x+ky=9 \n" ); document.write( "5(-2)+k(4)=9 ... plug in (x,y) = (-2,4) \n" ); document.write( "-10+4k = 9 \n" ); document.write( "-10+4k+10 = 9+10 ... add 10 to both sides \n" ); document.write( "4k = 19 \n" ); document.write( "4k/4 = 19/4 ... divide both sides by 4 \n" ); document.write( "k = 19/4 \n" ); document.write( "k = 4.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So k = 19/4 in fraction form, which is equivalent to k = 4.75 in decimal form. \n" ); document.write( " \n" ); document.write( " |