document.write( "Question 537080: the ratio of the sum of 2 positive integers to their difference is 7:5. If the sum of the 2 number is at most 25, find all possible values for the pair of numbers \n" ); document.write( "
Algebra.Com's Answer #352720 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the ratio of the sum of 2 positive integers to their difference is 7:5. If the sum of the 2 number is at most 25, find all possible values for the pair of numbers \n" ); document.write( "------ \n" ); document.write( "Equations: \n" ); document.write( "(x+y)/(x-y) = 7/5 \n" ); document.write( "x + y <=25 \n" ); document.write( "--------- \n" ); document.write( "Solve the equality: \n" ); document.write( "5x+5y=7x-7y \n" ); document.write( "12y = 2x \n" ); document.write( "y = x/6 \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "And: \n" ); document.write( "x+y = 25 \n" ); document.write( "(25)/(x-y) = 7/5 \n" ); document.write( "125 = 7x-7y \n" ); document.write( "y = x-(125/7) \n" ); document.write( " \n" ); document.write( "---- \n" ); document.write( "x-y = (125/7) \n" ); document.write( "x+y = 25 \n" ); document.write( "--- \n" ); document.write( "Add and solve for \"x\": \n" ); document.write( "---- \n" ); document.write( "2x = 300/7 \n" ); document.write( "x = 150/7 \n" ); document.write( "---- \n" ); document.write( "Solve for \"y\": \n" ); document.write( "x+y = 25 \n" ); document.write( "y = 25-(150/7) \n" ); document.write( "y = 25/7 \n" ); document.write( "---- \n" ); document.write( "Equality solution: (150/7 , 25/7) \n" ); document.write( "--- \n" ); document.write( "Inequality solution: \n" ); document.write( "Since x+y <= 25 \n" ); document.write( "y <= 25-(150/7) <= 25/7 \n" ); document.write( "--- \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |