document.write( "Question 68683: If one-half of one integer is subtracted from 3/5 of the next consecutive integer, the difference is 3. What are the two integers? I have tried the following but I do not know if it is correct. Can you help me?\r
\n" ); document.write( "\n" ); document.write( "3/5 - 1/2 = 3
\n" ); document.write( "10 x 3/5 - 10 x 1/2 = 10 x 3
\n" ); document.write( "

Algebra.Com's Answer #48871 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
n = the 1st number
\n" ); document.write( "n+1 = the 2nd number
\n" ); document.write( "\"%283%2F5%29%2A%28n%2B1%29+-+n%2F2+=+3\"
\n" ); document.write( "\"6%28n%2B1%29+-+5n+=+30\"
\n" ); document.write( "\"6n+%2B+6+-+5n+=+30\"
\n" ); document.write( "\"n+=+24\" answer
\n" ); document.write( "\"n%2B1+=+25\" answer
\n" ); document.write( "check
\n" ); document.write( "\"%283%2F5%29%2A%28n%2B1%29+-+n%2F2+=+3\"
\n" ); document.write( "\"%283%2F5%29%2A25+-+24%2F2+=+3\"
\n" ); document.write( "\"15+-+12+=+3\"
\n" ); document.write( "\"3+=+3\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );