document.write( "Question 302025: find two consecutive even integers so that three times the smaller is 40 more than two times the larger \n" ); document.write( "
Algebra.Com's Answer #216664 by mananth(16946)![]() ![]() You can put this solution on YOUR website! find two consecutive even integers so that three times the smaller is 40 more than two times the larger\r \n" ); document.write( "\n" ); document.write( "let one smaller integer be x\r \n" ); document.write( "\n" ); document.write( "so other integer will be x+2\r \n" ); document.write( "\n" ); document.write( "3x-40 = 2(x+2)\r \n" ); document.write( "\n" ); document.write( "3x-40 =2x+4\r \n" ); document.write( "\n" ); document.write( "3x-2x=40+4\r \n" ); document.write( "\n" ); document.write( "x=44\r \n" ); document.write( "\n" ); document.write( "the other number = 46\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |