Question 184635: The line Ax + By =8 passes through the points (2,1) and (4,-2). Find the values of A & B. Show work please. Found 2 solutions by solver91311, stanbon:Answer by solver91311(24713) (Show Source):
You can put this solution on YOUR website! The line Ax + By =8 passes through the points (2,1) and (4,-2). Find the values of A & B. Show work please.
----------------------
Substitute those x/y values to get two equations.
2A + B = 8
4A -2B = 8
--------------------------
Multiply thru the 1st equation by 2 to get:
4A + 2B = 8
4A - 2B = 8
-----------------------------
Add the two equations to solve for A:
8A = 16
A = 2
--------
Substitute that value of A to solve for B.
2*2 + B = 8
B = 4
======================
Cheers,
San H.