document.write( "Question 1093318: Solve algebraically using only one variable: Find three consecutive odd integers such that three
\n" );
document.write( "times the sum of the second two is three less than nine times the first one. \n" );
document.write( "
Algebra.Com's Answer #707936 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x, x+2, x+4 are the integers \n" ); document.write( "3(x+2+x+4)+3=9x \n" ); document.write( "3(2x+6)+39x \n" ); document.write( "6x+21=9x \n" ); document.write( "3x=21 \n" ); document.write( "x=7 \n" ); document.write( "7,9,11 \n" ); document.write( "3 times (9+11)+3=9*7 \n" ); document.write( "63=63 \n" ); document.write( " |