SOLUTION: Three consecutive odd counting numbers have the property that the sum of the largest and twice the smallest is 91. What is the middle number?
Question 1291: Three consecutive odd counting numbers have the property that the sum of the largest and twice the smallest is 91. What is the middle number? Answer by abhinav75(8) (Show Source):
You can put this solution on YOUR website! let the smallest number be n.
the numbers are n, n+2. n+4.
now, (n+4) = 2*n = 91
=> 3n + 4 = 91
=> 3n = 87
=> n = 29.
therefore, the middle number is n+2 = 31.