document.write( "Question 260739: Find the sum of two positive numbers whose difference is 136 and whose quotient is 18 \n" ); document.write( "
Algebra.Com's Answer #192079 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let A and B be the numbers. We have \n" ); document.write( "(i) A - B =136 \n" ); document.write( "(ii) A/B = 18 \n" ); document.write( "solving (ii) for A, we get \n" ); document.write( " (iii) A = 18B \n" ); document.write( "substitute this into (i) and we get \n" ); document.write( "(iv) 18B - B = 136 \n" ); document.write( "or \n" ); document.write( "17B = 136 \n" ); document.write( "B = 8 \n" ); document.write( "so A = 144 \n" ); document.write( " |