document.write( "Question 994433: The sum of two numbers is 48, and one number is twice the other. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #613518 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "The sum of two numbers is 48, \n" ); document.write( "and one number is twice the other \n" ); document.write( "x + 2x = 48 \n" ); document.write( "3x = 48 \n" ); document.write( "x = 48/3 \n" ); document.write( "x = 16 \n" ); document.write( "First number = 16 \n" ); document.write( "Second number = 32 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |