mathlearn
- 331
- 0
Attachments
Last edited by a moderator:
greg1313 said:You can set up two equations in two unknowns:
x + 10 = 4x - y
x + 20 = 2x + 3y
Can you solve this system for x? Do you see why we only need the value of x to find the area of the flower bed?
greg1313 said:That's incorrect. Solve
x + 10 = 4x - y
for y then substitute that value for y into
x + 20 = 2x + 3y
and solve for x.
Please show your work.
MarkFL said:Another method for solving the system for $x$ is elimination. So, you can start with the system Greg posted:
$$x+10=4x-y\tag{1}$$
$$x+20=2x+3y\tag{2}$$
Now, multiply (1) by 3, then add it to (2) thereby eliminating $y$ and obtaining an equation in $x$ alone. :D
mathlearn said:$$x+10=4x-y\tag{1}$$
$$x+10-4x=-y\tag{1}$$
$$-3x+10=-y\tag{1}$$
Multiplying this equation by 3
$$-9x+3y=-30\tag{1}$$
$$x+20=2x+3y\tag{2}$$
Moving x to the left hand side of the equation,
$$-x+3y=-20\tag{2}$$
Hope the equations are correct to move on to elimination.