document.write( "Question 37417: The Graphs of ax+by=13 and ax-by=-3 instersect at (1,4). Find a and b. \n" ); document.write( "
Algebra.Com's Answer #23073 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Since you know both lines go thru (1, 4), you can plug x = 1 and y = 4 in both and get \n" ); document.write( "a + 4b = 13 and \n" ); document.write( "a - 4b = -3 \n" ); document.write( "Now add equations and get \n" ); document.write( "2a = 10 and \n" ); document.write( "a = 5 \n" ); document.write( "You can also subtract equations and get \n" ); document.write( "8b = 16 \n" ); document.write( "b = 2 \n" ); document.write( " |