document.write( "Question 32910: 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 #19345 by Paul(988)\"\" \"About 
You can put this solution on YOUR website!
Let the consecutive integers be x and x+1
\n" ); document.write( "Equation:
\n" ); document.write( "2(x)+4(x+1)=46
\n" ); document.write( "2x+4x+4=46
\n" ); document.write( "6x=42
\n" ); document.write( "x=7
\n" ); document.write( "7+1=8
\n" ); document.write( "Hence, the two integers are 7 and 8.
\n" ); document.write( "Paul.
\n" ); document.write( "
\n" );