document.write( "Question 1092654: The sum of 4 times an odd integer and twice the next consecutive odd integer is 46. \n" ); document.write( "
Algebra.Com's Answer #707275 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
One integer: x
\n" ); document.write( "Next consecutive: x+2
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\n" ); document.write( "4x+2(x+2) = 46
\n" ); document.write( "4x+2x+4 = 46
\n" ); document.write( "6x = 42
\n" ); document.write( "x = 7
\n" ); document.write( "and the next:
\n" ); document.write( "7+2 = 9
\n" ); document.write( "
\n" );