420,590 views
41 votes
41 votes
The solution of system of linear equation x + 2y = 5 and 3x + 5y = 14 is,.

User Somename
by
2.3k points

1 Answer

27 votes
27 votes

Answer:

// Solve equation [1] for variable x

[1] x = -2y + 5

// Plug this in for variable x in equation [2]

[2] 3•(-2y+5) + 5y = 14 [2] - y = -1

// Solve equation [2] for variable y

[2] y = 1

// Now we know this:

x = -2y+5 y = 1

// Use the y value to resolve x

x = -2(1) +5 = 3

Workaround:

{x,y} = {3,1}

The solution of system of linear equation x + 2y = 5 and 3x + 5y = 14 is,.-example-1
User Sandro Keil
by
3.2k points