document.write( "Question 71093: 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 #50814 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
the two numbers are x & (x+1)
\n" ); document.write( "2x+4(x+1)=46
\n" ); document.write( "2x+4x+4=46
\n" ); document.write( "6x=46-4
\n" ); document.write( "6x=42
\n" ); document.write( "x=42/6
\n" ); document.write( "x=7 answer for the first number &
\n" ); document.write( "7+1=8 for the second number
\n" ); document.write( "proof
\n" ); document.write( "2*7+4*8=46
\n" ); document.write( "14+32=46
\n" ); document.write( "46=46
\n" ); document.write( "
\n" ); document.write( "
\n" );