document.write( "Question 565895: The difference between two positive number is 72. If we divide one of the number by the other,we get quotient 4. Find the numbers. \n" ); document.write( "
| Algebra.Com's Answer #366035 by gulkhetab(2)     You can put this solution on YOUR website! Let x and y be the two numbers. \n" ); document.write( "Let us write the given condition in equation form as follows. \n" ); document.write( " x-y=72 ....... (1) \n" ); document.write( "And similarly the second condition is \n" ); document.write( " x/y=4 \n" ); document.write( "=> x=4y \n" ); document.write( "Putting this value of x in equation (1), we have \n" ); document.write( " 4y-y=72 \n" ); document.write( "=> 3y=72 \n" ); document.write( "=> y=24 \n" ); document.write( "Putting this value of y in equation (1), we have \n" ); document.write( " x-24=72 \n" ); document.write( "=> x=96 \n" ); document.write( "Therefore, the two positive numbers are 24 and 92. \n" ); document.write( "You can check yourself that the two numbers fulfill \n" ); document.write( "the conditions given in the question. \n" ); document.write( " \n" ); document.write( " |