document.write( "Question 313684: two positive numbers have a difference of 8. larger number is 2 less than 3 times the smallerer number \n" ); document.write( "
Algebra.Com's Answer #224329 by mananth(16946)![]() ![]() You can put this solution on YOUR website! If one number is x \n" ); document.write( "the other number will be x-8 \n" ); document.write( "x-2 = 3(x-8) \n" ); document.write( "x-2=3x-24 \n" ); document.write( "2x=22 \n" ); document.write( "x=11 \n" ); document.write( "the other number is 3 \n" ); document.write( " |