SOLUTION: the sum of the last two digits of a three digit counting number is 7. the sum of the first two digits is 5. the middle digit is 4 times the first digit. what is the number?
Algebra ->
Customizable Word Problem Solvers
-> Misc
-> SOLUTION: the sum of the last two digits of a three digit counting number is 7. the sum of the first two digits is 5. the middle digit is 4 times the first digit. what is the number?
Log On
Question 134137: the sum of the last two digits of a three digit counting number is 7. the sum of the first two digits is 5. the middle digit is 4 times the first digit. what is the number? Found 2 solutions by solver91311, oscargut:Answer by solver91311(24713) (Show Source):
You can put this solution on YOUR website! let the digits x,y and z
then
y+z=7 (1st eq)
x+y=5 (2nd eq)
y=4x (3rd eq)
then using y = 4x and 2nd eq
5x=5
then x=1, y=4 and z=7-y=3
Answer: number is 143