document.write( "Question 162520: The greater of two consecutive even integers is 6 less than three times the lesser. Find the integers.
\n" );
document.write( "I only need the equation. \n" );
document.write( "
Algebra.Com's Answer #119770 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=lesser, so x+2=greater\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The greater of two consecutive even integers\" __ x+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"is\" __ =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"6 less than three times the lesser\" __ 3x-6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+2=3x-6 \n" ); document.write( " |