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 #23074 by ilana(307)![]() ![]() ![]() You can put this solution on YOUR website! Both of these equations are true when x=1 and y=4. So a+4b=13 and a-4b=-3. \n" ); document.write( "By the second equation, a=4b-3, so we can use that in the first and get (4b-3)+4b=13 \n" ); document.write( "8b-3=13 \n" ); document.write( "8b=16 \n" ); document.write( "b=2 \n" ); document.write( "a+4b=13, so a+4(2)=13, so a+8=13, so a=5. \n" ); document.write( "So a=5, b=2. \n" ); document.write( " |