document.write( "Question 125145: For three consecutive odd integers, the sum of the least and the greatest is 146. What is the sum of all three integers?\r
\n" );
document.write( "\n" );
document.write( "I don't even know where to start.
\n" );
document.write( "Thank you for you time. \n" );
document.write( "
Algebra.Com's Answer #91742 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! Let x represent the first odd integer. Then the next consecutive odd number has to be 2 more \n" ); document.write( "than x. This means that the next consecutive odd integer after x is x + 2. And the next consecutive \n" ); document.write( "odd integer is 2 more than x + 2. So it has to be (x + 2) + 2 = x + 4 \n" ); document.write( ". \n" ); document.write( "[Just to help understand this concept, let's look at three consecutive odd integers. \n" ); document.write( "Say we choose 27 as the first odd integer. The next consecutive odd integer is 29 and that \n" ); document.write( "is 2 more than 27. And the next consecutive odd integer is 31. This is equal to the first \n" ); document.write( "odd integer in the series (27) plus 4.] \n" ); document.write( ". \n" ); document.write( "Now back to the problem. We have three consecutive odd integers which are x, x + 2, and x + 4. \n" ); document.write( ". \n" ); document.write( "The problem tells you that the sum of the least (which is x) and the greatest (which is x + 4) \n" ); document.write( "is 146. In equation form this is: \n" ); document.write( ". \n" ); document.write( "x + (x + 4) = 146 \n" ); document.write( ". \n" ); document.write( "If we add the two terms on the left side we get 2x + 4 and the equation is then: \n" ); document.write( ". \n" ); document.write( "2x + 4 = 146 \n" ); document.write( ". \n" ); document.write( "Get rid of the +4 on the left side by subtracting 4 from both sides to get: \n" ); document.write( ". \n" ); document.write( "2x = 142 \n" ); document.write( ". \n" ); document.write( "Solve for x by dividing both sides by 2 to get: \n" ); document.write( ". \n" ); document.write( "x = 142/2 = 71 \n" ); document.write( ". \n" ); document.write( "x was defined as the first odd integer. Therefore, the next two consecutive odd integers are \n" ); document.write( "73 and 75. \n" ); document.write( ". \n" ); document.write( "Add the smallest odd integer (71) to the greatest odd integer (75) and you get a total of \n" ); document.write( "146 just as the problem said you should. So the answer checks. \n" ); document.write( ". \n" ); document.write( "And you were asked to find the sum of all three. So all you have to do now is to add the three \n" ); document.write( "consecutive odd integers: \n" ); document.write( ". \n" ); document.write( "71 + 73 + 75 = 219 \n" ); document.write( ". \n" ); document.write( "The answer to this problem is 219 \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem and how you would do it. \n" ); document.write( ". \n" ); document.write( " |