document.write( "Question 1006956: The sum of two positive integers is five times the difference. Find three pairs of integers that satisfy this condition \n" ); document.write( "
Algebra.Com's Answer #622998 by fractalier(6550) You can put this solution on YOUR website! Call them x and y. \n" ); document.write( "Then we have \n" ); document.write( "x + y = 5(x - y) \n" ); document.write( "x + y = 5x - 5y \n" ); document.write( "6y = 4x \n" ); document.write( "y = (2/3)x \n" ); document.write( "So three pairs that work are \n" ); document.write( "(3,2) \n" ); document.write( "(6,4) \n" ); document.write( "(9,6) \n" ); document.write( " |