document.write( "Question 434943: the larger of two numbers is 24 more than half of the smaller. the sum of the two numbers is -3. find the two numbers \n" ); document.write( "
Algebra.Com's Answer #317864 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
n=1/2m+24
\n" ); document.write( "m+n=-3
\n" ); document.write( "2n=m+48
\n" ); document.write( "m=2n-48
\n" ); document.write( "2n-48+n=-3
\n" ); document.write( "3n=45
\n" ); document.write( "n=15
\n" ); document.write( "m=-18
\n" ); document.write( "The two numbers are -18 and 15..
\n" ); document.write( "
\n" );