document.write( "Question 197017: four times the smallest of three consecutive add integers is five more than three times the largest. What is the sum of these consecutive odd integers? \n" ); document.write( "
Algebra.Com's Answer #147721 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! let integers be a ,a+2 ,and a+4 \n" ); document.write( ": \n" ); document.write( "4a=3(a+4)+5 \n" ); document.write( ": \n" ); document.write( "4a=3a+12+5 \n" ); document.write( ": \n" ); document.write( "a=17 \n" ); document.write( "a+2=19 \n" ); document.write( "a+4=21 \n" ); document.write( ": \n" ); document.write( "sum = 17+19+21=57 \n" ); document.write( " |