document.write( "Question 1029645: The sum of three consecutive odd numbers
\n" );
document.write( "is 63. What is the smallest of these
\n" );
document.write( "numbers? \n" );
document.write( "
Algebra.Com's Answer #644595 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the numbers, x, x+2, and x+4. \n" ); document.write( "Then we write \n" ); document.write( "x + x+2 + x+4 = 63 \n" ); document.write( "3x + 6 = 63 \n" ); document.write( "Subtract 6 and then divide by three and get \n" ); document.write( "3x = 57 \n" ); document.write( "x = 19 (the smallest number) \n" ); document.write( " |