document.write( "Question 100063: If one-half of one integer is subtracted from three-fifths of the next consecutive integer, the difference is 3. What are the two integers?\r
\n" );
document.write( "\n" );
document.write( "My initial response is: 3/5x-1/2x+1=3. I know its wrong but I can't find any help in this text book. \n" );
document.write( "
Algebra.Com's Answer #72857 by scott8148(6628) You can put this solution on YOUR website! your equation is slightly garbled\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "one-half of one integer ... x/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "is subtracted from three-fifths of the next consecutive integer ... 3/5(x+1)-(x/2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the difference is 3 ... (3x/5)+(3/5)-(x/2)=3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiplying by 10 gives 6x+6-5x=30 ... x=24 ... x+1=25 \n" ); document.write( " |