document.write( "Question 367996: Five times the sum of two consecutive odd integers is twelve times the larger of the two. Find the two odd integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #262268 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 5(x+x+2) = 12(x+2), \n" ); document.write( "5(2x+2) = 12x + 24, \n" ); document.write( "10x+10 = 12x + 24, \n" ); document.write( "-2x = 14, \n" ); document.write( "x = -7, the first odd integer, and \n" ); document.write( "x+2 = -5, the second odd integer. \n" ); document.write( " |