document.write( "Question 216890: three consecutive odd numbers, such that three times the 1st is the sum of the 2nd and 3rd .\r
\n" );
document.write( "\n" );
document.write( "If you use algebra which I did, you get three even numbers 3x = (x+2)+(x+4)
\n" );
document.write( "what's the solution then? \n" );
document.write( "
Algebra.Com's Answer #163693 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! three consecutive odd numbers, such that three times the 1st is the sum of the 2nd and 3rd . \n" ); document.write( "If you use algebra which I did, you get three even numbers 3x = (x+2)+(x+4) \n" ); document.write( "------------------ \n" ); document.write( "3x = x+2 + x+4 = 2x+6 \n" ); document.write( "x = 6 \n" ); document.write( "------- \n" ); document.write( "3*6 is 8+10 \n" ); document.write( "------------ \n" ); document.write( "They have to be even numbers. The sum of any 2 odd numbers is an even number, and the sum of any 2 even numbers is also even. \n" ); document.write( "In other words, there are no odd numbers that fit. \n" ); document.write( " |