SOLUTION: The sum of two numbers is 99. If 10 times the smaller is decreased by 2 times the larger, the result is 30. Find the numbers.
Algebra ->
Human-and-algebraic-language
-> SOLUTION: The sum of two numbers is 99. If 10 times the smaller is decreased by 2 times the larger, the result is 30. Find the numbers.
Log On
Question 189716: The sum of two numbers is 99. If 10 times the smaller is decreased by 2 times the larger, the result is 30. Find the numbers. Found 2 solutions by jim_thompson5910, jonvaliente:Answer by jim_thompson5910(35256) (Show Source):
"If 10 times the smaller is decreased by 2 times the larger, the result is 30" translates to
Start with the given system of equations:
Let's solve by substitution
Now in order to solve this system by using substitution, we need to solve (or isolate) one variable. I'm going to solve for y.
So let's isolate y in the first equation
Start with the first equation
Subtract from both sides
Rearrange the equation
---------------------
Since , we can now replace each in the second equation with to solve for
Plug in into the second equation. In other words, replace each with . Notice we've eliminated the variables. So we now have a simple equation with one unknown.
You can put this solution on YOUR website! Let x = larger number
y = smaller number
The sum of two numbers is 99:
x+y=99 (1)
10 times the smaller is decreased by 2 times the larger is 30
10y-2x=30 (2)
Multiplying (1) by 2, we get:
2x+2y=198 (1)
Adding (1) and (2), we get:
10y+2y-2x+2x=228
12y=228
y=19
x+19=99
x=80
The two numbers are 19 and 80.