document.write( "Question 477141: The difference between 2 numbers is 6 Twice the larger added to the smaller is 24 Find the numbers \n" ); document.write( "
Algebra.Com's Answer #327090 by jorel1380(3719) You can put this solution on YOUR website! p-n=6 \n" ); document.write( "2p+n=24 \n" ); document.write( "p=n+6 \n" ); document.write( "2(n+6)+n=24 \n" ); document.write( "3n+12=24 \n" ); document.write( "3n=12 \n" ); document.write( "n=4 \n" ); document.write( "p=10 \n" ); document.write( "The two numbers are 4 and 10.. \n" ); document.write( " |