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