document.write( "Question 900942: Find two consecutive integers such that one-fifth of the first less one-ninth of the second is 3. \n" ); document.write( "
Algebra.Com's Answer #546326 by josgarithmetic(39623)\"\" \"About 
You can put this solution on YOUR website!
n and n+1 for n any integer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"n%2F5-%28n%2B1%29%2F9=3\", unsure if that is how you meant.
\n" ); document.write( "Continuing with that,
\n" ); document.write( "\"45%28n%2F5-%28n%2B1%29%2F9%29=45%2A3\"
\n" ); document.write( "\"9n-5%28n%2B1%29=135\"
\n" ); document.write( "\"9n-5n-5=135\"
\n" ); document.write( "\"4n=140\"
\n" ); document.write( "\"n=140%2F4=2%2A7%2A2%2A5%2F%282%2A2%29\"
\n" ); document.write( "\"highlight%28n=35%29\" and the next integer is 36.
\n" ); document.write( "
\n" );