document.write( "Question 1057194: ten times smallest of three consicutive integers is 22 more than 3 times the sum of integers.find the integers? \n" ); document.write( "
Algebra.Com's Answer #672260 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! Let n be the smallest integer\r \n" ); document.write( "\n" ); document.write( "Then n+1 and n+2 represent the next two consecutive integers.\r \n" ); document.write( "\n" ); document.write( "10n = 22+3(n+(n+1)+(n+2)) \"10 times the smallest is 22 more than 3 times the sum of integers\" \n" ); document.write( "10n = 22+3(3n+3) \n" ); document.write( "10n = 22+9n+9 \n" ); document.write( " n = 31 \n" ); document.write( "—\r \n" ); document.write( "\n" ); document.write( "Ans: The integers are 31, 32, and 33 \n" ); document.write( "—\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( " 10 * 31 = 310 \n" ); document.write( " 22+3(31+32+33) = 310 (ok) \n" ); document.write( " \n" ); document.write( " |