document.write( "Question 918079: The difference between two numbers is 12 and twice the larger is three times the smaller. What is the smaller number? \n" ); document.write( "
Algebra.Com's Answer #804657 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = larger number \n" ); document.write( "y = smaller number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x - y = 12 \n" ); document.write( "2x = 3y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in x = 3y/2 into equation 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3y/2 - y = 12 \n" ); document.write( "y/2 = 12 \n" ); document.write( "y = 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are 36 and 24. \n" ); document.write( " |