document.write( "Question 922213: If I'm given two consecutive integers. The sum of three times the first interger and five times the second interger is 61. How do I find the integers. \n" ); document.write( "
Algebra.Com's Answer #559775 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let's say they're \"N\" and \"N%2B1\".
\n" ); document.write( "\"3%28N%29%2B5%28N%2B1%29=61\"
\n" ); document.write( "\"3N%2B5N%2B5=61\"
\n" ); document.write( "\"8N=56\"
\n" ); document.write( "\"N=7\"
\n" ); document.write( "So the two integers are 7 and 8.
\n" ); document.write( "
\n" ); document.write( "
\n" );