document.write( "Question 177427: Find three consecutive odd integers such that three times the first integer is onne less that the sum of the second and third integers. \n" ); document.write( "
Algebra.Com's Answer #132473 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! Let 3 consecutive ODD integers be a,b,and c \n" ); document.write( ": \n" ); document.write( "b=a+2(remember odd and even integers are two numbers apart) \n" ); document.write( "c=a+4(because its two odd integers or 4 more than a) \n" ); document.write( ": \n" ); document.write( "3(a)=((a+2)+(a+4))-1 \n" ); document.write( ": \n" ); document.write( "3a=2a+5 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "b=5+2=7 \n" ); document.write( "c=5+4=9 \n" ); document.write( ": \n" ); document.write( "integers are: |