document.write( "Question 310512: if the sum of two consecutive integers is divided by 3, the quotient is 9. find the numbers \n" ); document.write( "
Algebra.Com's Answer #222016 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let one number be x
\n" ); document.write( "the other number will be x+1
\n" ); document.write( ".
\n" ); document.write( "x+x+1 / 3= 9
\n" ); document.write( "2x+1=9*3
\n" ); document.write( "2x=27-1
\n" ); document.write( "2x=26
\n" ); document.write( "x=13
\n" ); document.write( "the numbers are 13 and 14\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );