document.write( "Question 327320: the difference between two numbers is 12. five times the larger number is nine times the smaller. what are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #234456 by AAfter Search(61)![]() ![]() ![]() You can put this solution on YOUR website! Let the numbers be p and q. \n" ); document.write( "Given, p - q = 12 .... (i) \n" ); document.write( "5 x p = 9 x q \n" ); document.write( "=> p = 9q/5 \n" ); document.write( "Therefore, from equation (i) \n" ); document.write( "9q/5 - q = 12 \n" ); document.write( "=> 4q/5 = 12 \n" ); document.write( "=> q = (12 x 5)/4 = 15 \n" ); document.write( "Hence, p = 12 + 15 = 27 \n" ); document.write( "Hence, the two numbers are 27 and 15. \n" ); document.write( "-------------------- \n" ); document.write( "Check: 27 - 15 = 12 \n" ); document.write( "5 x 27 = 135 \n" ); document.write( "9 x 15 = 135 \n" ); document.write( " |