143k views
5 votes
Solve the simultaneous equations
4x3y=32
4x-y=16

User Phong Vo
by
5.6k points

1 Answer

7 votes

Explanation:

Solve equation [2] for the variable y

[2] y = -4x + 16

// Plug this in for variable y in equation [1]

[1] 4x + 3•(-4x+16) = 32

[1] -8x = -16

// Solve equation [1] for the variable x

[1] 8x = 16

[1] x = 2

// By now we know this much :

x = 2

y = -4x+16

// Use the x value to solve for y

y = -4(2)+16 = 8

Solution :

{x,y} = {2,8}

User Khanh Hua
by
4.7k points