document.write( "Question 716518: If five times the smaller of two consecutive integers is added to three the larger,the result is 59. Find the integers using algebraic equation. \n" ); document.write( "
Algebra.Com's Answer #439886 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let n = the first integer, then \n" ); document.write( "Let n+1 = the second integer. \n" ); document.write( "The problem statement is \n" ); document.write( "(1) 5*n + 3*(n+1) = 59 or \n" ); document.write( "(2) 5*n + 3*n + 3 = 59 or \n" ); document.write( "(3) 8*n = 56 or \n" ); document.write( "(4) n = 7 \n" ); document.write( "Then \n" ); document.write( "(5) n+1 = 8 \n" ); document.write( "Is (5*7 + 3*8 = 59)? \n" ); document.write( "Is (35 + 24 = 59)? \n" ); document.write( "Is (59 = 59)? Yes \n" ); document.write( "Answer: The two consecutive numbers are 7 and 8. \n" ); document.write( " |