document.write( "Question 941675: The larger of two numbers is twice the smaller. Their sum is three times their difference. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #574081 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The larger of two numbers is twice the smaller. \n" ); document.write( "a = 2b \n" ); document.write( " Their sum is three times their difference. \n" ); document.write( "a + b = 3(a-b) \n" ); document.write( "a + b = 3a - 3b \n" ); document.write( "b + 3b = 3a - a \n" ); document.write( "4b = 2a \n" ); document.write( "replace a with (2b) \n" ); document.write( "4b = 2(2b) \n" ); document.write( "4b = 4b, so we don't know any more than when we started \n" ); document.write( ": \n" ); document.write( "We have to assume their is not a unique solution, the 2nd equation is true for any two number where one is twice the other\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |