document.write( "Question 489141: One-fifth of sum of two consecutive integers is 64 less than the smaller integer.
\n" );
document.write( "Find the smaller of the two integers \n" );
document.write( "
Algebra.Com's Answer #333553 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 1/5(n+(n+1)=n-64 \n" ); document.write( "1/5(2n+1)=n-64 \n" ); document.write( "2n+1=5n-320 \n" ); document.write( "321=3n \n" ); document.write( "n=107 \n" ); document.write( "n+1=108 \n" ); document.write( "The integers are 107 and 108.. \n" ); document.write( " |