document.write( "Question 900740: Find two consecutive integers such that the sum of three-fifths of the first and one-fourth of the second is 13. \n" ); document.write( "
Algebra.Com's Answer #546095 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the two consecutive numbers be x & x+1
\n" ); document.write( "(3/5)x +(1/4)(x+1) =13\r
\n" ); document.write( "\n" ); document.write( "LCM of denominator is 20
\n" ); document.write( "multiply equation by 20\r
\n" ); document.write( "\n" ); document.write( "12x+5(x+1) =20*13\r
\n" ); document.write( "\n" ); document.write( "12x+5x+5=260\r
\n" ); document.write( "\n" ); document.write( "17x=260-5\r
\n" ); document.write( "\n" ); document.write( "17x=255
\n" ); document.write( "/17
\n" ); document.write( "x=15\r
\n" ); document.write( "\n" ); document.write( "the numbers are 15 & 16
\n" ); document.write( "
\n" );