document.write( "Question 756294: A number is 12 more than the other. Find the numbers if their sum is 48.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #460083 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! First number = x \n" ); document.write( "Second number = x + 12\r \n" ); document.write( "\n" ); document.write( " x + (x + 12) = 48 \n" ); document.write( " 2x + 12 = 48 \n" ); document.write( " 2x = 48 - 12 \n" ); document.write( " 2x = 36 \n" ); document.write( " x = 18 \n" ); document.write( "First number = 18 \n" ); document.write( "Second number = 30\r \n" ); document.write( "\n" ); document.write( "18 + 30 = 48 \n" ); document.write( "Hope this helps \n" ); document.write( ":-) \n" ); document.write( " |