document.write( "Question 117405This question is from textbook Holt Algebra 1
\n" );
document.write( ": Find 3 consecutive integers such that 4 times the middle integer plus the largest integer is 9 less than 6 times the smallest. \n" );
document.write( "
Algebra.Com's Answer #85427 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Let the integers be (n-1), n, (n+1). \n" ); document.write( "4 times middle integer = 4n \n" ); document.write( "4 times middle integer plus the larges integer = 4n + (n-1) = 5n-1 \n" ); document.write( "6 times the smallest integer = 6(n-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "According to the given conditions \n" ); document.write( "5n-1 = 6(n-1) - 9 \n" ); document.write( "5n - 1 = 6n - 6 - 9 \n" ); document.write( "5n - 1 = 6n - 15 \n" ); document.write( "6n - 5n = 15 + 1 \n" ); document.write( "n = 16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, the nos. are (16 - 1 =) 15, 16 and (16 + 1 =) 17. \n" ); document.write( " |