document.write( "Question 270071: two consecutive odd integers, the sum of three times the smaller and the larger is fourteen\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #197905 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the two consecutive odd integers be x and x+2 \n" ); document.write( "Given, the sum of three times the smaller and the larger is fourteen \n" ); document.write( "3x+(x+2) = 14 \n" ); document.write( "4x = 14-2 \n" ); document.write( "4x=12 \n" ); document.write( "x=3 \n" ); document.write( "The two consecutive odd integers are 3 and 5 \n" ); document.write( " |