document.write( "Question 762759: The sum of three consecutive odd numbers is 153. Which is the LARGEST number? \n" ); document.write( "
Algebra.Com's Answer #464173 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! sum of three consecutive odd numbers is 153. Which is the LARGEST number? \n" ); document.write( "----- \n" ); document.write( "1st odd: 2x-1 \n" ); document.write( "2nd odd: 2x+1 \n" ); document.write( "3rd odd: 2x+3 \n" ); document.write( "------------------ \n" ); document.write( "Equation: \n" ); document.write( "sum = 153 \n" ); document.write( "6x+3 = 153 \n" ); document.write( "6x = 150 \n" ); document.write( "x = 25 \n" ); document.write( "----- \n" ); document.write( "1st: 2x-1 = 49 \n" ); document.write( "2nd: 2x+1 = 51 \n" ); document.write( "3rd: 2x+3 = 53 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |