document.write( "Question 66177: 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 #46902 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 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=7 solution then \n" ); document.write( "7+1=8 solution \n" ); document.write( "proof \n" ); document.write( "2*7+4*8=14+32=46 \n" ); document.write( " \n" ); document.write( " |