document.write( "Question 42522: Find two consecutive integers such that the sum of 2 times the first integer and 4 times second integer is 46. \n" ); document.write( "
Algebra.Com's Answer #27631 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
First = x
\n" ); document.write( "Second = x + 1
\n" ); document.write( "\"2%28x%29+%2B+4%28x+%2B+1%29+=+46\"
\n" ); document.write( "\"2x+%2B+4x+%2B+4+=+46\"
\n" ); document.write( "\"6x+=+42\"
\n" ); document.write( "\"x+=+7\"
\n" ); document.write( "First = 7
\n" ); document.write( "Second = x + 1 = 7 + 1 = 8
\n" ); document.write( "
\n" );