document.write( "Question 518182: If x is an odd number and the sum of x and two consecutive odd numbers after x is 57, find the value of x.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #345068 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x is an odd number \n" ); document.write( "x+2 is the next odd number \n" ); document.write( "x+2+2 = x+4 is the next odd number \n" ); document.write( ". \n" ); document.write( "x +x+2 +x+4 = 57 \n" ); document.write( ". \n" ); document.write( "3x +6 = 57 \n" ); document.write( ". \n" ); document.write( "3x = 51 \n" ); document.write( ". \n" ); document.write( "x = 17 \n" ); document.write( "x +2 = 19 \n" ); document.write( "x +4 = 21 \n" ); document.write( ". \n" ); document.write( "17 +19 +21 = 57 \n" ); document.write( ". \n" ); document.write( "Answer: The three consecutive odd numbers are 17, 19 and 21. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |