document.write( "Question 352743: The difference between two integers is 5. Four times the larger is six more than six times the smaller. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #252125 by sofiyac(983)\"\" \"About 
You can put this solution on YOUR website!
let first integer be x
\n" ); document.write( "than the second one is x+5
\n" ); document.write( "\"4%28x%2B5%29=6%2B6x\"
\n" ); document.write( "\"4x%2B20=6%2B6x\" subtract 4x from each side
\n" ); document.write( "\"20=6%2B2x\" subtract 6 from each side\r
\n" ); document.write( "\n" ); document.write( "\"14=2x\" divide both sides by 2
\n" ); document.write( "\"7=x\" so the smaller number is 7 and the bigger number is 7+5=12
\n" ); document.write( "
\n" ); document.write( "
\n" );