SOLUTION: The sum of two numbers is 10.Three times one of them is more than four times the second by 2. Find the numbers.

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: The sum of two numbers is 10.Three times one of them is more than four times the second by 2. Find the numbers.      Log On


   



Question 157467: The sum of two numbers is 10.Three times one of them is more than four times the second by 2. Find the numbers.
Found 2 solutions by nerdybill, jojo14344:
Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
The sum of two numbers is 10.Three times one of them is more than four times the second by 2. Find the numbers.
.
Let x = one number
and y = second number
.
Since we have two unknowns, we'll need two equations.
.
From: "The sum of two numbers is 10" we get:
x + y = 10 (equation 1)
.
From: "Three times one of them is more than four times the second by 2" we get:
3x = 4y+2 (equation 2)
.
Solve equation 1 for y:
x + y = 10
y = 10 - x
.
Plug the above into equation 2 and solve for x:
3x = 4y+2
3x = 4(10 - x)+2
3x = 40 - 4x + 2
7x = 40 + 2
7x = 42
x = 6
.
Plug the above into equation 1 and solve for y:
x + y = 10
6 + y = 10
y = 4
.
Solution: the two numbers are 4 and 6

Answer by jojo14344(1513) About Me  (Show Source):
You can put this solution on YOUR website!
Let x= 1st no.
y = 2nd no.
1st condition: x%2By=10 ------------------------> eqn 1
2nd condition: 3x=4y%2B2 -----------------------> eqn 2
.
In 2nd condition, 3 times one of them is more than 4 times the other by 2, right?
.
In eqn 1 we get, x=10-y ----------------------> eqn 3, substitute in eqn 2
3%2810-y%29=4y%2B2
30-3y=4y%2B2
30-2=4y%2B3y
28=7y ----> cross%2828%294%2Fcross%287%29=cross%287%29y%2Fcross%287%29
y=4 ------------> 2nd no.
Go back eqn 3: x=10-4=6 -------------> 1st no.
It satisfy the 1st condition:6%2B4=10
Thank you,
Jojo