Question

The sum of three numbers is 31. The first number is three times the third number....

The sum of three numbers is 31. The first number is three times the third number. The sum of the second and third number is one more than the first number. What are the numbers.

Thank You for your time.

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
The sum of three numbers is−2. The sum of twice the first number, 3 times the...
The sum of three numbers is−2. The sum of twice the first number, 3 times the second number, and 4 times the third number is−15. The difference between 5 times the first number and the second number is 28. Find the three numbers.(Set up variable(s), set up equation(s) and then solve the equation(s) to answer the question.)
The sum of three numbers is 30. One of the numbers is 5 more than twice...
The sum of three numbers is 30. One of the numbers is 5 more than twice a second number and 5 less than the third number. What are the numbers?
Find two positive numbers satisfying the given requirements. The product is 27 and the sum of...
Find two positive numbers satisfying the given requirements. The product is 27 and the sum of the first plus three times the second is a minimum. first number second number
find three consecutive integers with a sum of the first and third equal the sum of...
find three consecutive integers with a sum of the first and third equal the sum of 1.5
python Write a program to find the largest value. Ask the user to enter three numbers....
python Write a program to find the largest value. Ask the user to enter three numbers. Compare them and report the largest one. [Hint: The user is free to enter any three numbers. Some or all of them may be the same. Take this into consideration when you compare the numbers.] The following are some examples. Enter first number: 7 Enter second number: 14 Enter third number: 10.5 The largest number is: 14.0 Enter first number: 17 Enter second number:...
Find three positive numbers whose sum is 12, and whose sum of squares is as small...
Find three positive numbers whose sum is 12, and whose sum of squares is as small as possible, (a) using Lagrange multipliers b)using critical numbers and the second derivative test.
Three dice are rolled. What is the probability that number on first die is less than...
Three dice are rolled. What is the probability that number on first die is less than the positive difference of second and third die?
Alex worked three jobs. The first job paid $10.50/hour. The second job paid $13/hour. The third...
Alex worked three jobs. The first job paid $10.50/hour. The second job paid $13/hour. The third job paid $16/hour. In one week Alex worked a total of 54 hour and earned $689. The time he spent at yhe first job was 10 hours less than the total time he spent at the second and third jobs. How much time did Alex spend at each job? (for full credit, set up and solve a linear system .Clearly label any variables you...
2.29 Die rolls. You roll a die three times. what is the probability the sum of...
2.29 Die rolls. You roll a die three times. what is the probability the sum of the first two rolls is equal to the third roll? 3.3 Off to the races. Suppose mike places three separate bets on three separate tracks. Each bet is for a specific horse to win. His horse in race 1 wins with probability 1/5. His horse in race 2 with probability 2/5. His horse in race 3 wins with probability 3/5. What is the probability...
For Cpp Write the definition of a function that takes as input the three numbers. The...
For Cpp Write the definition of a function that takes as input the three numbers. The function returns true if the first number to the power of the second number equals the third number; otherwise, it returns false. (Assume that the three numbers are of type double).