document.write( "Question 97849This question is from textbook
\n" );
document.write( ": if five times the smaller of two consecutive integers is added to three times the larger, the result is 59. find the integer \n" );
document.write( "
Algebra.Com's Answer #71266 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the smaller number; \n" ); document.write( "x+1 is the larger number; \n" ); document.write( "5x+3(x+1)=59 \n" ); document.write( "5x+3x+3=59 \n" ); document.write( "8x=59-3 \n" ); document.write( "8x=56 \n" ); document.write( "x=7 \n" ); document.write( "x+1=8 \n" ); document.write( "So the numbers are; 7,8 \n" ); document.write( ":) \n" ); document.write( " |