document.write( "Question 222740: for three consecutive odd intergers, the sum of the least and greatest is 146. What is the sum of all three intergers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #166715 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! for three consecutive odd integers, the sum of the least and greatest is 146. What is the sum of all three integers? \n" ); document.write( "--------------- \n" ); document.write( "1st 2x-1 \n" ); document.write( "2nd 2x+1 \n" ); document.write( "3rd 2x+3 \n" ); document.write( "----------- \n" ); document.write( "Equation: \n" ); document.write( "2x-1+2x+3 = 146 \n" ); document.write( "4x= 144 \n" ); document.write( "x = 36 \n" ); document.write( "------------------- \n" ); document.write( "1st: 2x-1 = 71 \n" ); document.write( "2nd: 73 \n" ); document.write( "3rd: 75 \n" ); document.write( "----- \n" ); document.write( "Sum = 71+73+75 = 219 \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |