Question 60419: add or substitute this problem I do not know how or which to do Can you help? 10x+2y=7 y=5x+3 Found 2 solutions by smik, praseena:Answer by smik(40) (Show Source):
You can put this solution on YOUR website! Good problem. You could essentially do substitution or elimination, but I'd advise on substitution for this one since it's well set up for that because it's given you "y = something".
Let's go through it step by step. We have the following equations:
We can substitute the y in 10x+2y=7 using y=5x+3, which gives us:
We can expand this, add the like terms, and solve for x:
Now that we know what the value of 'x' is we can find the value of y, preferably using y=5x+3 (since that's the quickest way to get a value for y):
You can put this solution on YOUR website!
10x+2y=7 and
y=5x+3
------------------------------------------------------------------------
y=5x+3
substitute the value y = 5x + 3 in the first equation
==> 10x + 2*(5x+3) = 7
10x + 2*5x + 2*3 = 7
10x + 10x + 6 = 7
20x+6 = 7
subtract 6 from both sides of the equation
==> 20x = 1
==> x = 1/20
Now substitute the value, x = 1/20 in second equation(you can substitute the value of x in first equation also)
==> y = 5* 1/20 + 3
==> y = 4 + 3
==> y = 7
so the solution of the given equations are x = 1/20 and y = 7
bye.