SOLUTION: My dad and I are trying to figure out this problem:
"The difference between two numbers is 10.The greater number is 4 more then twice the lesser number.Find the two numbers"
Algebra ->
Customizable Word Problem Solvers
-> Evaluation
-> SOLUTION: My dad and I are trying to figure out this problem:
"The difference between two numbers is 10.The greater number is 4 more then twice the lesser number.Find the two numbers"
Log On
Question 554064: My dad and I are trying to figure out this problem:
"The difference between two numbers is 10.The greater number is 4 more then twice the lesser number.Find the two numbers" Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! "The difference between two numbers is 10.The greater number is 4 more then twice the lesser number.Find the two numbers"
-----------------
x + y = 10
x = 2y + 4
-----
Sub for x in the 1st eqn
(2y+4) + y = 10
3y + 4 = 10
3y = 6
y = 2
------
x = 8