document.write( "Question 966558: find two consecutive odd integers such that the sum of four times the larger and twice the smaller is 194 \n" ); document.write( "
Algebra.Com's Answer #590742 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the consecutive odd integers be a and (x+2). \n" ); document.write( "4(x+2)+2x=194 \n" ); document.write( "4x+2x=186 \n" ); document.write( "6x=186 \n" ); document.write( "x=31 \n" ); document.write( "The consecutive odd integers are 31 and 33. \n" ); document.write( " |