document.write( "Question 509782: Given that the straight line 2x - 3y = 10 passes through the point (t, 4), find the value of t. \n" ); document.write( "
Algebra.Com's Answer #341605 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Given that the straight line 2x - 3y = 10 passes through the point (t, 4), find the value of t. \n" ); document.write( ".. \n" ); document.write( "2x-3y=10 \n" ); document.write( "3y=2x-10 \n" ); document.write( "y=2x/3-10/3 \n" ); document.write( "plug in coordinates (t,4) for (x,y) \n" ); document.write( "4=2t/3-10/3=(2t-10)/3 \n" ); document.write( "2t-10=12 \n" ); document.write( "2t=22 \n" ); document.write( "t=11 \n" ); document.write( " |