document.write( "Question 253557: Find two consecutive even integers such that three times the smaller is 30 more than twice the larger. \n" ); document.write( "
Algebra.Com's Answer #185885 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Reminder: \n" ); document.write( "You are limited to one problem per submission. \n" ); document.write( "No more than 4 submissions daily \n" ); document.write( "No similar problems. \n" ); document.write( " \n" ); document.write( "3n=2*(n+2)+30 \n" ); document.write( "n=34 \n" ); document.write( "and 36 \n" ); document.write( "check\r \n" ); document.write( "\n" ); document.write( "3*34=2*36*30 \n" ); document.write( "102=72+30 \n" ); document.write( "102=102 \n" ); document.write( "ok \n" ); document.write( " |