document.write( "Question 205483: the equation of a straight line is 3x+ 2y =5. Given that the point (k,4) lies on the line, find the value of k. \n" ); document.write( "
Algebra.Com's Answer #155098 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 3x+ 2y =5 \n" ); document.write( "2y=-3x+5 \n" ); document.write( "y=-3x/2+5/2 \n" ); document.write( "y=-3x/2+2.5 \n" ); document.write( " \n" ); document.write( "(k,4) \n" ); document.write( "3k+2*4=5 \n" ); document.write( "3k+8=5 \n" ); document.write( "3k=5-8 \n" ); document.write( "3k=-3 \n" ); document.write( "k=-3/3 \n" ); document.write( "k=-1 ans. (-1,4) \n" ); document.write( "Proof: \n" ); document.write( "3*-1+2*4=5 \n" ); document.write( "-3+8=5 \n" ); document.write( "5=5 \n" ); document.write( " |